public interface TemplateSignature extends Element
The following features are supported:
PivotPackage.getTemplateSignature()| Modifier and Type | Method and Description |
|---|---|
List<TemplateParameter> |
getOwnedParameters()
Returns the value of the 'Owned Parameters' containment reference list.
|
TemplateableElement |
getOwningElement()
Returns the value of the 'Owning Element' container reference.
|
void |
setOwningElement(TemplateableElement value)
Sets the value of the '
Owning Element' container reference. |
accept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueList<TemplateParameter> getOwnedParameters()
TemplateParameter.
It is bidirectional and its opposite is 'Owning Signature'.
The formal parameters that are owned by this TemplateSignature.
PivotPackage.getTemplateSignature_OwnedParameters(),
TemplateParameter.getOwningSignature()TemplateableElement getOwningElement()
Owned Signature'.
The TemplateableElement that owns this TemplateSignature.
setOwningElement(TemplateableElement),
PivotPackage.getTemplateSignature_OwningElement(),
TemplateableElement.getOwnedSignature()void setOwningElement(TemplateableElement value)
Owning Element' container reference.
value - the new value of the 'Owning Element' container reference.getOwningElement()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.