Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.NodeType
-
-
Uses of NodeType in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common that return types with arguments of type NodeType Modifier and Type Method Description Set<NodeType>NeighborhoodHistoricalFindRequest. getNodeFilter()Method parameters in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common with type arguments of type NodeType Modifier and Type Method Description voidNeighborhoodHistoricalFindRequest. setNodeFilter(Set<NodeType> nodeFilter) -
Uses of NodeType in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph
Fields in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph declared as NodeType Modifier and Type Field Description protected NodeTypeNode. nodeTypeMethods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph that return NodeType Modifier and Type Method Description NodeTypeNode. getNodeType()Node typestatic 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.Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph with parameters of type NodeType Modifier and Type Method Description voidNode. setNodeType(NodeType nodeType) -
Uses of NodeType in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary
Fields in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary declared as NodeType Modifier and Type Field Description protected NodeTypeAssetSummary. nodeTypeprotected NodeTypeCanonicalGlossarySummary. nodeTypeprotected NodeTypeCanonicalTaxonomySummary. nodeTypeprotected NodeTypeTaxonomySummary. nodeTypeprotected NodeTypeTermSummary. nodeTypeprotected NodeTypeNodeSummary. typeMethods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary that return NodeType Modifier and Type Method Description NodeTypeNodeSummary. getType()Type of the other end of this relationshipMethods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.nodesummary with parameters of type NodeType Modifier and Type Method Description voidNodeSummary. setType(NodeType type)
-