|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StandardEntryKind | |
---|---|
org.eclipse.gmf.codegen.gmfgen | |
org.eclipse.gmf.codegen.gmfgen.impl |
Uses of StandardEntryKind in org.eclipse.gmf.codegen.gmfgen |
---|
Fields in org.eclipse.gmf.codegen.gmfgen with type parameters of type StandardEntryKind | |
---|---|
static List<StandardEntryKind> |
StandardEntryKind.VALUES
A public read-only list of all the 'Standard Entry Kind' enumerators. |
Methods in org.eclipse.gmf.codegen.gmfgen that return StandardEntryKind | |
---|---|
static StandardEntryKind |
StandardEntryKind.get(int value)
Returns the 'Standard Entry Kind' literal with the specified integer value. |
static StandardEntryKind |
StandardEntryKind.get(String literal)
Returns the 'Standard Entry Kind' literal with the specified literal value. |
static StandardEntryKind |
StandardEntryKind.getByName(String name)
Returns the 'Standard Entry Kind' literal with the specified name. |
StandardEntryKind |
StandardEntry.getKind()
Returns the value of the 'Kind' attribute. |
static StandardEntryKind |
StandardEntryKind.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StandardEntryKind[] |
StandardEntryKind.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 StandardEntryKind | |
---|---|
void |
StandardEntry.setKind(StandardEntryKind value)
Sets the value of the ' Kind ' attribute. |
Uses of StandardEntryKind in org.eclipse.gmf.codegen.gmfgen.impl |
---|
Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as StandardEntryKind | |
---|---|
protected StandardEntryKind |
StandardEntryImpl.kind
The cached value of the ' Kind ' attribute. |
protected static StandardEntryKind |
StandardEntryImpl.KIND_EDEFAULT
The default value of the ' Kind ' attribute. |
Methods in org.eclipse.gmf.codegen.gmfgen.impl that return StandardEntryKind | |
---|---|
StandardEntryKind |
GMFGenFactoryImpl.createStandardEntryKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
|
StandardEntryKind |
StandardEntryImpl.getKind()
|
Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type StandardEntryKind | |
---|---|
void |
StandardEntryImpl.setKind(StandardEntryKind newKind)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |