|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MethodType>
org.mod4j.dsl.service.mm.ServiceDsl.MethodType
public enum MethodType
A representation of the literals of the enumeration 'Method Type', and utility methods for working with them.
ServiceDslPackage.getMethodType()| Enum Constant Summary | |
|---|---|
ADDTO
The 'ADDTO' literal object. |
|
CREATE
The 'CREATE' literal object. |
|
CUSTOM
The 'CUSTOM' literal object. |
|
DELETE
The 'DELETE' literal object. |
|
FIND
The 'FIND' literal object. |
|
GETFROM
The 'GETFROM' literal object. |
|
LISTALL
The 'LISTALL' literal object. |
|
READ
The 'READ' literal object. |
|
REMOVEFROM
The 'REMOVEFROM' literal object. |
|
UPDATE
The 'UPDATE' literal object. |
|
| Field Summary | |
|---|---|
static int |
ADDTO_VALUE
The 'ADDTO' literal value. |
static int |
CREATE_VALUE
The 'CREATE' literal value. |
static int |
CUSTOM_VALUE
The 'CUSTOM' literal value. |
static int |
DELETE_VALUE
The 'DELETE' literal value. |
static int |
FIND_VALUE
The 'FIND' literal value. |
static int |
GETFROM_VALUE
The 'GETFROM' literal value. |
static int |
LISTALL_VALUE
The 'LISTALL' literal value. |
static int |
READ_VALUE
The 'READ' literal value. |
static int |
REMOVEFROM_VALUE
The 'REMOVEFROM' literal value. |
static int |
UPDATE_VALUE
The 'UPDATE' literal value. |
static java.util.List<MethodType> |
VALUES
A public read-only list of all the 'Method Type' enumerators. |
| Method Summary | |
|---|---|
static MethodType |
get(int value)
Returns the 'Method Type' literal with the specified integer value. |
static MethodType |
get(java.lang.String literal)
Returns the 'Method Type' literal with the specified literal value. |
static MethodType |
getByName(java.lang.String name)
Returns the 'Method Type' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static MethodType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MethodType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final MethodType CREATE
CREATE_VALUEpublic static final MethodType READ
READ_VALUEpublic static final MethodType UPDATE
UPDATE_VALUEpublic static final MethodType DELETE
DELETE_VALUEpublic static final MethodType FIND
FIND_VALUEpublic static final MethodType CUSTOM
CUSTOM_VALUEpublic static final MethodType ADDTO
ADDTO_VALUEpublic static final MethodType REMOVEFROM
REMOVEFROM_VALUEpublic static final MethodType GETFROM
GETFROM_VALUEpublic static final MethodType LISTALL
LISTALL_VALUE| Field Detail |
|---|
public 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 FIND_VALUE
If the meaning of 'FIND' literal object isn't clear, there really should be more of a description here...
FIND,
Constant Field Valuespublic static final int CUSTOM_VALUE
If the meaning of 'CUSTOM' literal object isn't clear, there really should be more of a description here...
CUSTOM,
Constant Field Valuespublic static final int ADDTO_VALUE
If the meaning of 'ADDTO' literal object isn't clear, there really should be more of a description here...
ADDTO,
Constant Field Valuespublic static final int REMOVEFROM_VALUE
If the meaning of 'REMOVEFROM' literal object isn't clear, there really should be more of a description here...
REMOVEFROM,
Constant Field Valuespublic static final int GETFROM_VALUE
If the meaning of 'GETFROM' literal object isn't clear, there really should be more of a description here...
GETFROM,
Constant Field Valuespublic static final int LISTALL_VALUE
If the meaning of 'LISTALL' literal object isn't clear, there really should be more of a description here...
LISTALL,
Constant Field Valuespublic static final java.util.List<MethodType> VALUES
| Method Detail |
|---|
public static final MethodType[] values()
for(MethodType c : MethodType.values())
System.out.println(c);
public static MethodType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic static MethodType get(java.lang.String literal)
public static MethodType getByName(java.lang.String name)
public static MethodType get(int value)
public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<MethodType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||