public interface Enum<E extends Enum.EnumKey>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Enum.EnumKey
base interface for keyed Enumerators.
|
static class |
Enum.Field
Set of fields associated with an Enum object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayValue()
Gets the value of this Enum.
|
E |
getValue()
Gets the key for this Enum.
|
void |
setDisplayValue(String displayValue)
Sets the value of this Enum.
|
void |
setValue(E value)
Sets the key for this Enum.
|
String getDisplayValue()
void setDisplayValue(String displayValue)
displayValue - The value to set.E getValue()
void setValue(E value)
value - The value to set.Copyright © 2007-2012. All Rights Reserved.