public interface TemplateableElement extends Element
The following features are supported:
PivotPackage.getTemplateableElement()| Modifier and Type | Method and Description |
|---|---|
List<TemplateBinding> |
getOwnedBindings()
Returns the value of the 'Owned Bindings' containment reference list.
|
TemplateSignature |
getOwnedSignature()
Returns the value of the 'Owned Signature' containment reference.
|
TemplateableElement |
getUnspecializedElement()
Returns the value of the 'Unspecialized Element' reference.
|
void |
setOwnedSignature(TemplateSignature value)
Sets the value of the '
Owned Signature' containment reference. |
void |
setUnspecializedElement(TemplateableElement value)
Sets the value of the '
Unspecialized Element' reference. |
accept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueList<TemplateBinding> getOwnedBindings()
TemplateBinding.
It is bidirectional and its opposite is 'Owning Element'.
The optional TemplateBindings from this TemplateableElement to one or more templates.
PivotPackage.getTemplateableElement_OwnedBindings(),
TemplateBinding.getOwningElement()TemplateSignature getOwnedSignature()
Owning Element'.
The optional TemplateSignature specifying the formal TemplateParameters for this TemplateableElement. If a TemplateableElement has a TemplateSignature, then it is a template.
setOwnedSignature(TemplateSignature),
PivotPackage.getTemplateableElement_OwnedSignature(),
TemplateSignature.getOwningElement()void setOwnedSignature(TemplateSignature value)
Owned Signature' containment reference.
value - the new value of the 'Owned Signature' containment reference.getOwnedSignature()TemplateableElement getUnspecializedElement()
If the meaning of the 'Unspecialized Element' reference isn't clear, there really should be more of a description here...
setUnspecializedElement(TemplateableElement),
PivotPackage.getTemplateableElement_UnspecializedElement()void setUnspecializedElement(TemplateableElement value)
Unspecialized Element' reference.
value - the new value of the 'Unspecialized Element' reference.getUnspecializedElement()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.