com.itextpdf.text.zugferd.checkers.extended
Class IncotermsCode
java.lang.Object
com.itextpdf.text.zugferd.checkers.CodeValidation
com.itextpdf.text.zugferd.checkers.extended.IncotermsCode
public class IncotermsCode
- extends CodeValidation
=
Series of codes that can be used for incoterms.
These codes are used only in the context of the Extended profile.
|
Method Summary |
boolean |
isValid(String code)
Checks if a specific code is valid. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EX_WORKS
public static final String EX_WORKS
- See Also:
- Constant Field Values
FREE_CARRIER
public static final String FREE_CARRIER
- See Also:
- Constant Field Values
FREE_ALONGSIDE_SHIP
public static final String FREE_ALONGSIDE_SHIP
- See Also:
- Constant Field Values
FREE_ON_BOARD
public static final String FREE_ON_BOARD
- See Also:
- Constant Field Values
COST_AND_FREIGHT
public static final String COST_AND_FREIGHT
- See Also:
- Constant Field Values
COST_INSURANCE_FREIGHT
public static final String COST_INSURANCE_FREIGHT
- See Also:
- Constant Field Values
DELIVERED_AT_TERMINAL
public static final String DELIVERED_AT_TERMINAL
- See Also:
- Constant Field Values
DELIVERED_AT_PLACE
public static final String DELIVERED_AT_PLACE
- See Also:
- Constant Field Values
CARRIAGE_PAID_TO
public static final String CARRIAGE_PAID_TO
- See Also:
- Constant Field Values
CARRIAGE_INSURANCE_PAID
public static final String CARRIAGE_INSURANCE_PAID
- See Also:
- Constant Field Values
DELIVERED_DUTY_PAID
public static final String DELIVERED_DUTY_PAID
- See Also:
- Constant Field Values
IncotermsCode
public IncotermsCode()
isValid
public boolean isValid(String code)
- Description copied from class:
CodeValidation
- Checks if a specific code is valid.
- Specified by:
isValid in class CodeValidation
- Parameters:
code - the value you want to check
- Returns:
- true if the code is valid
Copyright © 2015. All Rights Reserved.