Uses of Interface
net.opengis.gml311.NodeType
-
Packages that use NodeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of NodeType in net.opengis.gml311
Methods in net.opengis.gml311 that return NodeType Modifier and Type Method Description NodeTypeGml311Factory. createNodeType()Returns a new object of class 'Node Type'.NodeTypeDirectedNodePropertyType. getNode()Returns the value of the 'Node' containment reference.NodeTypeDocumentRoot. getNode()Returns the value of the 'Node' containment reference.NodeTypeIsolatedPropertyType. getNode()Returns the value of the 'Node' containment reference.Methods in net.opengis.gml311 with parameters of type NodeType Modifier and Type Method Description voidDirectedNodePropertyType. setNode(NodeType value)Sets the value of the 'Node' containment reference.voidDocumentRoot. setNode(NodeType value)Sets the value of the 'Node' containment reference.voidIsolatedPropertyType. setNode(NodeType value)Sets the value of the 'Node' containment reference. -
Uses of NodeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement NodeType Modifier and Type Class Description classNodeTypeImplAn implementation of the model object 'Node Type'.Fields in net.opengis.gml311.impl declared as NodeType Modifier and Type Field Description protected NodeTypeDirectedNodePropertyTypeImpl. nodeThe cached value of the 'Node' containment reference.protected NodeTypeIsolatedPropertyTypeImpl. nodeThe cached value of the 'Node' containment reference.Methods in net.opengis.gml311.impl that return NodeType Modifier and Type Method Description NodeTypeGml311FactoryImpl. createNodeType()NodeTypeDirectedNodePropertyTypeImpl. getNode()NodeTypeDocumentRootImpl. getNode()NodeTypeIsolatedPropertyTypeImpl. getNode()Methods in net.opengis.gml311.impl with parameters of type NodeType Modifier and Type Method Description NotificationChainDirectedNodePropertyTypeImpl. basicSetNode(NodeType newNode, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetNode(NodeType newNode, NotificationChain msgs)NotificationChainIsolatedPropertyTypeImpl. basicSetNode(NodeType newNode, NotificationChain msgs)voidDirectedNodePropertyTypeImpl. setNode(NodeType newNode)voidDocumentRootImpl. setNode(NodeType newNode)voidIsolatedPropertyTypeImpl. setNode(NodeType newNode) -
Uses of NodeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type NodeType Modifier and Type Method Description TGml311Switch. caseNodeType(NodeType object)Returns the result of interpreting the object as an instance of 'Node Type'.booleanGml311Validator. validateNodeType(NodeType nodeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-