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

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

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

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

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

Field Summary
static int DEVELOPMENT
          The 'Development' literal value
static RepositoryType DEVELOPMENT_LITERAL
          The 'Development' literal object
static int STABLE
          The 'Stable' literal value
static RepositoryType STABLE_LITERAL
          The 'Stable' literal object
static java.util.List VALUES
          A public read-only list of all the 'Repository Type' enumerators
 
Method Summary
static RepositoryType get(int value)
          Returns the 'Repository Type' literal with the specified integer value
static RepositoryType get(java.lang.String literal)
          Returns the 'Repository Type' literal with the specified literal value
static RepositoryType getByName(java.lang.String name)
          Returns the 'Repository 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

STABLE

public static final int STABLE
The 'Stable' literal value.

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

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

DEVELOPMENT

public static final int DEVELOPMENT
The 'Development' literal value.

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

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

STABLE_LITERAL

public static final RepositoryType STABLE_LITERAL
The 'Stable' literal object.

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

DEVELOPMENT_LITERAL

public static final RepositoryType DEVELOPMENT_LITERAL
The 'Development' literal object.

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

VALUES

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

Generated from the meta-model
Method Detail

get

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

Generated from the meta-model

getByName

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

Generated from the meta-model

get

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

Generated from the meta-model