|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CrudOperationType>
org.openxma.dsl.dom.model.CrudOperationType
public enum CrudOperationType
A representation of the literals of the enumeration 'Crud Operation Type', and utility methods for working with them.
DomPackage.getCrudOperationType()| Enum Constant Summary | |
|---|---|
ALL
The 'ALL' literal object. |
|
CREATE
The 'CREATE' literal object. |
|
DELETE
The 'DELETE' literal object. |
|
NULL
The 'NULL' literal object. |
|
READ
The 'READ' literal object. |
|
UPDATE
The 'UPDATE' literal object. |
|
| Field Summary | |
|---|---|
static int |
ALL_VALUE
The 'ALL' literal value. |
static int |
CREATE_VALUE
The 'CREATE' literal value. |
static int |
DELETE_VALUE
The 'DELETE' literal value. |
static int |
NULL_VALUE
The 'NULL' literal value. |
static int |
READ_VALUE
The 'READ' literal value. |
static int |
UPDATE_VALUE
The 'UPDATE' literal value. |
static List<CrudOperationType> |
VALUES
A public read-only list of all the 'Crud Operation Type' enumerators. |
| Method Summary | |
|---|---|
static CrudOperationType |
get(int value)
Returns the 'Crud Operation Type' literal with the specified integer value. |
static CrudOperationType |
get(String literal)
Returns the 'Crud Operation Type' literal with the specified literal value. |
static CrudOperationType |
getByName(String name)
Returns the 'Crud Operation Type' literal with the specified name. |
String |
getLiteral()
|
String |
getName()
|
int |
getValue()
|
String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static CrudOperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CrudOperationType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CrudOperationType NULL
NULL_VALUEpublic static final CrudOperationType CREATE
CREATE_VALUEpublic static final CrudOperationType READ
READ_VALUEpublic static final CrudOperationType UPDATE
UPDATE_VALUEpublic static final CrudOperationType DELETE
DELETE_VALUEpublic static final CrudOperationType ALL
ALL_VALUE| Field Detail |
|---|
public static final int NULL_VALUE
If the meaning of 'NULL' literal object isn't clear, there really should be more of a description here...
NULL,
Constant Field Valuespublic static final int CREATE_VALUE
If the meaning of 'CREATE' literal object isn't clear, there really should be more of a description here...
CREATE,
Constant Field Valuespublic static final int READ_VALUE
If the meaning of 'READ' literal object isn't clear, there really should be more of a description here...
READ,
Constant Field Valuespublic static final int UPDATE_VALUE
If the meaning of 'UPDATE' literal object isn't clear, there really should be more of a description here...
UPDATE,
Constant Field Valuespublic static final int DELETE_VALUE
If the meaning of 'DELETE' literal object isn't clear, there really should be more of a description here...
DELETE,
Constant Field Valuespublic static final int ALL_VALUE
If the meaning of 'ALL' literal object isn't clear, there really should be more of a description here...
ALL,
Constant Field Valuespublic static final List<CrudOperationType> VALUES
| Method Detail |
|---|
public static CrudOperationType[] values()
for (CrudOperationType c : CrudOperationType.values()) System.out.println(c);
public static CrudOperationType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static CrudOperationType get(String literal)
public static CrudOperationType getByName(String name)
public static CrudOperationType get(int value)
public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<CrudOperationType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||