|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EEnum | |
---|---|
org.eclipse.emf.codegen.ecore.genmodel | |
org.eclipse.emf.codegen.ecore.genmodel.impl | |
org.eclipse.emf.ecore | Provides an API for the Ecore dialect of UML. |
org.eclipse.emf.ecore.change | Provides an API for describing and applying model changes. |
org.eclipse.emf.ecore.change.impl | Provides an implementation of the Change model. |
org.eclipse.emf.ecore.impl | Provides an implementation of Ecore. |
org.eclipse.emf.ecore.util | Provides utilities. |
org.eclipse.emf.ecore.xml.namespace | |
org.eclipse.emf.ecore.xml.namespace.impl | |
org.eclipse.emf.importer.java.builder | |
org.eclipse.emf.importer.rose.builder |
Uses of EEnum in org.eclipse.emf.codegen.ecore.genmodel |
---|
Fields in org.eclipse.emf.codegen.ecore.genmodel declared as EEnum | |
---|---|
static EEnum |
GenModelPackage.Literals.GEN_DELEGATION_KIND
The meta object literal for the ' Gen Delegation Kind ' enum |
static EEnum |
GenModelPackage.Literals.GEN_JDK_LEVEL
The meta object literal for the ' Gen JDK Level ' enum |
static EEnum |
GenModelPackage.Literals.GEN_PROPERTY_KIND
The meta object literal for the ' Gen Property Kind ' enum |
static EEnum |
GenModelPackage.Literals.GEN_PROVIDER_KIND
The meta object literal for the ' Gen Provider Kind ' enum |
static EEnum |
GenModelPackage.Literals.GEN_RESOURCE_KIND
The meta object literal for the ' Gen Resource Kind ' enum |
static EEnum |
GenModelPackage.Literals.GEN_RUNTIME_VERSION
The meta object literal for the ' Gen Runtime Version ' enum |
Methods in org.eclipse.emf.codegen.ecore.genmodel that return EEnum | |
---|---|
EEnum |
GenEnum.getEcoreEnum()
Returns the value of the 'Ecore Enum' reference |
EEnum |
GenModelPackage.getGenDelegationKind()
Returns the meta object for enum ' Gen Delegation Kind ' |
EEnum |
GenModelPackage.getGenJDKLevel()
Returns the meta object for enum ' Gen JDK Level ' |
EEnum |
GenModelPackage.getGenPropertyKind()
Returns the meta object for enum ' Gen Property Kind ' |
EEnum |
GenModelPackage.getGenProviderKind()
Returns the meta object for enum ' Gen Provider Kind ' |
EEnum |
GenModelPackage.getGenResourceKind()
Returns the meta object for enum ' Gen Resource Kind ' |
EEnum |
GenModelPackage.getGenRuntimeVersion()
Returns the meta object for enum ' Gen Runtime Version ' |
Methods in org.eclipse.emf.codegen.ecore.genmodel with parameters of type EEnum | |
---|---|
void |
GenEnum.initialize(EEnum eEnum)
|
void |
GenEnum.setEcoreEnum(EEnum value)
Sets the value of the ' Ecore Enum ' reference |
Uses of EEnum in org.eclipse.emf.codegen.ecore.genmodel.impl |
---|
Fields in org.eclipse.emf.codegen.ecore.genmodel.impl declared as EEnum | |
---|---|
protected EEnum |
GenEnumImpl.ecoreEnum
The cached value of the ' Ecore Enum ' reference |
Methods in org.eclipse.emf.codegen.ecore.genmodel.impl that return EEnum | |
---|---|
EEnum |
GenEnumImpl.basicGetEcoreEnum()
|
EEnum |
GenEnumImpl.getEcoreEnum()
|
EEnum |
GenModelPackageImpl.getGenDelegationKind()
|
EEnum |
GenModelPackageImpl.getGenJDKLevel()
|
EEnum |
GenModelPackageImpl.getGenPropertyKind()
|
EEnum |
GenModelPackageImpl.getGenProviderKind()
|
EEnum |
GenModelPackageImpl.getGenResourceKind()
|
EEnum |
GenModelPackageImpl.getGenRuntimeVersion()
|
Methods in org.eclipse.emf.codegen.ecore.genmodel.impl with parameters of type EEnum | |
---|---|
protected GenEnum |
GenBaseImpl.findGenEnum(EEnum eEnum)
|
protected GenEnum |
GenModelImpl.findGenEnum(EEnum eEnum)
|
void |
GenEnumImpl.initialize(EEnum eEnum)
|
void |
GenEnumImpl.setEcoreEnum(EEnum newEcoreEnum)
|
Uses of EEnum in org.eclipse.emf.ecore |
---|
Methods in org.eclipse.emf.ecore that return EEnum | |
---|---|
EEnum |
EcoreFactory.createEEnum()
Returns a new object of class 'EEnum' |
EEnum |
EEnumLiteral.getEEnum()
Returns the value of the 'EEnum' container reference. |
Uses of EEnum in org.eclipse.emf.ecore.change |
---|
Fields in org.eclipse.emf.ecore.change declared as EEnum | |
---|---|
static EEnum |
ChangePackage.Literals.CHANGE_KIND
The meta object literal for the ' Kind ' enum |
Methods in org.eclipse.emf.ecore.change that return EEnum | |
---|---|
EEnum |
ChangePackage.getChangeKind()
Returns the meta object for enum ' Kind ' |
Uses of EEnum in org.eclipse.emf.ecore.change.impl |
---|
Methods in org.eclipse.emf.ecore.change.impl that return EEnum | |
---|---|
EEnum |
ChangePackageImpl.getChangeKind()
|
Uses of EEnum in org.eclipse.emf.ecore.impl |
---|
Classes in org.eclipse.emf.ecore.impl that implement EEnum | |
---|---|
class |
EEnumImpl
An implementation of the model object 'EEnum' |
Methods in org.eclipse.emf.ecore.impl that return EEnum | |
---|---|
EEnum |
EcoreFactoryImpl.createEEnum()
|
protected EEnum |
EPackageImpl.createEEnum(int id)
|
EEnum |
EEnumLiteralImpl.getEEnum()
|
protected EEnum |
EPackageImpl.initEEnum(EEnum e,
java.lang.Class<?> instanceClass,
java.lang.String name)
|
Methods in org.eclipse.emf.ecore.impl with parameters of type EEnum | |
---|---|
protected void |
EPackageImpl.addEEnumLiteral(EEnum owner,
Enumerator e)
|
protected void |
EPackageImpl.fixEEnumLiterals(EEnum eEnum)
|
protected EEnum |
EPackageImpl.initEEnum(EEnum e,
java.lang.Class<?> instanceClass,
java.lang.String name)
|
Uses of EEnum in org.eclipse.emf.ecore.util |
---|
Methods in org.eclipse.emf.ecore.util with parameters of type EEnum | |
---|---|
T |
EcoreSwitch.caseEEnum(EEnum object)
Returns the result of interpreting the object as an instance of 'EEnum' |
boolean |
EcoreValidator.validateEEnum_UniqueEnumeratorLiterals(EEnum eEnum,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the UniqueEnumeratorLiterals constraint of 'EEnum' |
boolean |
EcoreValidator.validateEEnum_UniqueEnumeratorNames(EEnum eEnum,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the UniqueEnumeratorNames constraint of 'EEnum' |
boolean |
EcoreValidator.validateEEnum(EEnum eEnum,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
Uses of EEnum in org.eclipse.emf.ecore.xml.namespace |
---|
Fields in org.eclipse.emf.ecore.xml.namespace declared as EEnum | |
---|---|
static EEnum |
XMLNamespacePackage.Literals.SPACE_TYPE
The meta object literal for the ' Space Type ' enum |
Methods in org.eclipse.emf.ecore.xml.namespace that return EEnum | |
---|---|
EEnum |
XMLNamespacePackage.getSpaceType()
Returns the meta object for enum ' Space Type ' |
Uses of EEnum in org.eclipse.emf.ecore.xml.namespace.impl |
---|
Methods in org.eclipse.emf.ecore.xml.namespace.impl that return EEnum | |
---|---|
EEnum |
XMLNamespacePackageImpl.getSpaceType()
|
Uses of EEnum in org.eclipse.emf.importer.java.builder |
---|
Methods in org.eclipse.emf.importer.java.builder with parameters of type EEnum | |
---|---|
protected boolean |
JavaEcoreBuilder.analyzeEnumLiteral(EEnum eEnum,
JMember member)
Creates EEnumLiteral as appropriate. |
Uses of EEnum in org.eclipse.emf.importer.rose.builder |
---|
Fields in org.eclipse.emf.importer.rose.builder with type parameters of type EEnum | |
---|---|
protected java.util.Map<EEnum,java.lang.String> |
RoseEcoreBuilder.eEnums
|
Methods in org.eclipse.emf.importer.rose.builder with parameters of type EEnum | |
---|---|
protected void |
RoseEcoreBuilder.populateEEnumFromDocumentation(EEnum eEnum,
java.lang.String documentation)
|
protected void |
RoseEcoreBuilder.setEEnumProperties(RoseNode roseNode,
EEnum eEnum)
|
protected java.lang.Object |
RoseEcoreBuilder.validateEEnum(EEnum eEnum)
|
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |