Uses of Class
org.lorislab.p6.process.flow.model.NodeType
-
Packages that use NodeType Package Description org.lorislab.p6.process.flow.model -
-
Uses of NodeType in org.lorislab.p6.process.flow.model
Fields in org.lorislab.p6.process.flow.model declared as NodeType Modifier and Type Field Description @Valid NodeTypeNode. nodeTypeMethods in org.lorislab.p6.process.flow.model that return NodeType Modifier and Type Method Description static NodeTypeNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-