Uses of Interface
net.opengis.gml311.TimeNodeType
-
Packages that use TimeNodeType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeNodeType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeNodeType Modifier and Type Method Description TimeNodeType
Gml311Factory. createTimeNodeType()
Returns a new object of class 'Time Node Type'.TimeNodeType
DocumentRoot. getTimeNode()
Returns the value of the 'Time Node' containment reference.TimeNodeType
TimeNodePropertyType. getTimeNode()
Returns the value of the 'Time Node' containment reference.Methods in net.opengis.gml311 with parameters of type TimeNodeType Modifier and Type Method Description void
DocumentRoot. setTimeNode(TimeNodeType value)
Sets the value of the 'Time Node
' containment reference.void
TimeNodePropertyType. setTimeNode(TimeNodeType value)
Sets the value of the 'Time Node
' containment reference. -
Uses of TimeNodeType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeNodeType Modifier and Type Class Description class
TimeNodeTypeImpl
An implementation of the model object 'Time Node Type'.Fields in net.opengis.gml311.impl declared as TimeNodeType Modifier and Type Field Description protected TimeNodeType
TimeNodePropertyTypeImpl. timeNode
The cached value of the 'Time Node
' containment reference.Methods in net.opengis.gml311.impl that return TimeNodeType Modifier and Type Method Description TimeNodeType
Gml311FactoryImpl. createTimeNodeType()
TimeNodeType
DocumentRootImpl. getTimeNode()
TimeNodeType
TimeNodePropertyTypeImpl. getTimeNode()
Methods in net.opengis.gml311.impl with parameters of type TimeNodeType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimeNode(TimeNodeType newTimeNode, NotificationChain msgs)
NotificationChain
TimeNodePropertyTypeImpl. basicSetTimeNode(TimeNodeType newTimeNode, NotificationChain msgs)
void
DocumentRootImpl. setTimeNode(TimeNodeType newTimeNode)
void
TimeNodePropertyTypeImpl. setTimeNode(TimeNodeType newTimeNode)
-
Uses of TimeNodeType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeNodeType Modifier and Type Method Description T
Gml311Switch. caseTimeNodeType(TimeNodeType object)
Returns the result of interpreting the object as an instance of 'Time Node Type'.boolean
Gml311Validator. validateTimeNodeType(TimeNodeType timeNodeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-