Uses of Class
gov.nasa.pds.registry.model.NodeType
-
Packages that use NodeType Package Description gov.nasa.pds.registry.model -
-
Uses of NodeType in gov.nasa.pds.registry.model
Methods in gov.nasa.pds.registry.model that return NodeType Modifier and Type Method Description NodeType
ClassificationScheme. getNodeType()
static NodeType
NodeType. 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.Methods in gov.nasa.pds.registry.model with parameters of type NodeType Modifier and Type Method Description void
ClassificationScheme. setNodeType(NodeType nodeType)
-