|
||||||||||
| 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.style.Parity
public final class Parity
A representation of the literals of the enumeration 'Parity', and utility methods for working with them.
StylePackage.getParity()| Field Summary | |
|---|---|
static int |
PROVIDES
The 'PROVIDES' literal value. |
static Parity |
PROVIDES_LITERAL
The 'PROVIDES' literal object. |
static int |
USES
The 'USES' literal value. |
static Parity |
USES_LITERAL
The 'USES' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Parity' enumerators. |
| Method Summary | |
|---|---|
static Parity |
get(int value)
Returns the 'Parity' literal with the specified value. |
static Parity |
get(java.lang.String name)
Returns the 'Parity' 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 USES
USES_LITERAL,
Constant Field Valuespublic static final int PROVIDES
PROVIDES_LITERAL,
Constant Field Valuespublic static final Parity USES_LITERAL
USESpublic static final Parity PROVIDES_LITERAL
PROVIDESpublic static final java.util.List VALUES
| Method Detail |
|---|
public static Parity get(java.lang.String name)
public static Parity get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||