|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Enum<E extends Enum.EnumKey>
see http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.Enum Base class for all Enum objects. This class allows containers to use constants for fields that have a common set of values.
| Nested Class Summary | |
|---|---|
static interface |
Enum.EnumKey
base interface for keyed Enumerators. |
static class |
Enum.Field
Set of fields associated with an Enum object. |
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getDisplayValue()
void setDisplayValue(String displayValue)
displayValue - The value to set.E getValue()
void setValue(E value)
value - The value to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||