|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiagramColors | |
---|---|
org.eclipse.gmf.codegen.gmfgen | |
org.eclipse.gmf.codegen.gmfgen.impl |
Uses of DiagramColors in org.eclipse.gmf.codegen.gmfgen |
---|
Fields in org.eclipse.gmf.codegen.gmfgen with type parameters of type DiagramColors | |
---|---|
static List<DiagramColors> |
DiagramColors.VALUES
A public read-only list of all the 'Diagram Colors' enumerators. |
Methods in org.eclipse.gmf.codegen.gmfgen that return DiagramColors | |
---|---|
static DiagramColors |
DiagramColors.get(int value)
Returns the 'Diagram Colors' literal with the specified integer value. |
static DiagramColors |
DiagramColors.get(String literal)
Returns the 'Diagram Colors' literal with the specified literal value. |
static DiagramColors |
DiagramColors.getByName(String name)
Returns the 'Diagram Colors' literal with the specified name. |
DiagramColors |
GenConstantColor.getName()
Returns the value of the 'Name' attribute. |
static DiagramColors |
DiagramColors.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DiagramColors[] |
DiagramColors.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type DiagramColors | |
---|---|
void |
GenConstantColor.setName(DiagramColors value)
Sets the value of the ' Name ' attribute. |
Uses of DiagramColors in org.eclipse.gmf.codegen.gmfgen.impl |
---|
Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as DiagramColors | |
---|---|
protected DiagramColors |
GenConstantColorImpl.name
The cached value of the ' Name ' attribute. |
protected static DiagramColors |
GenConstantColorImpl.NAME_EDEFAULT
The default value of the ' Name ' attribute. |
Methods in org.eclipse.gmf.codegen.gmfgen.impl that return DiagramColors | |
---|---|
DiagramColors |
GMFGenFactoryImpl.createDiagramColorsFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
|
DiagramColors |
GenConstantColorImpl.getName()
|
Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type DiagramColors | |
---|---|
void |
GenConstantColorImpl.setName(DiagramColors newName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |