|
||||||||||
| 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.FrameType
public final class FrameType
A representation of the literals of the enumeration 'Frame Type', and utility methods for working with them.
CDAR2Package.getFrameType()| Field Summary | |
|---|---|
static int |
ABOVE
The 'Above' literal value. |
static FrameType |
ABOVE_LITERAL
The 'Above' literal object. |
static int |
BELOW
The 'Below' literal value. |
static FrameType |
BELOW_LITERAL
The 'Below' literal object. |
static int |
BORDER
The 'Border' literal value. |
static FrameType |
BORDER_LITERAL
The 'Border' literal object. |
static int |
BOX
The 'Box' literal value. |
static FrameType |
BOX_LITERAL
The 'Box' literal object. |
static int |
HSIDES
The 'Hsides' literal value. |
static FrameType |
HSIDES_LITERAL
The 'Hsides' literal object. |
static int |
LHS
The 'Lhs' literal value. |
static FrameType |
LHS_LITERAL
The 'Lhs' literal object. |
static int |
RHS
The 'Rhs' literal value. |
static FrameType |
RHS_LITERAL
The 'Rhs' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Frame Type' enumerators. |
static int |
VOID
The 'Void' literal value. |
static FrameType |
VOID_LITERAL
The 'Void' literal object. |
static int |
VSIDES
The 'Vsides' literal value. |
static FrameType |
VSIDES_LITERAL
The 'Vsides' literal object. |
| Method Summary | |
|---|---|
static FrameType |
get(int value)
Returns the 'Frame Type' literal with the specified integer value. |
static FrameType |
get(java.lang.String literal)
Returns the 'Frame Type' literal with the specified literal value. |
static FrameType |
getByName(java.lang.String name)
Returns the 'Frame 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 VOID
If the meaning of 'Void' literal object isn't clear, there really should be more of a description here...
VOID_LITERAL,
Constant Field Valuespublic static final int ABOVE
If the meaning of 'Above' literal object isn't clear, there really should be more of a description here...
ABOVE_LITERAL,
Constant Field Valuespublic static final int BELOW
If the meaning of 'Below' literal object isn't clear, there really should be more of a description here...
BELOW_LITERAL,
Constant Field Valuespublic static final int HSIDES
If the meaning of 'Hsides' literal object isn't clear, there really should be more of a description here...
HSIDES_LITERAL,
Constant Field Valuespublic static final int LHS
If the meaning of 'Lhs' literal object isn't clear, there really should be more of a description here...
LHS_LITERAL,
Constant Field Valuespublic static final int RHS
If the meaning of 'Rhs' literal object isn't clear, there really should be more of a description here...
RHS_LITERAL,
Constant Field Valuespublic static final int VSIDES
If the meaning of 'Vsides' literal object isn't clear, there really should be more of a description here...
VSIDES_LITERAL,
Constant Field Valuespublic static final int BOX
If the meaning of 'Box' literal object isn't clear, there really should be more of a description here...
BOX_LITERAL,
Constant Field Valuespublic static final int BORDER
If the meaning of 'Border' literal object isn't clear, there really should be more of a description here...
BORDER_LITERAL,
Constant Field Valuespublic static final FrameType VOID_LITERAL
VOIDpublic static final FrameType ABOVE_LITERAL
ABOVEpublic static final FrameType BELOW_LITERAL
BELOWpublic static final FrameType HSIDES_LITERAL
HSIDESpublic static final FrameType LHS_LITERAL
LHSpublic static final FrameType RHS_LITERAL
RHSpublic static final FrameType VSIDES_LITERAL
VSIDESpublic static final FrameType BOX_LITERAL
BOXpublic static final FrameType BORDER_LITERAL
BORDERpublic static final java.util.List VALUES
| Method Detail |
|---|
public static FrameType get(java.lang.String literal)
public static FrameType getByName(java.lang.String name)
public static FrameType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||