|
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.ColorConstants
A representation of the literals of the enumeration 'Color Constants', and utility methods for working with them.
GMFGraphPackage.getColorConstants()| Field Summary | |
static int |
BLACK
The 'Black' literal value |
static ColorConstants |
BLACK_LITERAL
The 'Black' literal object |
static int |
BLUE
The 'Blue' literal value |
static ColorConstants |
BLUE_LITERAL
The 'Blue' literal object |
static int |
CYAN
The 'Cyan' literal value |
static ColorConstants |
CYAN_LITERAL
The 'Cyan' literal object |
static int |
DARK_BLUE
The 'Dark Blue' literal value |
static ColorConstants |
DARK_BLUE_LITERAL
The 'Dark Blue' literal object |
static int |
DARK_GRAY
The 'Dark Gray' literal value |
static ColorConstants |
DARK_GRAY_LITERAL
The 'Dark Gray' literal object |
static int |
DARK_GREEN
The 'Dark Green' literal value |
static ColorConstants |
DARK_GREEN_LITERAL
The 'Dark Green' literal object |
static int |
GRAY
The 'Gray' literal value |
static ColorConstants |
GRAY_LITERAL
The 'Gray' literal object |
static int |
GREEN
The 'Green' literal value |
static ColorConstants |
GREEN_LITERAL
The 'Green' literal object |
static int |
LIGHT_BLUE
The 'Light Blue' literal value |
static ColorConstants |
LIGHT_BLUE_LITERAL
The 'Light Blue' literal object |
static int |
LIGHT_GRAY
The 'Light Gray' literal value |
static ColorConstants |
LIGHT_GRAY_LITERAL
The 'Light Gray' literal object |
static int |
LIGHT_GREEN
The 'Light Green' literal value |
static ColorConstants |
LIGHT_GREEN_LITERAL
The 'Light Green' literal object |
static int |
ORANGE
The 'Orange' literal value |
static ColorConstants |
ORANGE_LITERAL
The 'Orange' literal object |
static int |
RED
The 'Red' literal value |
static ColorConstants |
RED_LITERAL
The 'Red' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Color Constants' enumerators |
static int |
WHITE
The 'White' literal value |
static ColorConstants |
WHITE_LITERAL
The 'White' literal object |
static int |
YELLOW
The 'Yellow' literal value |
static ColorConstants |
YELLOW_LITERAL
The 'Yellow' literal object |
| Method Summary | |
static ColorConstants |
get(int value)
Returns the 'Color Constants' literal with the specified integer value |
static ColorConstants |
get(java.lang.String literal)
Returns the 'Color Constants' literal with the specified literal value |
static ColorConstants |
getByName(java.lang.String name)
Returns the 'Color Constants' 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 WHITE
If the meaning of 'White' literal object isn't clear, there really should be more of a description here...
ColorConstants.WHITE_LITERAL,
Constant Field Valuespublic static final int BLACK
If the meaning of 'Black' literal object isn't clear, there really should be more of a description here...
ColorConstants.BLACK_LITERAL,
Constant Field Valuespublic static final int LIGHT_GRAY
If the meaning of 'Light Gray' literal object isn't clear, there really should be more of a description here...
ColorConstants.LIGHT_GRAY_LITERAL,
Constant Field Valuespublic static final int GRAY
If the meaning of 'Gray' literal object isn't clear, there really should be more of a description here...
ColorConstants.GRAY_LITERAL,
Constant Field Valuespublic static final int DARK_GRAY
If the meaning of 'Dark Gray' literal object isn't clear, there really should be more of a description here...
ColorConstants.DARK_GRAY_LITERAL,
Constant Field Valuespublic static final int RED
If the meaning of 'Red' literal object isn't clear, there really should be more of a description here...
ColorConstants.RED_LITERAL,
Constant Field Valuespublic static final int ORANGE
If the meaning of 'Orange' literal object isn't clear, there really should be more of a description here...
ColorConstants.ORANGE_LITERAL,
Constant Field Valuespublic static final int YELLOW
If the meaning of 'Yellow' literal object isn't clear, there really should be more of a description here...
ColorConstants.YELLOW_LITERAL,
Constant Field Valuespublic static final int GREEN
If the meaning of 'Green' literal object isn't clear, there really should be more of a description here...
ColorConstants.GREEN_LITERAL,
Constant Field Valuespublic static final int LIGHT_GREEN
If the meaning of 'Light Green' literal object isn't clear, there really should be more of a description here...
ColorConstants.LIGHT_GREEN_LITERAL,
Constant Field Valuespublic static final int DARK_GREEN
If the meaning of 'Dark Green' literal object isn't clear, there really should be more of a description here...
ColorConstants.DARK_GREEN_LITERAL,
Constant Field Valuespublic static final int CYAN
If the meaning of 'Cyan' literal object isn't clear, there really should be more of a description here...
ColorConstants.CYAN_LITERAL,
Constant Field Valuespublic static final int LIGHT_BLUE
If the meaning of 'Light Blue' literal object isn't clear, there really should be more of a description here...
ColorConstants.LIGHT_BLUE_LITERAL,
Constant Field Valuespublic static final int BLUE
If the meaning of 'Blue' literal object isn't clear, there really should be more of a description here...
ColorConstants.BLUE_LITERAL,
Constant Field Valuespublic static final int DARK_BLUE
If the meaning of 'Dark Blue' literal object isn't clear, there really should be more of a description here...
ColorConstants.DARK_BLUE_LITERAL,
Constant Field Valuespublic static final ColorConstants WHITE_LITERAL
ColorConstants.WHITEpublic static final ColorConstants BLACK_LITERAL
ColorConstants.BLACKpublic static final ColorConstants LIGHT_GRAY_LITERAL
ColorConstants.LIGHT_GRAYpublic static final ColorConstants GRAY_LITERAL
ColorConstants.GRAYpublic static final ColorConstants DARK_GRAY_LITERAL
ColorConstants.DARK_GRAYpublic static final ColorConstants RED_LITERAL
ColorConstants.REDpublic static final ColorConstants ORANGE_LITERAL
ColorConstants.ORANGEpublic static final ColorConstants YELLOW_LITERAL
ColorConstants.YELLOWpublic static final ColorConstants GREEN_LITERAL
ColorConstants.GREENpublic static final ColorConstants LIGHT_GREEN_LITERAL
ColorConstants.LIGHT_GREENpublic static final ColorConstants DARK_GREEN_LITERAL
ColorConstants.DARK_GREENpublic static final ColorConstants CYAN_LITERAL
ColorConstants.CYANpublic static final ColorConstants LIGHT_BLUE_LITERAL
ColorConstants.LIGHT_BLUEpublic static final ColorConstants BLUE_LITERAL
ColorConstants.BLUEpublic static final ColorConstants DARK_BLUE_LITERAL
ColorConstants.DARK_BLUEpublic static final java.util.List VALUES
| Method Detail |
public static ColorConstants get(java.lang.String literal)
public static ColorConstants getByName(java.lang.String name)
public static ColorConstants 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.