Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.properties.linking | |
org.osate.xtext.aadl2.properties.util |
Modifier and Type | Method and Description |
---|---|
NamedValue |
Aadl2Factory.createNamedValue()
Returns a new object of class 'Named Value'.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedValueImpl
An implementation of the model object 'Named Value'.
|
Modifier and Type | Method and Description |
---|---|
NamedValue |
Aadl2FactoryImpl.createNamedValue() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseNamedValue(NamedValue object)
Returns the result of interpreting the object as an instance of 'Named Value'.
|
boolean |
Aadl2Validator.validateNamedValue(NamedValue namedValue,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
static EnumerationLiteral |
PropertiesLinkingService.findEnumerationLiteral(NamedValue nv,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static NamedValue |
PropertyUtils.createEnumValue(EnumerationLiteral literal)
Create a enumeration value from an enumeration literal.
|