|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenResourceKind | |
org.eclipse.emf.codegen.ecore.genmodel | |
org.eclipse.emf.codegen.ecore.genmodel.impl |
Uses of GenResourceKind in org.eclipse.emf.codegen.ecore.genmodel |
Fields in org.eclipse.emf.codegen.ecore.genmodel declared as GenResourceKind | |
static GenResourceKind |
GenResourceKind.NONE_LITERAL
The 'None' literal object |
static GenResourceKind |
GenResourceKind.BASIC_LITERAL
The 'Basic' literal object |
static GenResourceKind |
GenResourceKind.XMI_LITERAL
The 'XMI' literal object |
static GenResourceKind |
GenResourceKind.XML_LITERAL
The 'XML' literal object |
Methods in org.eclipse.emf.codegen.ecore.genmodel that return GenResourceKind | |
static GenResourceKind |
GenResourceKind.get(String literal)
Returns the 'Gen Resource Kind' literal with the specified literal value |
static GenResourceKind |
GenResourceKind.getByName(String name)
Returns the 'Gen Resource Kind' literal with the specified name |
static GenResourceKind |
GenResourceKind.get(int value)
Returns the 'Gen Resource Kind' literal with the specified integer value |
GenResourceKind |
GenPackage.getResource()
Returns the value of the 'Resource' attribute. |
Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type GenResourceKind | |
void |
GenPackage.setResource(GenResourceKind value)
Sets the value of the ' Resource ' attribute |
Uses of GenResourceKind in org.eclipse.emf.codegen.ecore.genmodel.impl |
Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as GenResourceKind | |
protected static GenResourceKind |
GenPackageImpl.RESOURCE_EDEFAULT
The default value of the ' Resource ' attribute |
protected GenResourceKind |
GenPackageImpl.resource
The cached value of the ' Resource ' attribute |
Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return GenResourceKind | |
GenResourceKind |
GenPackageImpl.getResource()
|
GenResourceKind |
GenModelFactoryImpl.createGenResourceKindFromString(EDataType eDataType,
String initialValue)
|
Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type GenResourceKind | |
void |
GenPackageImpl.setResource(GenResourceKind newResource)
|
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |