public class TemplateBindingImpl extends ElementImpl implements TemplateBinding
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
NotificationChain |
basicSetOwningElement(TemplateableElement newOwningElement,
NotificationChain msgs) |
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
List<TemplateParameterSubstitution> |
getOwnedSubstitutions() |
TemplateableElement |
getOwningElement() |
TemplateSignature |
getTemplateSignature()
Returns the value of the 'Template Signature' reference.
|
void |
setOwningElement(TemplateableElement newOwningElement) |
allOwnedElements, eInvoke, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValue, toStringgetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic List<TemplateParameterSubstitution> getOwnedSubstitutions()
getOwnedSubstitutions in interface TemplateBindingPivotPackage.getTemplateBinding_OwnedSubstitutions(),
TemplateParameterSubstitution.getOwningBinding()public TemplateableElement getOwningElement()
getOwningElement in interface TemplateBindingTemplateBinding.setOwningElement(TemplateableElement),
PivotPackage.getTemplateBinding_OwningElement(),
TemplateableElement.getOwnedBindings()public NotificationChain basicSetOwningElement(TemplateableElement newOwningElement, NotificationChain msgs)
public void setOwningElement(TemplateableElement newOwningElement)
setOwningElement in interface TemplateBindingnewOwningElement - the new value of the 'Owning Element' container reference.TemplateBinding.getOwningElement()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseAdd in class ElementImplpublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ElementImplpublic NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class ElementImplpublic void eSet(int featureID,
Object newValue)
eSet in class ElementImplpublic void eUnset(int featureID)
eUnset in class ElementImplpublic boolean eIsSet(int featureID)
eIsSet in class ElementImplpublic <R> R accept(Visitor<R> visitor)
Elementpublic TemplateSignature getTemplateSignature()
TemplateBindinggetTemplateSignature in interface TemplateBindingPivotPackage.getTemplateBinding_TemplateSignature()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.