g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.base
Class CreationFlagEnumeration

java.lang.Object
  extended by AbstractEnumerator
      extended by eu.geclipse.jsdl.model.base.CreationFlagEnumeration

public final class CreationFlagEnumeration
extends AbstractEnumerator

A representation of the literals of the enumeration 'Creation Flag Enumeration', and utility methods for working with them.

See Also:
JsdlPackage.getCreationFlagEnumeration()

Field Summary
static int APPEND
          The 'Append' literal value
static CreationFlagEnumeration APPEND_LITERAL
          The 'Append' literal object
static int DONT_OVERWRITE
          The 'Dont Overwrite' literal value
static CreationFlagEnumeration DONT_OVERWRITE_LITERAL
          The 'Dont Overwrite' literal object
static int OVERWRITE
          The 'Overwrite' literal value
static CreationFlagEnumeration OVERWRITE_LITERAL
          The 'Overwrite' literal object
static java.util.List VALUES
          A public read-only list of all the 'Creation Flag Enumeration' enumerators
 
Method Summary
static CreationFlagEnumeration get(int value)
          Returns the 'Creation Flag Enumeration' literal with the specified integer value
static CreationFlagEnumeration get(java.lang.String literal)
          Returns the 'Creation Flag Enumeration' literal with the specified literal value
static CreationFlagEnumeration getByName(java.lang.String name)
          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

OVERWRITE

public static final int OVERWRITE
The 'Overwrite' literal value.

If the meaning of 'Overwrite' literal object isn't clear, there really should be more of a description here...

See Also:
OVERWRITE_LITERAL, Constant Field Values

APPEND

public static final int APPEND
The 'Append' literal value.

If the meaning of 'Append' literal object isn't clear, there really should be more of a description here...

See Also:
APPEND_LITERAL, Constant Field Values

DONT_OVERWRITE

public static final int DONT_OVERWRITE
The 'Dont Overwrite' literal value.

If the meaning of 'Dont Overwrite' literal object isn't clear, there really should be more of a description here...

See Also:
DONT_OVERWRITE_LITERAL, Constant Field Values

OVERWRITE_LITERAL

public static final CreationFlagEnumeration OVERWRITE_LITERAL
The 'Overwrite' literal object.

See Also:
OVERWRITE

APPEND_LITERAL

public static final CreationFlagEnumeration APPEND_LITERAL
The 'Append' literal object.

See Also:
APPEND

DONT_OVERWRITE_LITERAL

public static final CreationFlagEnumeration DONT_OVERWRITE_LITERAL
The 'Dont Overwrite' literal object.

See Also:
DONT_OVERWRITE

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Creation Flag Enumeration' enumerators.

Method Detail

get

public static CreationFlagEnumeration get(java.lang.String literal)
Returns the 'Creation Flag Enumeration' literal with the specified literal value.


getByName

public static CreationFlagEnumeration getByName(java.lang.String name)
Returns the 'Creation Flag Enumeration' literal with the specified name.


get

public static CreationFlagEnumeration get(int value)
Returns the 'Creation Flag Enumeration' literal with the specified integer value.


g-Eclipse
Release 1.0.0