|
Runtime | |||||||||
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.gmf.runtime.notation.Alignment
public final class Alignment
A representation of the literals of the enumeration 'Alignment', and utility methods for working with them.
NotationPackage.getAlignment()
,
Serialized FormField Summary | |
---|---|
static int |
BOTTOM
The 'Bottom' literal value |
static Alignment |
BOTTOM_LITERAL
The 'Bottom' literal object |
static int |
CENTER
The 'Center' literal value |
static Alignment |
CENTER_LITERAL
The 'Center' literal object |
static int |
LEFT
The 'Left' literal value |
static Alignment |
LEFT_LITERAL
The 'Left' literal object |
static int |
RIGHT
The 'Right' literal value |
static Alignment |
RIGHT_LITERAL
The 'Right' literal object |
static int |
TOP
The 'Top' literal value |
static Alignment |
TOP_LITERAL
The 'Top' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Alignment' enumerators |
Method Summary | |
---|---|
static Alignment |
get(int value)
Returns the 'Alignment' literal with the specified integer value |
static Alignment |
get(java.lang.String literal)
Returns the 'Alignment' literal with the specified literal value |
static Alignment |
getByName(java.lang.String name)
Returns the 'Alignment' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString, writeReplace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int LEFT
LEFT_LITERAL
,
Constant Field Valuespublic static final int RIGHT
RIGHT_LITERAL
,
Constant Field Valuespublic static final int CENTER
CENTER_LITERAL
,
Constant Field Valuespublic static final int TOP
TOP_LITERAL
,
Constant Field Valuespublic static final int BOTTOM
BOTTOM_LITERAL
,
Constant Field Valuespublic static final Alignment LEFT_LITERAL
LEFT
public static final Alignment RIGHT_LITERAL
RIGHT
public static final Alignment CENTER_LITERAL
CENTER
public static final Alignment TOP_LITERAL
TOP
public static final Alignment BOTTOM_LITERAL
BOTTOM
public static final java.util.List VALUES
Method Detail |
---|
public static Alignment get(java.lang.String literal)
public static Alignment getByName(java.lang.String name)
public static Alignment get(int value)
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.