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 TimeNodeTypeGml311Factory. createTimeNodeType()Returns a new object of class 'Time Node Type'.TimeNodeTypeDocumentRoot. getTimeNode()Returns the value of the 'Time Node' containment reference.TimeNodeTypeTimeNodePropertyType. 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 voidDocumentRoot. setTimeNode(TimeNodeType value)Sets the value of the 'Time Node' containment reference.voidTimeNodePropertyType. 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 classTimeNodeTypeImplAn implementation of the model object 'Time Node Type'.Fields in net.opengis.gml311.impl declared as TimeNodeType Modifier and Type Field Description protected TimeNodeTypeTimeNodePropertyTypeImpl. timeNodeThe cached value of the 'Time Node' containment reference.Methods in net.opengis.gml311.impl that return TimeNodeType Modifier and Type Method Description TimeNodeTypeGml311FactoryImpl. createTimeNodeType()TimeNodeTypeDocumentRootImpl. getTimeNode()TimeNodeTypeTimeNodePropertyTypeImpl. getTimeNode()Methods in net.opengis.gml311.impl with parameters of type TimeNodeType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTimeNode(TimeNodeType newTimeNode, NotificationChain msgs)NotificationChainTimeNodePropertyTypeImpl. basicSetTimeNode(TimeNodeType newTimeNode, NotificationChain msgs)voidDocumentRootImpl. setTimeNode(TimeNodeType newTimeNode)voidTimeNodePropertyTypeImpl. 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 TGml311Switch. caseTimeNodeType(TimeNodeType object)Returns the result of interpreting the object as an instance of 'Time Node Type'.booleanGml311Validator. validateTimeNodeType(TimeNodeType timeNodeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-