public interface ListType extends PropertyType
The following features are supported:
Aadl2Package.getListType()
Modifier and Type | Method and Description |
---|---|
PropertyType |
createOwnedElementType(org.eclipse.emf.ecore.EClass eClass)
Creates a new
PropertyType and sets the 'Owned Element Type' containment reference. |
PropertyType |
getElementType()
Returns the value of the 'Element Type' reference.
|
PropertyType |
getOwnedElementType()
Returns the value of the 'Owned Element Type' containment reference.
|
void |
setElementType(PropertyType value)
Sets the value of the '
Element Type ' reference. |
void |
setOwnedElementType(PropertyType value)
Sets the value of the '
Owned Element Type ' containment reference. |
conformsTo
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 getOwnedElementType()
This feature subsets the following features:
If the meaning of the 'Owned Element Type' containment reference isn't clear, there really should be more of a description here...
setOwnedElementType(PropertyType)
,
Aadl2Package.getListType_OwnedElementType()
void setOwnedElementType(PropertyType value)
Owned Element Type
' containment reference.
value
- the new value of the 'Owned Element Type' containment reference.getOwnedElementType()
PropertyType createOwnedElementType(org.eclipse.emf.ecore.EClass eClass)
PropertyType
and sets the 'Owned Element Type' containment reference.
eClass
- The Ecore class of the PropertyType
to create.PropertyType
.getOwnedElementType()
PropertyType getElementType()
If the meaning of the 'Element Type' reference isn't clear, there really should be more of a description here...
setElementType(PropertyType)
,
Aadl2Package.getListType_ElementType()
void setElementType(PropertyType value)
Element Type
' reference.
value
- the new value of the 'Element Type' reference.getElementType()