public static enum Omx2EmxConverter.OBSERVABLE_FEATURE_COLUMNS extends Enum<Omx2EmxConverter.OBSERVABLE_FEATURE_COLUMNS>
| Enum Constant and Description |
|---|
DATATYPE |
DEFINITIONS_IDENTIFIER |
DESCRIPTION |
IDENTIFIER |
NAME |
UNIT_IDENTIFIER |
| Modifier and Type | Method and Description |
|---|---|
static Omx2EmxConverter.OBSERVABLE_FEATURE_COLUMNS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Omx2EmxConverter.OBSERVABLE_FEATURE_COLUMNS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Omx2EmxConverter.OBSERVABLE_FEATURE_COLUMNS IDENTIFIER
public static final Omx2EmxConverter.OBSERVABLE_FEATURE_COLUMNS NAME
public static final Omx2EmxConverter.OBSERVABLE_FEATURE_COLUMNS DESCRIPTION
public static final Omx2EmxConverter.OBSERVABLE_FEATURE_COLUMNS DATATYPE
public static final Omx2EmxConverter.OBSERVABLE_FEATURE_COLUMNS UNIT_IDENTIFIER
public static final Omx2EmxConverter.OBSERVABLE_FEATURE_COLUMNS DEFINITIONS_IDENTIFIER
public static Omx2EmxConverter.OBSERVABLE_FEATURE_COLUMNS[] values()
for (Omx2EmxConverter.OBSERVABLE_FEATURE_COLUMNS c : Omx2EmxConverter.OBSERVABLE_FEATURE_COLUMNS.values()) System.out.println(c);
public static Omx2EmxConverter.OBSERVABLE_FEATURE_COLUMNS 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 © 2015. All Rights Reserved.