|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractEnumerator
edu.ksu.cis.cadena.core.specification.property.PropertyKind
public final class PropertyKind
A representation of the literals of the enumeration 'Kind', and utility methods for working with them.
PropertyPackage.getPropertyKind()| Field Summary | |
|---|---|
static int |
MODULE
The 'MODULE' literal value. |
static PropertyKind |
MODULE_LITERAL
The 'MODULE' literal object. |
static int |
SCENARIO
The 'SCENARIO' literal value. |
static PropertyKind |
SCENARIO_LITERAL
The 'SCENARIO' literal object. |
static int |
STYLE
The 'STYLE' literal value. |
static PropertyKind |
STYLE_LITERAL
The 'STYLE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Kind' enumerators. |
| Method Summary | |
|---|---|
static PropertyKind |
get(int value)
Returns the 'Kind' literal with the specified value. |
static PropertyKind |
get(java.lang.String name)
Returns the 'Kind' literal with the specified name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int STYLE
If the meaning of 'STYLE' literal object isn't clear, there really should be more of a description here...
STYLE_LITERAL,
Constant Field Valuespublic static final int MODULE
If the meaning of 'MODULE' literal object isn't clear, there really should be more of a description here...
MODULE_LITERAL,
Constant Field Valuespublic static final int SCENARIO
If the meaning of 'SCENARIO' literal object isn't clear, there really should be more of a description here...
SCENARIO_LITERAL,
Constant Field Valuespublic static final PropertyKind STYLE_LITERAL
STYLEpublic static final PropertyKind MODULE_LITERAL
MODULEpublic static final PropertyKind SCENARIO_LITERAL
SCENARIOpublic static final java.util.List VALUES
| Method Detail |
|---|
public static PropertyKind get(java.lang.String name)
public static PropertyKind get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||