@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum InforNexusConnectorOperator extends Enum<InforNexusConnectorOperator>
Enum Constant and Description |
---|
ADDITION |
BETWEEN |
DIVISION |
EQUAL_TO |
MASK_ALL |
MASK_FIRST_N |
MASK_LAST_N |
MULTIPLICATION |
NO_OP |
PROJECTION |
SUBTRACTION |
VALIDATE_NON_NEGATIVE |
VALIDATE_NON_NULL |
VALIDATE_NON_ZERO |
VALIDATE_NUMERIC |
Modifier and Type | Method and Description |
---|---|
static InforNexusConnectorOperator |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static InforNexusConnectorOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InforNexusConnectorOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InforNexusConnectorOperator PROJECTION
public static final InforNexusConnectorOperator BETWEEN
public static final InforNexusConnectorOperator EQUAL_TO
public static final InforNexusConnectorOperator ADDITION
public static final InforNexusConnectorOperator MULTIPLICATION
public static final InforNexusConnectorOperator DIVISION
public static final InforNexusConnectorOperator SUBTRACTION
public static final InforNexusConnectorOperator MASK_ALL
public static final InforNexusConnectorOperator MASK_FIRST_N
public static final InforNexusConnectorOperator MASK_LAST_N
public static final InforNexusConnectorOperator VALIDATE_NON_NULL
public static final InforNexusConnectorOperator VALIDATE_NON_ZERO
public static final InforNexusConnectorOperator VALIDATE_NON_NEGATIVE
public static final InforNexusConnectorOperator VALIDATE_NUMERIC
public static final InforNexusConnectorOperator NO_OP
public static InforNexusConnectorOperator[] values()
for (InforNexusConnectorOperator c : InforNexusConnectorOperator.values()) System.out.println(c);
public static InforNexusConnectorOperator 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<InforNexusConnectorOperator>
public static InforNexusConnectorOperator fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.