g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model
Class CreationFlagEnumeration

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

Deprecated. This interface is deprecated. Substitute with the respective class in package eu.geclipse.jsdl.model.base

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
          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

OVERWRITE

public static final int OVERWRITE
Deprecated. 
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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
The 'Overwrite' literal object.

See Also:
OVERWRITE

APPEND_LITERAL

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

See Also:
APPEND

DONT_OVERWRITE_LITERAL

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

See Also:
DONT_OVERWRITE

VALUES

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

Method Detail

get

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


getByName

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


get

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


g-Eclipse
Release 1.0.0