|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.connectivity.oda.design.HorizontalAlignment
A representation of the literals of the enumeration 'Horizontal Alignment', and utility methods for working with them. Horizontal display alignment of the data value.
DesignPackage.getHorizontalAlignment()
,
Serialized FormField Summary | |
static int |
AUTOMATIC
The 'Automatic' literal value. |
static HorizontalAlignment |
AUTOMATIC_LITERAL
The 'Automatic' literal object. |
static int |
CENTER
The 'Center' literal value. |
static HorizontalAlignment |
CENTER_LITERAL
The 'Center' literal object. |
static java.lang.String |
copyright
|
static int |
LEFT
The 'Left' literal value. |
static HorizontalAlignment |
LEFT_LITERAL
The 'Left' literal object. |
static int |
RIGHT
The 'Right' literal value. |
static HorizontalAlignment |
RIGHT_LITERAL
The 'Right' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Horizontal Alignment' enumerators. |
Method Summary | |
static HorizontalAlignment |
get(int value)
Returns the 'Horizontal Alignment' literal with the specified integer value. |
static HorizontalAlignment |
get(java.lang.String literal)
Returns the 'Horizontal Alignment' literal with the specified literal value. |
static HorizontalAlignment |
getByName(java.lang.String name)
Returns the 'Horizontal Alignment' 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 java.lang.String copyright
public static final int AUTOMATIC
AUTOMATIC_LITERAL
,
Constant Field Valuespublic static final int LEFT
LEFT_LITERAL
,
Constant Field Valuespublic static final int CENTER
CENTER_LITERAL
,
Constant Field Valuespublic static final int RIGHT
RIGHT_LITERAL
,
Constant Field Valuespublic static final HorizontalAlignment AUTOMATIC_LITERAL
AUTOMATIC
public static final HorizontalAlignment LEFT_LITERAL
LEFT
public static final HorizontalAlignment CENTER_LITERAL
CENTER
public static final HorizontalAlignment RIGHT_LITERAL
RIGHT
public static final java.util.List VALUES
Method Detail |
public static HorizontalAlignment get(java.lang.String literal)
public static HorizontalAlignment getByName(java.lang.String name)
public static HorizontalAlignment get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |