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

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

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

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

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

Field Summary
static int NORMAL
          The 'Normal' literal value
static ConnectionType NORMAL_LITERAL
          The 'Normal' literal object
static int UTILITY
          The 'Utility' literal value
static ConnectionType UTILITY_LITERAL
          The 'Utility' literal object
static java.util.List VALUES
          A public read-only list of all the 'Connection Type' enumerators
 
Method Summary
static ConnectionType get(int value)
          Returns the 'Connection Type' literal with the specified integer value
static ConnectionType get(java.lang.String literal)
          Returns the 'Connection Type' literal with the specified literal value
static ConnectionType getByName(java.lang.String name)
          Returns the 'Connection 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

NORMAL

public static final int NORMAL
The 'Normal' literal value.

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

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

UTILITY

public static final int UTILITY
The 'Utility' literal value.

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

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

NORMAL_LITERAL

public static final ConnectionType NORMAL_LITERAL
The 'Normal' literal object.

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

UTILITY_LITERAL

public static final ConnectionType UTILITY_LITERAL
The 'Utility' literal object.

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

VALUES

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

Generated from the meta-model
Method Detail

get

public static ConnectionType get(java.lang.String literal)
Returns the 'Connection Type' literal with the specified literal value.

Generated from the meta-model

getByName

public static ConnectionType getByName(java.lang.String name)
Returns the 'Connection Type' literal with the specified name.

Generated from the meta-model

get

public static ConnectionType get(int value)
Returns the 'Connection Type' literal with the specified integer value.

Generated from the meta-model