| Package | Description |
|---|---|
| org.eclipse.emf.ecore |
Provides an API for the Ecore dialect of
UML.
|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
EEnum |
EcoreFactory.createEEnum()
Returns a new object of class 'EEnum'.
|
EEnum |
EEnumLiteral.getEEnum()
Returns the value of the 'EEnum' container reference.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EEnumImpl
An implementation of the model object 'EEnum'.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
static EEnum |
XMLNamespacePackage.Literals.SPACE_TYPE
The meta object literal for the '
Space Type' enum. |
| Modifier and Type | Method and Description |
|---|---|
EEnum |
XMLNamespacePackage.getSpaceType()
Returns the meta object for enum '
Space Type'. |
| Modifier and Type | Method and Description |
|---|---|
EEnum |
XMLNamespacePackageImpl.getSpaceType() |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature