public static enum DataElement.Type extends Enum<DataElement.Type>
| Enum Constant and Description |
|---|
CATEGORIZATION |
FREQUENCY |
SEQUENCE |
SYSTEM |
VALUE_THRESHOLD |
| Modifier and Type | Method and Description |
|---|---|
static DataElement.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataElement.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataElement.Type CATEGORIZATION
public static final DataElement.Type SEQUENCE
public static final DataElement.Type FREQUENCY
public static final DataElement.Type VALUE_THRESHOLD
public static final DataElement.Type SYSTEM
public static DataElement.Type[] values()
for (DataElement.Type c : DataElement.Type.values()) System.out.println(c);
public static DataElement.Type 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 © 2012–2016 Emory University. All rights reserved.