|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.softwareag.mdm.adaptation.AdaptationNode
Represents an adaptation node.
Adaptation
Method Summary | |
Adaptation |
getAdaptation()
Returns the Adaptation containing this node. |
Object |
getAdaptationValue()
Returns the adaptation value, either hold by this node or inherited. |
AdaptationNode |
getChildNode(Step aStep)
Returns specified child node. |
List |
getChildren()
Returns the children nodes of this node. |
Path |
getNodePath()
Returns this node's path, from adaptation's root node. |
Object |
getOwnAdaptationValue()
Returns the own value hold by this node. |
AdaptationNode |
getParentNode()
Returns parent node within adaptation. |
String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public Object getOwnAdaptationValue()
AdaptationValue.INHERIT_VALUE
.null
, it returns this value (it is an
instance of the node's type).null
, it returns null
.
getAdaptationValue()
,
AdaptationValue.INHERIT_VALUE
public Object getAdaptationValue()
null
if this node holds or inherits null
.
getOwnAdaptationValue()
public Adaptation getAdaptation()
public Path getNodePath()
public AdaptationNode getParentNode()
public String toString()
public AdaptationNode getChildNode(Step aStep) throws PathAccessException
PathAccessException
- If aPath
does not refer to an existing adaptation node in the
underlying type tree structure.public List getChildren() throws PathAccessException
AdaptationNode
instances.
PathAccessException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.