LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.data
Enum LyResponse.Operation

java.lang.Object
  extended by java.lang.Enum<LyResponse.Operation>
      extended by leon.data.LyResponse.Operation
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<LyResponse.Operation>
Enclosing class:
LyResponse

public static enum LyResponse.Operation
extends java.lang.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

CREATE

public static final LyResponse.Operation CREATE
Create operation type.


SET

public static final LyResponse.Operation SET
Set operation type.


DELETE

public static final LyResponse.Operation DELETE
Delete operation type.


LOAD

public static final LyResponse.Operation LOAD
Load operation type.


COUNT

public static final LyResponse.Operation COUNT
Count operation type.


SAVE

public static final LyResponse.Operation SAVE
Save operation type.

Method Detail

values

public static LyResponse.Operation[] 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 (LyResponse.Operation c : LyResponse.Operation.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static LyResponse.Operation 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

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com