|
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.codegen.gmfgen.ViewmapLayoutType
A representation of the literals of the enumeration 'Viewmap Layout Type', and utility methods for working with them.
GMFGenPackage.getViewmapLayoutType()| Field Summary | |
static int |
FLOW_LAYOUT
The 'FLOW LAYOUT' literal value |
static ViewmapLayoutType |
FLOW_LAYOUT_LITERAL
The 'FLOW LAYOUT' literal object |
static int |
TOOLBAR_LAYOUT
The 'TOOLBAR LAYOUT' literal value |
static ViewmapLayoutType |
TOOLBAR_LAYOUT_LITERAL
The 'TOOLBAR LAYOUT' literal object |
static int |
UNKNOWN
The 'UNKNOWN' literal value |
static ViewmapLayoutType |
UNKNOWN_LITERAL
The 'UNKNOWN' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Viewmap Layout Type' enumerators |
static int |
XY_LAYOUT
The 'XY LAYOUT' literal value |
static ViewmapLayoutType |
XY_LAYOUT_LITERAL
The 'XY LAYOUT' literal object |
| Method Summary | |
static ViewmapLayoutType |
get(int value)
Returns the 'Viewmap Layout Type' literal with the specified integer value |
static ViewmapLayoutType |
get(java.lang.String literal)
Returns the 'Viewmap Layout Type' literal with the specified literal value |
static ViewmapLayoutType |
getByName(java.lang.String name)
Returns the 'Viewmap Layout 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int UNKNOWN
If the meaning of 'UNKNOWN' literal object isn't clear, there really should be more of a description here...
ViewmapLayoutType.UNKNOWN_LITERAL,
Constant Field Valuespublic static final int XY_LAYOUT
If the meaning of 'XY LAYOUT' literal object isn't clear, there really should be more of a description here...
ViewmapLayoutType.XY_LAYOUT_LITERAL,
Constant Field Valuespublic static final int FLOW_LAYOUT
If the meaning of 'FLOW LAYOUT' literal object isn't clear, there really should be more of a description here...
ViewmapLayoutType.FLOW_LAYOUT_LITERAL,
Constant Field Valuespublic static final int TOOLBAR_LAYOUT
If the meaning of 'TOOLBAR LAYOUT' literal object isn't clear, there really should be more of a description here...
ViewmapLayoutType.TOOLBAR_LAYOUT_LITERAL,
Constant Field Valuespublic static final ViewmapLayoutType UNKNOWN_LITERAL
ViewmapLayoutType.UNKNOWNpublic static final ViewmapLayoutType XY_LAYOUT_LITERAL
ViewmapLayoutType.XY_LAYOUTpublic static final ViewmapLayoutType FLOW_LAYOUT_LITERAL
ViewmapLayoutType.FLOW_LAYOUTpublic static final ViewmapLayoutType TOOLBAR_LAYOUT_LITERAL
ViewmapLayoutType.TOOLBAR_LAYOUTpublic static final java.util.List VALUES
| Method Detail |
public static ViewmapLayoutType get(java.lang.String literal)
public static ViewmapLayoutType getByName(java.lang.String name)
public static ViewmapLayoutType 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.