|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.ohf.ihe.common.cdar2.RulesType
public final class RulesType
A representation of the literals of the enumeration 'Rules Type', and utility methods for working with them.
CDAR2Package.getRulesType()| Field Summary | |
|---|---|
static int |
ALL
The 'All' literal value. |
static RulesType |
ALL_LITERAL
The 'All' literal object. |
static int |
COLS
The 'Cols' literal value. |
static RulesType |
COLS_LITERAL
The 'Cols' literal object. |
static int |
GROUPS
The 'Groups' literal value. |
static RulesType |
GROUPS_LITERAL
The 'Groups' literal object. |
static int |
NONE
The 'None' literal value. |
static RulesType |
NONE_LITERAL
The 'None' literal object. |
static int |
ROWS
The 'Rows' literal value. |
static RulesType |
ROWS_LITERAL
The 'Rows' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Rules Type' enumerators. |
| Method Summary | |
|---|---|
static RulesType |
get(int value)
Returns the 'Rules Type' literal with the specified integer value. |
static RulesType |
get(java.lang.String literal)
Returns the 'Rules Type' literal with the specified literal value. |
static RulesType |
getByName(java.lang.String name)
Returns the 'Rules Type' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int NONE
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE_LITERAL,
Constant Field Valuespublic static final int GROUPS
If the meaning of 'Groups' literal object isn't clear, there really should be more of a description here...
GROUPS_LITERAL,
Constant Field Valuespublic static final int ROWS
If the meaning of 'Rows' literal object isn't clear, there really should be more of a description here...
ROWS_LITERAL,
Constant Field Valuespublic static final int COLS
If the meaning of 'Cols' literal object isn't clear, there really should be more of a description here...
COLS_LITERAL,
Constant Field Valuespublic static final int ALL
If the meaning of 'All' literal object isn't clear, there really should be more of a description here...
ALL_LITERAL,
Constant Field Valuespublic static final RulesType NONE_LITERAL
NONEpublic static final RulesType GROUPS_LITERAL
GROUPSpublic static final RulesType ROWS_LITERAL
ROWSpublic static final RulesType COLS_LITERAL
COLSpublic static final RulesType ALL_LITERAL
ALLpublic static final java.util.List VALUES
| Method Detail |
|---|
public static RulesType get(java.lang.String literal)
public static RulesType getByName(java.lang.String name)
public static RulesType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||