|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AssumptionKind>
org.objectweb.dsrg.sofa.repository.model.AssumptionKind
public enum AssumptionKind
A representation of the literals of the enumeration 'Assumption Kind', and utility methods for working with them.
ModelPackage.getAssumptionKind()
Enum Constant Summary | |
---|---|
ATTRIBUTE
The 'Attribute' literal object |
|
CAPACITY
The 'Capacity' literal object |
|
MAXIMUM
The 'Maximum' literal object |
|
MINIMUM
The 'Minimum' literal object |
Field Summary | |
---|---|
static int |
ATTRIBUTE_VALUE
The 'Attribute' literal value |
static int |
CAPACITY_VALUE
The 'Capacity' literal value |
static int |
MAXIMUM_VALUE
The 'Maximum' literal value |
static int |
MINIMUM_VALUE
The 'Minimum' literal value |
static java.util.List<AssumptionKind> |
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 |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation |
static AssumptionKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AssumptionKind[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AssumptionKind ATTRIBUTE
ATTRIBUTE_VALUE
public static final AssumptionKind MAXIMUM
MAXIMUM_VALUE
public static final AssumptionKind MINIMUM
MINIMUM_VALUE
public static final AssumptionKind CAPACITY
CAPACITY_VALUE
Field Detail |
---|
public static final int ATTRIBUTE_VALUE
If the meaning of 'Attribute' literal object isn't clear, there really should be more of a description here...
ATTRIBUTE
,
Constant Field Valuespublic static final int MAXIMUM_VALUE
If the meaning of 'Maximum' literal object isn't clear, there really should be more of a description here...
MAXIMUM
,
Constant Field Valuespublic static final int MINIMUM_VALUE
If the meaning of 'Minimum' literal object isn't clear, there really should be more of a description here...
MINIMUM
,
Constant Field Valuespublic static final int CAPACITY_VALUE
If the meaning of 'Capacity' literal object isn't clear, there really should be more of a description here...
CAPACITY
,
Constant Field Valuespublic static final java.util.List<AssumptionKind> VALUES
Method Detail |
---|
public static AssumptionKind[] values()
for (AssumptionKind c : AssumptionKind.values()) System.out.println(c);
public static AssumptionKind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static AssumptionKind get(java.lang.String literal)
public static AssumptionKind getByName(java.lang.String name)
public static AssumptionKind get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<AssumptionKind>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |