|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractEnumerator
eu.geclipse.jsdl.model.CreationFlagEnumeration
public final class CreationFlagEnumeration
A representation of the literals of the enumeration 'Creation Flag Enumeration', and utility methods for working with them.
JsdlPackage.getCreationFlagEnumeration()| Field Summary | |
|---|---|
static int |
APPEND
Deprecated. The 'Append' literal value |
static CreationFlagEnumeration |
APPEND_LITERAL
Deprecated. The 'Append' literal object |
static int |
DONT_OVERWRITE
Deprecated. The 'Dont Overwrite' literal value |
static CreationFlagEnumeration |
DONT_OVERWRITE_LITERAL
Deprecated. The 'Dont Overwrite' literal object |
static int |
OVERWRITE
Deprecated. The 'Overwrite' literal value |
static CreationFlagEnumeration |
OVERWRITE_LITERAL
Deprecated. The 'Overwrite' literal object |
static java.util.List |
VALUES
Deprecated. A public read-only list of all the 'Creation Flag Enumeration' enumerators |
| Method Summary | |
|---|---|
static CreationFlagEnumeration |
get(int value)
Deprecated. Returns the 'Creation Flag Enumeration' literal with the specified integer value |
static CreationFlagEnumeration |
get(java.lang.String literal)
Deprecated. Returns the 'Creation Flag Enumeration' literal with the specified literal value |
static CreationFlagEnumeration |
getByName(java.lang.String name)
Deprecated. Returns the 'Creation Flag Enumeration' literal with the specified name |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int OVERWRITE
If the meaning of 'Overwrite' literal object isn't clear, there really should be more of a description here...
OVERWRITE_LITERAL,
Constant Field Valuespublic static final int APPEND
If the meaning of 'Append' literal object isn't clear, there really should be more of a description here...
APPEND_LITERAL,
Constant Field Valuespublic static final int DONT_OVERWRITE
If the meaning of 'Dont Overwrite' literal object isn't clear, there really should be more of a description here...
DONT_OVERWRITE_LITERAL,
Constant Field Valuespublic static final CreationFlagEnumeration OVERWRITE_LITERAL
OVERWRITEpublic static final CreationFlagEnumeration APPEND_LITERAL
APPENDpublic static final CreationFlagEnumeration DONT_OVERWRITE_LITERAL
DONT_OVERWRITEpublic static final java.util.List VALUES
| Method Detail |
|---|
public static CreationFlagEnumeration get(java.lang.String literal)
public static CreationFlagEnumeration getByName(java.lang.String name)
public static CreationFlagEnumeration get(int value)
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||