Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.uml.statik | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
EnumerationLiteral |
IUmlModel.createEnumerationLiteral()
Create an EnumerationLiteral.
|
EnumerationLiteral |
IUmlModel.createEnumerationLiteral(java.lang.String name,
Enumeration owner)
Create an EnumerationLiteral.
|
EnumerationLiteral |
IUmlModel.createEnumerationLiteral(java.lang.String name,
Enumeration owner,
Stereotype stereotype)
Create an stereotyped EnumerationLiteral.
|
EnumerationLiteral |
IUmlModel.createEnumerationLiteral(java.lang.String name,
Enumeration owner,
java.lang.String moduleName,
java.lang.String stereotypeName) |
Modifier and Type | Method and Description |
---|---|
EnumerationLiteral |
IStandardModelFactory.createEnumerationLiteral() |
EnumerationLiteral |
IStandardModelFactory.createEnumerationLiteral(java.lang.String name,
Enumeration owner) |
EnumerationLiteral |
IStandardModelFactory.createEnumerationLiteral(java.lang.String name,
Enumeration owner,
Stereotype stereotype) |
EnumerationLiteral |
IStandardModelFactory.createEnumerationLiteral(java.lang.String name,
Enumeration owner,
java.lang.String moduleName,
java.lang.String stereotypeName) |
Modifier and Type | Method and Description |
---|---|
<T extends EnumerationLiteral> |
Enumeration.getValue(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Enumeration->Value'
Metamodel description:
Link to the "Literal", which represents the possible values of the type representatives.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<EnumerationLiteral> |
Enumeration.getValue()
Getter for relation 'Enumeration->Value'
Metamodel description:
Link to the "Literal", which represents the possible values of the type representatives.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitEnumerationLiteral(EnumerationLiteral obj) |
java.lang.Object |
IModelVisitor.visitEnumerationLiteral(EnumerationLiteral obj) |
java.lang.Object |
DefaultModelVisitor.visitEnumerationLiteral(EnumerationLiteral obj) |
default java.lang.Object |
IAbstractModelVisitor.visitEnumerationLiteral(EnumerationLiteral obj) |
default java.lang.Object |
IDefaultModelVisitor.visitEnumerationLiteral(EnumerationLiteral obj) |