org.objectweb.dsrg.sofa.repository.model
Class DataStreamType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.objectweb.dsrg.sofa.repository.model.DataStreamType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class DataStreamType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Data Stream Type', and utility methods for working with them.

See Also:
ModelPackage.getDataStreamType()
Generated from the meta-model
Part of the meta-model

Field Summary
static int ORIGINAL
          The 'Original' literal value
static DataStreamType ORIGINAL_LITERAL
          The 'Original' literal object
static int RENAMED
          The 'Renamed' literal value
static DataStreamType RENAMED_LITERAL
          The 'Renamed' literal object
static java.util.List VALUES
          A public read-only list of all the 'Data Stream Type' enumerators
 
Method Summary
static DataStreamType get(int value)
          Returns the 'Data Stream Type' literal with the specified integer value
static DataStreamType get(java.lang.String literal)
          Returns the 'Data Stream Type' literal with the specified literal value
static DataStreamType getByName(java.lang.String name)
          Returns the 'Data Stream Type' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ORIGINAL

public static final int ORIGINAL
The 'Original' literal value.

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

See Also:
ORIGINAL_LITERAL, Constant Field Values
Generated from the meta-model
Ordered (meta-model)
Part of the meta-model
name="original"

RENAMED

public static final int RENAMED
The 'Renamed' literal value.

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

See Also:
RENAMED_LITERAL, Constant Field Values
Generated from the meta-model
Ordered (meta-model)
Part of the meta-model
name="renamed"

ORIGINAL_LITERAL

public static final DataStreamType ORIGINAL_LITERAL
The 'Original' literal object.

See Also:
ORIGINAL
Generated from the meta-model
Ordered (meta-model)

RENAMED_LITERAL

public static final DataStreamType RENAMED_LITERAL
The 'Renamed' literal object.

See Also:
RENAMED
Generated from the meta-model
Ordered (meta-model)

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Data Stream Type' enumerators.

Generated from the meta-model
Method Detail

get

public static DataStreamType get(java.lang.String literal)
Returns the 'Data Stream Type' literal with the specified literal value.

Generated from the meta-model

getByName

public static DataStreamType getByName(java.lang.String name)
Returns the 'Data Stream Type' literal with the specified name.

Generated from the meta-model

get

public static DataStreamType get(int value)
Returns the 'Data Stream Type' literal with the specified integer value.

Generated from the meta-model