edu.ksu.cis.cadena.core.specification.property
Class PropertyKind

java.lang.Object
  extended by AbstractEnumerator
      extended by edu.ksu.cis.cadena.core.specification.property.PropertyKind

public final class PropertyKind
extends AbstractEnumerator

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

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

STYLE

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

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

See Also:
STYLE_LITERAL, Constant Field Values

MODULE

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

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

See Also:
MODULE_LITERAL, Constant Field Values

SCENARIO

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

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

See Also:
SCENARIO_LITERAL, Constant Field Values

STYLE_LITERAL

public static final PropertyKind STYLE_LITERAL
The 'STYLE' literal object.

See Also:
STYLE

MODULE_LITERAL

public static final PropertyKind MODULE_LITERAL
The 'MODULE' literal object.

See Also:
MODULE

SCENARIO_LITERAL

public static final PropertyKind SCENARIO_LITERAL
The 'SCENARIO' literal object.

See Also:
SCENARIO

VALUES

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

Method Detail

get

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


get

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