public interface ComponentPrototypeActual extends Element
The following features are supported:
Modifier and Type | Method and Description |
---|---|
PrototypeBinding |
createBinding(org.eclipse.emf.ecore.EClass eClass)
Creates a new
PrototypeBinding and appends it to the 'Binding' containment reference list. |
org.eclipse.emf.common.util.EList<PrototypeBinding> |
getBindings()
Returns the value of the 'Binding' containment reference list.
|
ComponentCategory |
getCategory()
Returns the value of the 'Category' attribute.
|
SubcomponentType |
getSubcomponentType()
Returns the value of the 'Subcomponent Type' reference.
|
void |
setCategory(ComponentCategory value)
Sets the value of the '
Category ' attribute. |
void |
setSubcomponentType(SubcomponentType value)
Sets the value of the '
Subcomponent Type ' reference. |
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
ComponentCategory getCategory()
ComponentCategory
.
If the meaning of the 'Category' attribute isn't clear, there really should be more of a description here...
ComponentCategory
,
setCategory(ComponentCategory)
,
Aadl2Package.getComponentPrototypeActual_Category()
void setCategory(ComponentCategory value)
Category
' attribute.
value
- the new value of the 'Category' attribute.ComponentCategory
,
getCategory()
org.eclipse.emf.common.util.EList<PrototypeBinding> getBindings()
PrototypeBinding
.
If the meaning of the 'Binding' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getComponentPrototypeActual_Binding()
PrototypeBinding createBinding(org.eclipse.emf.ecore.EClass eClass)
PrototypeBinding
and appends it to the 'Binding' containment reference list.
eClass
- The Ecore class of the PrototypeBinding
to create.PrototypeBinding
.getBindings()
SubcomponentType getSubcomponentType()
If the meaning of the 'Subcomponent Type' reference isn't clear, there really should be more of a description here...
setSubcomponentType(SubcomponentType)
,
Aadl2Package.getComponentPrototypeActual_SubcomponentType()
void setSubcomponentType(SubcomponentType value)
Subcomponent Type
' reference.
value
- the new value of the 'Subcomponent Type' reference.getSubcomponentType()