public final class ParameterEffectKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements ParameterEffectKind
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getParameterEffectKindEnum(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static ParameterEffectKind |
CREATE
The 'Create' literal object.
|
static int |
CREATE_VALUE
The 'Create' literal value.
|
static ParameterEffectKind |
DELETE
The 'Delete' literal object.
|
static int |
DELETE_VALUE
The 'Delete' literal value.
|
static ParameterEffectKind |
READ
The 'Read' literal object.
|
static int |
READ_VALUE
The 'Read' literal value.
|
static ParameterEffectKind |
UPDATE
The 'Update' literal object.
|
static int |
UPDATE_VALUE
The 'Update' literal value.
|
static java.util.List |
VALUES
A public read-only list of all the 'Parameter Effect Kind' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterEffectKindEnum |
get(int value)
Returns the 'Parameter Effect Kind' literal with the specified integer value.
|
static ParameterEffectKindEnum |
get(java.lang.String literal)
Returns the 'Parameter Effect Kind' literal with the specified literal value.
|
static ParameterEffectKindEnum |
getByName(java.lang.String name)
Returns the 'Parameter Effect Kind' literal with the specified name.
|
java.util.List |
refTypeName() |
getLiteral, getName, getValue, toString, writeReplacepublic static final int CREATE_VALUE
CREATE,
Constant Field Valuespublic static final int READ_VALUE
READ,
Constant Field Valuespublic static final int UPDATE_VALUE
UPDATE,
Constant Field Valuespublic static final int DELETE_VALUE
DELETE,
Constant Field Valuespublic static final ParameterEffectKind CREATE
CREATE_VALUEpublic static final ParameterEffectKind READ
READ_VALUEpublic static final ParameterEffectKind UPDATE
UPDATE_VALUEpublic static final ParameterEffectKind DELETE
DELETE_VALUEpublic static final java.util.List VALUES
public java.util.List refTypeName()
refTypeName in interface javax.jmi.reflect.RefEnumpublic static ParameterEffectKindEnum get(java.lang.String literal)
public static ParameterEffectKindEnum getByName(java.lang.String name)
public static ParameterEffectKindEnum get(int value)