org.apertereports.common
Enum ARConstants.Keys
java.lang.Object
java.lang.Enum<ARConstants.Keys>
org.apertereports.common.ARConstants.Keys
- All Implemented Interfaces:
- Serializable, Comparable<ARConstants.Keys>
- Enclosing interface:
- ARConstants
public static enum ARConstants.Keys
- extends Enum<ARConstants.Keys>
Different types of report parameters.
INPUT_TYPE
public static final ARConstants.Keys INPUT_TYPE
DICT_QUERY
public static final ARConstants.Keys DICT_QUERY
WIDTH
public static final ARConstants.Keys WIDTH
MAXCHARS
public static final ARConstants.Keys MAXCHARS
REQUIRED
public static final ARConstants.Keys REQUIRED
REQUIRED_ERROR
public static final ARConstants.Keys REQUIRED_ERROR
REGEXP
public static final ARConstants.Keys REGEXP
REGEXP_ERROR
public static final ARConstants.Keys REGEXP_ERROR
ORDER
public static final ARConstants.Keys ORDER
LABEL
public static final ARConstants.Keys LABEL
SCRIPT_LANGUAGE
public static final ARConstants.Keys SCRIPT_LANGUAGE
SPECIAL_CONTROL_CODE
public static final ARConstants.Keys SPECIAL_CONTROL_CODE
SPECIAL_VALIDATION_CODE
public static final ARConstants.Keys SPECIAL_VALIDATION_CODE
SPECIAL_VALIDATION_ERROR
public static final ARConstants.Keys SPECIAL_VALIDATION_ERROR
SPECIAL_DATA_QUERY_CODE
public static final ARConstants.Keys SPECIAL_DATA_QUERY_CODE
LEVEL
public static final ARConstants.Keys LEVEL
FILTER_GROUP
public static final ARConstants.Keys FILTER_GROUP
MULTIPLE_CHOICE
public static final ARConstants.Keys MULTIPLE_CHOICE
SELECT_ALL
public static final ARConstants.Keys SELECT_ALL
DICT_ITEM_LIST
public static final ARConstants.Keys DICT_ITEM_LIST
values
public static ARConstants.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 (ARConstants.Keys c : ARConstants.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 ARConstants.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-2013. All Rights Reserved.