public class ValidatableNodeImpl extends AbstractNodeImpl implements ValidatableNode
The following features are implemented:
NO_CHILDREN| Modifier and Type | Method and Description |
|---|---|
EObject |
basicGetConstrainedObject() |
NotificationChain |
basicSetParent(ValidatableNode newParent,
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) |
<any> |
getChildren() |
EObject |
getConstrainedObject() |
ValidatableNode |
getParent() |
void |
setConstrainedObject(EObject newConstrainedObject) |
void |
setParent(ValidatableNode newParent) |
countVisibleChildren, getGrayedElements, getLabel, getVisibleChildren, getWorstResult, isEnabled, isGrayed, isVisible, refreshGrayed, refreshVisibleChildren, setEnabled, setLabel, setWorstResult, setWorstResultGen, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcountVisibleChildren, getGrayedElements, getLabel, getVisibleChildren, getWorstResult, isEnabled, isGrayed, isVisible, refreshGrayed, refreshVisibleChildren, setEnabled, setLabel, setWorstResultpublic ValidatableNode getParent()
getParent in interface AbstractNodegetParent in interface ValidatableNodegetParent in class AbstractNodeImplValidatableNode.setParent(ValidatableNode),
ValidityPackage.getValidatableNode_Parent(),
ValidatableNode.getChildren()public NotificationChain basicSetParent(ValidatableNode newParent, NotificationChain msgs)
public void setParent(ValidatableNode newParent)
setParent in interface ValidatableNodenewParent - the new value of the 'Parent' container reference.ValidatableNode.getParent()public <any> getChildren()
getChildren in interface AbstractNodegetChildren in interface ValidatableNodegetChildren in class AbstractNodeImplValidityPackage.getValidatableNode_Children(),
ValidatableNode.getParent()public EObject getConstrainedObject()
getConstrainedObject in interface ValidatableNodeValidatableNode.setConstrainedObject(EObject),
ValidityPackage.getValidatableNode_ConstrainedObject()public EObject basicGetConstrainedObject()
public void setConstrainedObject(EObject newConstrainedObject)
setConstrainedObject in interface ValidatableNodenewConstrainedObject - the new value of the 'Constrained Object' reference.ValidatableNode.getConstrainedObject()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class AbstractNodeImplpublic void eSet(int featureID,
Object newValue)
eSet in class AbstractNodeImplpublic void eUnset(int featureID)
eUnset in class AbstractNodeImplpublic boolean eIsSet(int featureID)
eIsSet in class AbstractNodeImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.