Package com.tailf.ncs.maapi
Class MmapCSRoot
Object
com.tailf.maapi.MaapiSchemas.CSNode
com.tailf.ncs.maapi.MmapCSNode
com.tailf.ncs.maapi.MmapCSRoot
mmap version of CSRoot.
- 
Method Summary
Modifier and TypeMethodDescriptiongetSibling(int tagHash) Retrieves sibling with specified tag or null if no sibling exists.Retrieves siblings for this node as List or null if no siblings exists.Methods inherited from class com.tailf.ncs.maapi.MmapCSNode
getChild, getChild, getChildren, getNodeInfo, getParentNodeMethods inherited from class com.tailf.maapi.MaapiSchemas.CSNode
equals, getChildren, getChoices, getDefval, getKey, getKeys, getMaxOccurs, getMinOccurs, getNS, getNSHash, getSchema, getTag, getTagHash, getType, getXmlNS, hasChildren, hasDisplayWhen, hashCode, hasMetaData, hasMountPoint, hasWhen, isAction, isActionParam, isActionResult, isCase, isContainer, isEmptyLeaf, isLeaf, isLeafList, isLeafref, isList, isNotif, isOper, isWritable, printNodeType, toString 
- 
Method Details
- 
getSiblings
Description copied from class:MaapiSchemas.CSNodeRetrieves siblings for this node as List or null if no siblings exists.
Includes the current node in the List.
- Overrides:
 getSiblingsin classMmapCSNode- Returns:
 - List of sibling nodes including the current (this) node
 
 - 
getSibling
Description copied from class:MaapiSchemas.CSNodeRetrieves sibling with specified tag or null if no sibling exists.
- Overrides:
 getSiblingin classMaapiSchemas.CSNode- Returns:
 - a node
 
 
 -