Uses of Class
de.uni_trier.wi2.procake.data.object.wf.NodeObject.TYPES
-
Packages that use NodeObject.TYPES Package Description de.uni_trier.wi2.procake.data.object.wf de.uni_trier.wi2.procake.data.object.wf.impl -
-
Uses of NodeObject.TYPES in de.uni_trier.wi2.procake.data.object.wf
Methods in de.uni_trier.wi2.procake.data.object.wf that return NodeObject.TYPES Modifier and Type Method Description NodeObject.TYPESNodeObject. getType()Returns the type of the node.static NodeObject.TYPESNodeObject.TYPES. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeObject.TYPES[]NodeObject.TYPES. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.uni_trier.wi2.procake.data.object.wf with parameters of type NodeObject.TYPES Modifier and Type Method Description voidNodeObject. setType(NodeObject.TYPES type)Sets the type for the node. -
Uses of NodeObject.TYPES in de.uni_trier.wi2.procake.data.object.wf.impl
Methods in de.uni_trier.wi2.procake.data.object.wf.impl that return NodeObject.TYPES Modifier and Type Method Description NodeObject.TYPESNodeObjectImpl. getType()Methods in de.uni_trier.wi2.procake.data.object.wf.impl with parameters of type NodeObject.TYPES Modifier and Type Method Description voidNodeObjectImpl. setType(NodeObject.TYPES type)
-