| 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.
|
| Modifier and Type | Method and Description |
|---|---|
EEnumLiteral |
EcoreFactory.createEEnumLiteral()
Returns a new object of class 'EEnum Literal'.
|
EEnumLiteral |
EEnum.getEEnumLiteral(int value)
Returns the enum literal with the given value, or
null. |
EEnumLiteral |
EEnum.getEEnumLiteral(java.lang.String name)
Returns the enum literal with the given name, or
null. |
EEnumLiteral |
EEnum.getEEnumLiteralByLiteral(java.lang.String literal)
Returns the enum literal with the given literal value, or
null. |
| Modifier and Type | Class and Description |
|---|---|
class |
EEnumLiteralImpl
An implementation of the model object 'EEnum Literal'.
|
| Modifier and Type | Method and Description |
|---|---|
EEnumLiteral |
EcoreFactoryImpl.createEEnumLiteral() |
EEnumLiteral |
EEnumImpl.getEEnumLiteral(int intValue) |
EEnumLiteral |
EEnumImpl.getEEnumLiteral(java.lang.String name) |
EEnumLiteral |
EEnumImpl.getEEnumLiteralByLiteral(java.lang.String literal) |
| Modifier and Type | Method and Description |
|---|---|
T |
EcoreSwitch.caseEEnumLiteral(EEnumLiteral object)
Returns the result of interpreting the object as an instance of 'EEnum Literal'.
|
boolean |
EcoreValidator.validateEEnumLiteral(EEnumLiteral eEnumLiteral,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature