|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LyResponse.Operation>
leon.data.LyResponse.Operation
public static enum LyResponse.Operation
Operation types.
Enum Constant Summary | |
---|---|
COUNT
Count operation type. |
|
CREATE
Create operation type. |
|
DELETE
Delete operation type. |
|
LOAD
Load operation type. |
|
SAVE
Save operation type. |
|
SET
Set operation type. |
Method Summary | |
---|---|
static LyResponse.Operation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LyResponse.Operation[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LyResponse.Operation CREATE
public static final LyResponse.Operation SET
public static final LyResponse.Operation DELETE
public static final LyResponse.Operation LOAD
public static final LyResponse.Operation COUNT
public static final LyResponse.Operation SAVE
Method Detail |
---|
public static LyResponse.Operation[] values()
for (LyResponse.Operation c : LyResponse.Operation.values()) System.out.println(c);
public static LyResponse.Operation 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
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |