|
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.tooldef.AppearanceStyle
A representation of the literals of the enumeration 'Appearance Style', and utility methods for working with them.
GMFToolPackage.getAppearanceStyle()| Field Summary | |
static int |
FILL
The 'Fill' literal value |
static AppearanceStyle |
FILL_LITERAL
The 'Fill' literal object |
static int |
FONT
The 'Font' literal value |
static AppearanceStyle |
FONT_LITERAL
The 'Font' literal object |
static int |
LINE
The 'Line' literal value |
static AppearanceStyle |
LINE_LITERAL
The 'Line' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Appearance Style' enumerators |
| Method Summary | |
static AppearanceStyle |
get(int value)
Returns the 'Appearance Style' literal with the specified integer value |
static AppearanceStyle |
get(java.lang.String literal)
Returns the 'Appearance Style' literal with the specified literal value |
static AppearanceStyle |
getByName(java.lang.String name)
Returns the 'Appearance Style' 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 FONT
If the meaning of 'Font' literal object isn't clear, there really should be more of a description here...
AppearanceStyle.FONT_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...
AppearanceStyle.FILL_LITERAL,
Constant Field Valuespublic static final int LINE
If the meaning of 'Line' literal object isn't clear, there really should be more of a description here...
AppearanceStyle.LINE_LITERAL,
Constant Field Valuespublic static final AppearanceStyle FONT_LITERAL
AppearanceStyle.FONTpublic static final AppearanceStyle FILL_LITERAL
AppearanceStyle.FILLpublic static final AppearanceStyle LINE_LITERAL
AppearanceStyle.LINEpublic static final java.util.List VALUES
| Method Detail |
public static AppearanceStyle get(java.lang.String literal)
public static AppearanceStyle getByName(java.lang.String name)
public static AppearanceStyle 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.