public enum PRIMARY_CONCEPT_ROLE extends java.lang.Enum<PRIMARY_CONCEPT_ROLE>
Enum Constant and Description |
---|
DIMENSION |
FREQUENCY_DIMENSION |
OBS_ATTRIBUTE |
PRIMARY_MEASURE |
SERIES_ATTRIBUTE |
TIME_DIMENSION |
Modifier and Type | Method and Description |
---|---|
static PRIMARY_CONCEPT_ROLE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PRIMARY_CONCEPT_ROLE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PRIMARY_CONCEPT_ROLE DIMENSION
public static final PRIMARY_CONCEPT_ROLE FREQUENCY_DIMENSION
public static final PRIMARY_CONCEPT_ROLE TIME_DIMENSION
public static final PRIMARY_CONCEPT_ROLE OBS_ATTRIBUTE
public static final PRIMARY_CONCEPT_ROLE SERIES_ATTRIBUTE
public static final PRIMARY_CONCEPT_ROLE PRIMARY_MEASURE
public static PRIMARY_CONCEPT_ROLE[] values()
for (PRIMARY_CONCEPT_ROLE c : PRIMARY_CONCEPT_ROLE.values()) System.out.println(c);
public static PRIMARY_CONCEPT_ROLE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null