|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PersistencyMode>
BusinessDomainDsl.PersistencyMode
public enum PersistencyMode
A representation of the literals of the enumeration 'Persistency Mode', and utility methods for working with them.
BusinessDomainDslPackage.getPersistencyMode()| Enum Constant Summary | |
|---|---|
NONE
The 'None' literal object. |
|
READ
The 'Read' literal object. |
|
READ_WRITE
The 'Read Write' literal object. |
|
| Field Summary | |
|---|---|
static int |
NONE_VALUE
The 'None' literal value. |
static int |
READ_VALUE
The 'Read' literal value. |
static int |
READ_WRITE_VALUE
The 'Read Write' literal value. |
static java.util.List<PersistencyMode> |
VALUES
A public read-only list of all the 'Persistency Mode' enumerators. |
| Method Summary | |
|---|---|
static PersistencyMode |
get(int value)
Returns the 'Persistency Mode' literal with the specified integer value. |
static PersistencyMode |
get(java.lang.String literal)
Returns the 'Persistency Mode' literal with the specified literal value. |
static PersistencyMode |
getByName(java.lang.String name)
Returns the 'Persistency Mode' 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 PersistencyMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PersistencyMode[] |
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 PersistencyMode READ_WRITE
READ_WRITE_VALUEpublic static final PersistencyMode READ
READ_VALUEpublic static final PersistencyMode NONE
NONE_VALUE| Field Detail |
|---|
public static final int READ_WRITE_VALUE
If the meaning of 'Read Write' literal object isn't clear, there really should be more of a description here...
READ_WRITE,
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 NONE_VALUE
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE,
Constant Field Valuespublic static final java.util.List<PersistencyMode> VALUES
| Method Detail |
|---|
public static final PersistencyMode[] values()
for(PersistencyMode c : PersistencyMode.values())
System.out.println(c);
public static PersistencyMode 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 PersistencyMode get(java.lang.String literal)
public static PersistencyMode getByName(java.lang.String name)
public static PersistencyMode 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<PersistencyMode>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||