Uses of Enum Class
com.tailf.maapi.XPathNodeIterateResultFlag
Packages that use XPathNodeIterateResultFlag
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
-
Uses of XPathNodeIterateResultFlag in com.tailf.maapi
Methods in com.tailf.maapi that return XPathNodeIterateResultFlagModifier and TypeMethodDescriptionMaapiXPathEvalResult.result
(ConfObject[] kp, ConfValue value, Object state) For each node in the resulting node set evaluated by the xpath this method will be called.The interface declare a method that takes a single string as argument.static XPathNodeIterateResultFlag
XPathNodeIterateResultFlag.valueOf
(int i) Returns the enum constant of this class with the specified name.static XPathNodeIterateResultFlag
Returns the enum constant of this class with the specified name.static XPathNodeIterateResultFlag[]
XPathNodeIterateResultFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.