| 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 |
|---|---|
EParameter |
EcoreFactory.createEParameter()
Returns a new object of class 'EParameter'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EParameterImpl
An implementation of the model object 'EParameter'.
|
| Modifier and Type | Method and Description |
|---|---|
protected EParameter |
EPackageImpl.addEParameter(EOperation owner,
EClassifier type,
java.lang.String name,
int lowerBound,
int upperBound,
boolean isUnique,
boolean isOrdered) |
EParameter |
EcoreFactoryImpl.createEParameter() |
| Modifier and Type | Method and Description |
|---|---|
T |
EcoreSwitch.caseEParameter(EParameter object)
Returns the result of interpreting the object as an instance of 'EParameter'.
|
boolean |
EcoreValidator.validateEParameter(EParameter eParameter,
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