static enum RolapBaseCubeMeasure.DataType extends Enum<RolapBaseCubeMeasure.DataType>
Modifier and Type | Method and Description |
---|---|
static RolapBaseCubeMeasure.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RolapBaseCubeMeasure.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RolapBaseCubeMeasure.DataType Integer
public static final RolapBaseCubeMeasure.DataType Numeric
public static final RolapBaseCubeMeasure.DataType String
public static RolapBaseCubeMeasure.DataType[] values()
for (RolapBaseCubeMeasure.DataType c : RolapBaseCubeMeasure.DataType.values()) System.out.println(c);
public static RolapBaseCubeMeasure.DataType 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 null