public enum ExdDisplayType extends java.lang.Enum<ExdDisplayType>
Enum Constant and Description |
---|
BALANCE |
BAR |
CIRCLE_GRAPH |
GAUGE |
GRAPH |
INVALID |
NUMERICAL |
SIMPLE |
SIMPLE_DYNAMIC_ICON |
STRING |
STRING_LIST |
VIRTUAL_PARTNER |
Modifier and Type | Field and Description |
---|---|
protected short |
value |
Modifier and Type | Method and Description |
---|---|
static ExdDisplayType |
getByValue(java.lang.Short value) |
static java.lang.String |
getStringFromValue(ExdDisplayType value)
Retrieves the String Representation of the Value
|
short |
getValue() |
static ExdDisplayType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExdDisplayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExdDisplayType NUMERICAL
public static final ExdDisplayType SIMPLE
public static final ExdDisplayType GRAPH
public static final ExdDisplayType BAR
public static final ExdDisplayType CIRCLE_GRAPH
public static final ExdDisplayType VIRTUAL_PARTNER
public static final ExdDisplayType BALANCE
public static final ExdDisplayType STRING_LIST
public static final ExdDisplayType STRING
public static final ExdDisplayType SIMPLE_DYNAMIC_ICON
public static final ExdDisplayType GAUGE
public static final ExdDisplayType INVALID
public static ExdDisplayType[] values()
for (ExdDisplayType c : ExdDisplayType.values()) System.out.println(c);
public static ExdDisplayType 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 nullpublic static ExdDisplayType getByValue(java.lang.Short value)
public static java.lang.String getStringFromValue(ExdDisplayType value)
value
- The enum constantpublic short getValue()