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

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

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

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

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

Field Summary
static int ATTRIBUTE
          The 'Attribute' literal value.
static AssumptionKind ATTRIBUTE_LITERAL
          The 'Attribute' literal object.
static int CAPACITY
          The 'Capacity' literal value.
static AssumptionKind CAPACITY_LITERAL
          The 'Capacity' literal object.
static int MAXIMUM
          The 'Maximum' literal value.
static AssumptionKind MAXIMUM_LITERAL
          The 'Maximum' literal object.
static int MINIMUM
          The 'Minimum' literal value.
static AssumptionKind MINIMUM_LITERAL
          The 'Minimum' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Assumption Kind' enumerators.
 
Method Summary
static AssumptionKind get(int value)
          Returns the 'Assumption Kind' literal with the specified integer value.
static AssumptionKind get(java.lang.String literal)
          Returns the 'Assumption Kind' literal with the specified literal value.
static AssumptionKind getByName(java.lang.String name)
          Returns the 'Assumption Kind' 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

ATTRIBUTE

public static final int ATTRIBUTE
The 'Attribute' literal value.

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

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

MAXIMUM

public static final int MAXIMUM
The 'Maximum' literal value.

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

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

MINIMUM

public static final int MINIMUM
The 'Minimum' literal value.

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

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

CAPACITY

public static final int CAPACITY
The 'Capacity' literal value.

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

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

ATTRIBUTE_LITERAL

public static final AssumptionKind ATTRIBUTE_LITERAL
The 'Attribute' literal object.

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

MAXIMUM_LITERAL

public static final AssumptionKind MAXIMUM_LITERAL
The 'Maximum' literal object.

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

MINIMUM_LITERAL

public static final AssumptionKind MINIMUM_LITERAL
The 'Minimum' literal object.

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

CAPACITY_LITERAL

public static final AssumptionKind CAPACITY_LITERAL
The 'Capacity' literal object.

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

VALUES

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

Generated from the meta-model
Method Detail

get

public static AssumptionKind get(java.lang.String literal)
Returns the 'Assumption Kind' literal with the specified literal value.

Generated from the meta-model

getByName

public static AssumptionKind getByName(java.lang.String name)
Returns the 'Assumption Kind' literal with the specified name.

Generated from the meta-model

get

public static AssumptionKind get(int value)
Returns the 'Assumption Kind' literal with the specified integer value.

Generated from the meta-model