|
Generation Framework | ||||||||||
| 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.gmfgraph.Alignment
A representation of the literals of the enumeration 'Alignment', and utility methods for working with them.
GMFGraphPackage.getAlignment()| Field Summary | |
static int |
BEGINNING
The 'BEGINNING' literal value |
static Alignment |
BEGINNING_LITERAL
The 'BEGINNING' literal object |
static int |
CENTER
The 'CENTER' literal value |
static Alignment |
CENTER_LITERAL
The 'CENTER' literal object |
static int |
END
The 'END' literal value |
static Alignment |
END_LITERAL
The 'END' literal object |
static int |
FILL
The 'FILL' literal value |
static Alignment |
FILL_LITERAL
The 'FILL' 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int BEGINNING
If the meaning of 'BEGINNING' literal object isn't clear, there really should be more of a description here...
Alignment.BEGINNING_LITERAL,
Constant Field Valuespublic static final int CENTER
If the meaning of 'CENTER' literal object isn't clear, there really should be more of a description here...
Alignment.CENTER_LITERAL,
Constant Field Valuespublic static final int END
If the meaning of 'END' literal object isn't clear, there really should be more of a description here...
Alignment.END_LITERAL,
Constant Field Valuespublic static final int FILL
If the meaning of 'FILL' literal object isn't clear, there really should be more of a description here...
Alignment.FILL_LITERAL,
Constant Field Valuespublic static final Alignment BEGINNING_LITERAL
Alignment.BEGINNINGpublic static final Alignment CENTER_LITERAL
Alignment.CENTERpublic static final Alignment END_LITERAL
Alignment.ENDpublic static final Alignment FILL_LITERAL
Alignment.FILLpublic 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)
|
Generation Framework | ||||||||||
| 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.