public interface BasicProperty extends TypedElement
The following features are supported:
Aadl2Package.getBasicProperty()
Modifier and Type | Method and Description |
---|---|
PropertyType |
createOwnedPropertyType(org.eclipse.emf.ecore.EClass eClass)
Creates a new
PropertyType and sets the 'Owned Property Type' containment reference. |
PropertyType |
getOwnedPropertyType()
Returns the value of the 'Owned Property Type' containment reference.
|
PropertyType |
getPropertyType()
Returns the value of the 'Property Type' reference.
|
boolean |
isList()
Check if this property is a list.
|
void |
setOwnedPropertyType(PropertyType value)
Sets the value of the '
Owned Property Type ' containment reference. |
void |
setPropertyType(PropertyType value)
Sets the value of the '
Property Type ' reference. |
getType, setType
acceptsProperty, allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getName, getNamespace, getNonModalPropertyValue, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getPropertyValues, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setName, setPropertyValue, setPropertyValue, setPropertyValue
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
PropertyType getPropertyType()
This feature redefines the following features:
Type
'If the meaning of the 'Property Type' reference isn't clear, there really should be more of a description here...
setPropertyType(PropertyType)
,
Aadl2Package.getBasicProperty_PropertyType()
void setPropertyType(PropertyType value)
Property Type
' reference.
value
- the new value of the 'Property Type' reference.getPropertyType()
PropertyType getOwnedPropertyType()
This feature subsets the following features:
If the meaning of the 'Owned Property Type' containment reference isn't clear, there really should be more of a description here...
setOwnedPropertyType(PropertyType)
,
Aadl2Package.getBasicProperty_OwnedPropertyType()
void setOwnedPropertyType(PropertyType value)
Owned Property Type
' containment reference.
value
- the new value of the 'Owned Property Type' containment reference.getOwnedPropertyType()
PropertyType createOwnedPropertyType(org.eclipse.emf.ecore.EClass eClass)
PropertyType
and sets the 'Owned Property Type' containment reference.
eClass
- The Ecore class of the PropertyType
to create.PropertyType
.getOwnedPropertyType()
boolean isList()