Modifier and Type | Interface and Description |
---|---|
interface |
UnitLiteral
A representation of the model object '
Unit Literal'.
|
Modifier and Type | Method and Description |
---|---|
EnumerationLiteral |
Aadl2Factory.createEnumerationLiteral()
Returns a new object of class 'Enumeration Literal'.
|
EnumerationLiteral |
EnumerationType.createOwnedLiteral()
Creates a new
EnumerationLiteral and appends it to the 'Owned Literal' containment reference list. |
EnumerationLiteral |
EnumerationType.createOwnedLiteral(org.eclipse.emf.ecore.EClass eClass)
Creates a new
EnumerationLiteral and appends it to the 'Owned Literal' containment reference list. |
EnumerationLiteral |
EnumerationType.findLiteral(java.lang.String literalName) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<EnumerationLiteral> |
EnumerationType.getOwnedLiterals()
Returns the value of the 'Owned Literal' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumerationLiteralImpl
An implementation of the model object 'Enumeration Literal'.
|
class |
UnitLiteralImpl
An implementation of the model object '
Unit Literal'.
|
Modifier and Type | Method and Description |
---|---|
EnumerationLiteral |
Aadl2FactoryImpl.createEnumerationLiteral() |
EnumerationLiteral |
UnitsTypeImpl.createOwnedLiteral() |
EnumerationLiteral |
EnumerationTypeImpl.createOwnedLiteral() |
EnumerationLiteral |
EnumerationTypeImpl.createOwnedLiteral(org.eclipse.emf.ecore.EClass eClass) |
EnumerationLiteral |
EnumerationTypeImpl.findLiteral(java.lang.String literalName) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<EnumerationLiteral> |
UnitsTypeImpl.getOwnedLiterals() |
org.eclipse.emf.common.util.EList<EnumerationLiteral> |
EnumerationTypeImpl.getOwnedLiterals() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseEnumerationLiteral(EnumerationLiteral object)
Returns the result of interpreting the object as an instance of 'Enumeration Literal'.
|
boolean |
Aadl2Validator.validateEnumerationLiteral(EnumerationLiteral enumerationLiteral,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.naming.QualifiedName |
Aadl2QualifiedNameProvider.qualifiedName(EnumerationLiteral obj) |
Modifier and Type | Method and Description |
---|---|
static EnumerationLiteral |
PropertiesLinkingService.findEnumerationLiteral(EnumerationType enumType,
java.lang.String name) |
static EnumerationLiteral |
PropertiesLinkingService.findEnumerationLiteral(NamedValue nv,
java.lang.String name) |
static EnumerationLiteral |
PropertiesLinkingService.findEnumerationLiteral(Property property,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static EnumerationLiteral |
GetProperties.findEnumerationLiteral(Element context,
java.lang.String enumerationType,
java.lang.String literal) |
static EnumerationLiteral |
GetProperties.findEnumerationLiteral(Property pd,
java.lang.String literalname) |
static EnumerationLiteral |
GetProperties.getConnectionTiming(PortConnection pc) |
static EnumerationLiteral |
GetProperties.getDispatchProtocol(NamedElement ne) |
static EnumerationLiteral |
PropertyUtils.getEnumLiteral(NamedElement ph,
Property pd)
Get a non-modal enumeration property value.
|
static EnumerationLiteral |
GetProperties.getImmediateUnitLiteral(PortConnection pc) |
Modifier and Type | Method and Description |
---|---|
static NamedValue |
PropertyUtils.createEnumValue(EnumerationLiteral literal)
Create a enumeration value from an enumeration literal.
|