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 NodeType
Gml311Factory. createNodeType()
Returns a new object of class 'Node Type'.NodeType
DirectedNodePropertyType. getNode()
Returns the value of the 'Node' containment reference.NodeType
DocumentRoot. getNode()
Returns the value of the 'Node' containment reference.NodeType
IsolatedPropertyType. getNode()
Returns the value of the 'Node' containment reference.Methods in net.opengis.gml311 with parameters of type NodeType Modifier and Type Method Description void
DirectedNodePropertyType. setNode(NodeType value)
Sets the value of the 'Node
' containment reference.void
DocumentRoot. setNode(NodeType value)
Sets the value of the 'Node
' containment reference.void
IsolatedPropertyType. 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 class
NodeTypeImpl
An implementation of the model object 'Node Type'.Fields in net.opengis.gml311.impl declared as NodeType Modifier and Type Field Description protected NodeType
DirectedNodePropertyTypeImpl. node
The cached value of the 'Node
' containment reference.protected NodeType
IsolatedPropertyTypeImpl. node
The cached value of the 'Node
' containment reference.Methods in net.opengis.gml311.impl that return NodeType Modifier and Type Method Description NodeType
Gml311FactoryImpl. createNodeType()
NodeType
DirectedNodePropertyTypeImpl. getNode()
NodeType
DocumentRootImpl. getNode()
NodeType
IsolatedPropertyTypeImpl. getNode()
Methods in net.opengis.gml311.impl with parameters of type NodeType Modifier and Type Method Description NotificationChain
DirectedNodePropertyTypeImpl. basicSetNode(NodeType newNode, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetNode(NodeType newNode, NotificationChain msgs)
NotificationChain
IsolatedPropertyTypeImpl. basicSetNode(NodeType newNode, NotificationChain msgs)
void
DirectedNodePropertyTypeImpl. setNode(NodeType newNode)
void
DocumentRootImpl. setNode(NodeType newNode)
void
IsolatedPropertyTypeImpl. 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 T
Gml311Switch. caseNodeType(NodeType object)
Returns the result of interpreting the object as an instance of 'Node Type'.boolean
Gml311Validator. validateNodeType(NodeType nodeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-