Uses of Class
org.cakelab.jdoxml.api.IChildNode.NodeRelation
-
Packages that use IChildNode.NodeRelation Package Description org.cakelab.jdoxml.api org.cakelab.jdoxml.impl.graphhandler -
-
Uses of IChildNode.NodeRelation in org.cakelab.jdoxml.api
Methods in org.cakelab.jdoxml.api that return IChildNode.NodeRelation Modifier and Type Method Description IChildNode.NodeRelation
IChildNode. relation()
static IChildNode.NodeRelation
IChildNode.NodeRelation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IChildNode.NodeRelation[]
IChildNode.NodeRelation. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IChildNode.NodeRelation in org.cakelab.jdoxml.impl.graphhandler
Methods in org.cakelab.jdoxml.impl.graphhandler that return IChildNode.NodeRelation Modifier and Type Method Description IChildNode.NodeRelation
ChildNodeHandler. relation()
-