public static enum Omx2EmxConverter.PROTOCOL_COLUMNS extends Enum<Omx2EmxConverter.PROTOCOL_COLUMNS>
| Enum Constant and Description |
|---|
ACTIVE |
DESCRIPTION |
FEATURES_IDENTIFIER |
IDENTIFIER |
NAME |
ROOT |
SUBPROTOCOLS_IDENTIFIER |
| Modifier and Type | Method and Description |
|---|---|
static Omx2EmxConverter.PROTOCOL_COLUMNS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Omx2EmxConverter.PROTOCOL_COLUMNS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Omx2EmxConverter.PROTOCOL_COLUMNS IDENTIFIER
public static final Omx2EmxConverter.PROTOCOL_COLUMNS NAME
public static final Omx2EmxConverter.PROTOCOL_COLUMNS DESCRIPTION
public static final Omx2EmxConverter.PROTOCOL_COLUMNS FEATURES_IDENTIFIER
public static final Omx2EmxConverter.PROTOCOL_COLUMNS SUBPROTOCOLS_IDENTIFIER
public static final Omx2EmxConverter.PROTOCOL_COLUMNS ROOT
public static final Omx2EmxConverter.PROTOCOL_COLUMNS ACTIVE
public static Omx2EmxConverter.PROTOCOL_COLUMNS[] values()
for (Omx2EmxConverter.PROTOCOL_COLUMNS c : Omx2EmxConverter.PROTOCOL_COLUMNS.values()) System.out.println(c);
public static Omx2EmxConverter.PROTOCOL_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.