public static enum SCFValueObject.CFValueObjectType extends Enum<SCFValueObject.CFValueObjectType>
Enum Constant and Description |
---|
FORMULA |
MAX |
MIN |
NUM |
PERCENT |
PERCENTILE |
Modifier and Type | Method and Description |
---|---|
static SCFValueObject.CFValueObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCFValueObject.CFValueObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SCFValueObject.CFValueObjectType NUM
public static final SCFValueObject.CFValueObjectType PERCENT
public static final SCFValueObject.CFValueObjectType MAX
public static final SCFValueObject.CFValueObjectType MIN
public static final SCFValueObject.CFValueObjectType FORMULA
public static final SCFValueObject.CFValueObjectType PERCENTILE
public final String name
public final int value
public static SCFValueObject.CFValueObjectType[] values()
for (SCFValueObject.CFValueObjectType c : SCFValueObject.CFValueObjectType.values()) System.out.println(c);
public static SCFValueObject.CFValueObjectType 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 nullCopyright © 2020. All rights reserved.