public final class ParameterEffectKind extends AbstractEnumerator
Modifier and Type | Field and Description |
---|---|
static int |
CREATE
The 'Create' literal value
|
static ParameterEffectKind |
CREATE_LITERAL
The 'Create' literal object
|
static int |
DELETE
The 'Delete' literal value
|
static ParameterEffectKind |
DELETE_LITERAL
The 'Delete' literal object
|
static int |
READ
The 'Read' literal value
|
static ParameterEffectKind |
READ_LITERAL
The 'Read' literal object
|
static int |
UPDATE
The 'Update' literal value
|
static ParameterEffectKind |
UPDATE_LITERAL
The 'Update' literal object
|
static List |
VALUES
A public read-only list of all the 'Parameter Effect Kind' enumerators
|
Modifier and Type | Method and Description |
---|---|
static ParameterEffectKind |
get(int value)
Returns the 'Parameter Effect Kind' literal with the specified integer value
|
static ParameterEffectKind |
get(String literal)
Returns the 'Parameter Effect Kind' literal with the specified literal value
|
static ParameterEffectKind |
getByName(String name)
Returns the 'Parameter Effect Kind' literal with the specified name
|
getLiteral, getName, getValue, toString, writeReplace
public static final int CREATE
CREATE_LITERAL
,
Constant Field Valuespublic static final int READ
READ_LITERAL
,
Constant Field Valuespublic static final int UPDATE
UPDATE_LITERAL
,
Constant Field Valuespublic static final int DELETE
DELETE_LITERAL
,
Constant Field Valuespublic static final ParameterEffectKind CREATE_LITERAL
CREATE
public static final ParameterEffectKind READ_LITERAL
READ
public static final ParameterEffectKind UPDATE_LITERAL
UPDATE
public static final ParameterEffectKind DELETE_LITERAL
DELETE
public static final List VALUES
public static ParameterEffectKind get(String literal)
public static ParameterEffectKind getByName(String name)
public static ParameterEffectKind get(int value)