edu.ksu.cis.cadena.core.specification.style
Class Parity

java.lang.Object
  extended by AbstractEnumerator
      extended by edu.ksu.cis.cadena.core.specification.style.Parity

public final class Parity
extends AbstractEnumerator

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

See Also:
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

USES

public static final int USES
The 'USES' literal value.

See Also:
USES_LITERAL, Constant Field Values

PROVIDES

public static final int PROVIDES
The 'PROVIDES' literal value.

See Also:
PROVIDES_LITERAL, Constant Field Values

USES_LITERAL

public static final Parity USES_LITERAL
The 'USES' literal object.

See Also:
USES

PROVIDES_LITERAL

public static final Parity PROVIDES_LITERAL
The 'PROVIDES' literal object.

See Also:
PROVIDES

VALUES

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

Method Detail

get

public static Parity get(java.lang.String name)
Returns the 'Parity' literal with the specified name.


get

public static Parity get(int value)
Returns the 'Parity' literal with the specified value.