public class FreeTextSubjectCode extends CodeValidation
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDITIONAL_SALES_CONDITIONS
The Constant ADDITIONAL_SALES_CONDITIONS.
|
static String |
CERTIFICATION_STATEMENTS
The Constant CERTIFICATION_STATEMENTS.
|
static int |
HEADER
The Constant HEADER.
|
protected int |
level
The level.
|
static int |
LINE
The Constant LINE.
|
static String |
PAYMENT_INFORMATION
The Constant PAYMENT_INFORMATION.
|
static String |
PRICE_CALCULATION_FORMULA
The Constant PRICE_CALCULATION_FORMULA.
|
static String |
PRICE_CONDITIONS
The Constant PRICE_CONDITIONS.
|
static String |
PRODUCT_INFORMATION
The Constant PRODUCT_INFORMATION.
|
static String |
REGULATORY_INFORMATION
The Constant REGULATORY_INFORMATION.
|
| Constructor and Description |
|---|
FreeTextSubjectCode(int level)
Creates a new
FreeTextSubjectCode instance. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isHeaderLevel(String code)
Checks if the code is a header level code.
|
static boolean |
isLineLevel(String code)
Checks if the code is a line level code.
|
boolean |
isValid(String code)
Checks if a specific code is valid.
|
check, isLowercase, isNumeric, isUppercasepublic static final String REGULATORY_INFORMATION
public static final String PRICE_CONDITIONS
public static final String ADDITIONAL_SALES_CONDITIONS
public static final String PAYMENT_INFORMATION
public static final String PRICE_CALCULATION_FORMULA
public static final String PRODUCT_INFORMATION
public static final String CERTIFICATION_STATEMENTS
public static final int HEADER
public static final int LINE
protected int level
public FreeTextSubjectCode(int level)
FreeTextSubjectCode instance.level - the levelpublic static boolean isHeaderLevel(String code)
code - the codepublic static boolean isLineLevel(String code)
code - the codepublic boolean isValid(String code)
CodeValidationisValid in class CodeValidationcode - the value you want to checkCopyright © 1998–2018 iText Group NV. All rights reserved.