leon.data
Enum LyOperation.Type
java.lang.Object
java.lang.Enum<LyOperation.Type>
leon.data.LyOperation.Type
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<LyOperation.Type>
- Enclosing class:
- LyOperation
public static enum LyOperation.Type
- extends java.lang.Enum<LyOperation.Type>
Operation types.
Method Summary |
static LyOperation.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LyOperation.Type[] |
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 |
CREATE
public static final LyOperation.Type CREATE
SET
public static final LyOperation.Type SET
DELETE
public static final LyOperation.Type DELETE
LIST
public static final LyOperation.Type LIST
DELETES
public static final LyOperation.Type DELETES
SELECT
public static final LyOperation.Type SELECT
UNSELECT
public static final LyOperation.Type UNSELECT
HIDE
public static final LyOperation.Type HIDE
SHOW
public static final LyOperation.Type SHOW
USER
public static final LyOperation.Type USER
USER_OPERATION
public static final LyOperation.Type USER_OPERATION
values
public static LyOperation.Type[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (LyOperation.Type c : LyOperation.Type.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static LyOperation.Type valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
Website: W4 S.A., contact us: support@w4global.com