org.apertereports.common
Enum ReportConstants.Keys
java.lang.Object
java.lang.Enum<ReportConstants.Keys>
org.apertereports.common.ReportConstants.Keys
- All Implemented Interfaces:
- Serializable, Comparable<ReportConstants.Keys>
- Enclosing interface:
- ReportConstants
public static enum ReportConstants.Keys
- extends Enum<ReportConstants.Keys>
Different types of report parameters.
INPUT_TYPE
public static final ReportConstants.Keys INPUT_TYPE
DICT_QUERY
public static final ReportConstants.Keys DICT_QUERY
WIDTH
public static final ReportConstants.Keys WIDTH
MAXCHARS
public static final ReportConstants.Keys MAXCHARS
REQUIRED
public static final ReportConstants.Keys REQUIRED
REQUIRED_ERROR
public static final ReportConstants.Keys REQUIRED_ERROR
REGEXP
public static final ReportConstants.Keys REGEXP
REGEXP_ERROR
public static final ReportConstants.Keys REGEXP_ERROR
ORDER
public static final ReportConstants.Keys ORDER
LABEL
public static final ReportConstants.Keys LABEL
SCRIPT_LANGUAGE
public static final ReportConstants.Keys SCRIPT_LANGUAGE
SPECIAL_CONTROL_CODE
public static final ReportConstants.Keys SPECIAL_CONTROL_CODE
SPECIAL_VALIDATION_CODE
public static final ReportConstants.Keys SPECIAL_VALIDATION_CODE
SPECIAL_VALIDATION_ERROR
public static final ReportConstants.Keys SPECIAL_VALIDATION_ERROR
SPECIAL_DATA_QUERY_CODE
public static final ReportConstants.Keys SPECIAL_DATA_QUERY_CODE
LEVEL
public static final ReportConstants.Keys LEVEL
FILTER_GROUP
public static final ReportConstants.Keys FILTER_GROUP
MULTIPLE_CHOICE
public static final ReportConstants.Keys MULTIPLE_CHOICE
SELECT_ALL
public static final ReportConstants.Keys SELECT_ALL
DICT_ITEM_LIST
public static final ReportConstants.Keys DICT_ITEM_LIST
values
public static ReportConstants.Keys[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ReportConstants.Keys c : ReportConstants.Keys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ReportConstants.Keys valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2011-2012. All Rights Reserved.