@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum OperatorPropertiesKeys extends Enum<OperatorPropertiesKeys>
Enum Constant and Description |
---|
CONCAT_FORMAT |
DATA_TYPE |
DESTINATION_DATA_TYPE |
EXCLUDE_SOURCE_FIELDS_LIST |
LOWER_BOUND |
MASK_LENGTH |
MASK_VALUE |
MATH_OPERATION_FIELDS_ORDER |
SOURCE_DATA_TYPE |
SUBFIELD_CATEGORY_MAP |
TRUNCATE_LENGTH |
UPPER_BOUND |
VALIDATION_ACTION |
VALUE |
VALUES |
Modifier and Type | Method and Description |
---|---|
static OperatorPropertiesKeys |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static OperatorPropertiesKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorPropertiesKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperatorPropertiesKeys VALUE
public static final OperatorPropertiesKeys VALUES
public static final OperatorPropertiesKeys DATA_TYPE
public static final OperatorPropertiesKeys UPPER_BOUND
public static final OperatorPropertiesKeys LOWER_BOUND
public static final OperatorPropertiesKeys SOURCE_DATA_TYPE
public static final OperatorPropertiesKeys DESTINATION_DATA_TYPE
public static final OperatorPropertiesKeys VALIDATION_ACTION
public static final OperatorPropertiesKeys MASK_VALUE
public static final OperatorPropertiesKeys MASK_LENGTH
public static final OperatorPropertiesKeys TRUNCATE_LENGTH
public static final OperatorPropertiesKeys MATH_OPERATION_FIELDS_ORDER
public static final OperatorPropertiesKeys CONCAT_FORMAT
public static final OperatorPropertiesKeys SUBFIELD_CATEGORY_MAP
public static final OperatorPropertiesKeys EXCLUDE_SOURCE_FIELDS_LIST
public static OperatorPropertiesKeys[] values()
for (OperatorPropertiesKeys c : OperatorPropertiesKeys.values()) System.out.println(c);
public static OperatorPropertiesKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<OperatorPropertiesKeys>
public static OperatorPropertiesKeys fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.