|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IdMessage.Strength> com.google.web.bindery.requestfactory.shared.messages.IdMessage.Strength
public static enum IdMessage.Strength
Describes the longevity of the id.
Enum Constant Summary | |
---|---|
EPHEMERAL
The id is managed by the client and is generally unknown to the server. |
|
PERSISTED
The id is indefinitely persistent and can be freely reused by the client and the server. |
|
SYNTHETIC
The id not not managed by the client or server and is valid only for the duration of a single request or response. |
Method Summary | |
---|---|
static IdMessage.Strength |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IdMessage.Strength[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
@AutoBean.PropertyName(value="0") public static final IdMessage.Strength PERSISTED
@AutoBean.PropertyName(value="1") public static final IdMessage.Strength EPHEMERAL
@AutoBean.PropertyName(value="2") public static final IdMessage.Strength SYNTHETIC
Method Detail |
---|
public static IdMessage.Strength[] values()
for (IdMessage.Strength c : IdMessage.Strength.values()) System.out.println(c);
public static IdMessage.Strength 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 name
java.lang.NullPointerException
- if the argument is null
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |