Modifier and Type | Method and Description |
---|---|
PropertyConstant |
PropertySet.createOwnedPropertyConstant()
Creates a new
PropertyConstant and appends it to the 'Owned Property Constant' containment reference list. |
PropertyConstant |
Aadl2Factory.createPropertyConstant()
Returns a new object of class 'Property Constant'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PropertyConstant> |
PropertySet.getOwnedPropertyConstants()
Returns the value of the 'Owned Property Constant' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyConstantImpl
An implementation of the model object 'Property Constant'.
|
Modifier and Type | Method and Description |
---|---|
PropertyConstant |
PropertySetImpl.createOwnedPropertyConstant() |
PropertyConstant |
Aadl2FactoryImpl.createPropertyConstant() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PropertyConstant> |
PropertySetImpl.getOwnedPropertyConstants() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.casePropertyConstant(PropertyConstant object)
Returns the result of interpreting the object as an instance of 'Property Constant'.
|
boolean |
Aadl2Validator.validatePropertyConstant(PropertyConstant propertyConstant,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
PropertyConstant |
ErrorCodeValue.getConstant()
Returns the value of the 'Constant' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorCodeValue.setConstant(PropertyConstant value)
Sets the value of the '
Constant ' reference. |
Modifier and Type | Method and Description |
---|---|
PropertyConstant |
ErrorCodeValueImpl.basicGetConstant() |
PropertyConstant |
ErrorCodeValueImpl.getConstant() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorCodeValueImpl.setConstant(PropertyConstant newConstant) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.naming.QualifiedName |
Aadl2QualifiedNameProvider.qualifiedName(PropertyConstant obj) |
Modifier and Type | Method and Description |
---|---|
PropertyConstant |
PropertiesLinkingService.findPropertyConstant(org.eclipse.emf.ecore.EObject context,
java.lang.String name)
find property constant based on property constant name.
|
Modifier and Type | Method and Description |
---|---|
static PropertyConstant |
EMFIndexRetrieval.getPropertyConstantInWorkspace(org.eclipse.emf.ecore.EObject context,
java.lang.String pcname)
get the Property Constant by looking it up in EMF index
|
static PropertyConstant |
EMFIndexRetrieval.getPropertyConstantInWorkspace(org.eclipse.emf.ecore.resource.ResourceSet rs,
java.lang.String pcname)
get the Property Constant by looking it up in EMF index
|
static PropertyConstant |
EMFIndexRetrieval.getPropertyConstantInWorkspace(java.lang.String pcname)
get the Property Constant by looking it up in EMF index
|
static PropertyConstant |
GetProperties.lookupPropertyConstant(org.eclipse.emf.ecore.EObject context,
java.lang.String qname)
find property constant for given name.
|
static PropertyConstant |
GetProperties.lookupPropertyConstant(org.eclipse.emf.ecore.EObject context,
java.lang.String ps,
java.lang.String name)
find property constant for given name.
|
Modifier and Type | Method and Description |
---|---|
void |
Aadl2JavaValidator.casePropertyConstant(PropertyConstant bp) |