Uses of Interface
net.opengis.gml311.TimeClockType
Packages that use TimeClockType
-
Uses of TimeClockType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeClockTypeModifier and TypeMethodDescriptionGml311Factory.createTimeClockType()
Returns a new object of class 'Time Clock Type'.DocumentRoot.getTimeClock()
Returns the value of the 'Time Clock' containment reference.TimeClockPropertyType.getTimeClock()
Returns the value of the 'Time Clock' containment reference.Methods in net.opengis.gml311 with parameters of type TimeClockTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setTimeClock
(TimeClockType value) Sets the value of the 'Time Clock
' containment reference.void
TimeClockPropertyType.setTimeClock
(TimeClockType value) Sets the value of the 'Time Clock
' containment reference. -
Uses of TimeClockType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeClockTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Time Clock Type'.Fields in net.opengis.gml311.impl declared as TimeClockTypeModifier and TypeFieldDescriptionprotected TimeClockType
TimeClockPropertyTypeImpl.timeClock
The cached value of the 'Time Clock
' containment reference.Methods in net.opengis.gml311.impl that return TimeClockTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTimeClockType()
DocumentRootImpl.getTimeClock()
TimeClockPropertyTypeImpl.getTimeClock()
Methods in net.opengis.gml311.impl with parameters of type TimeClockTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTimeClock
(TimeClockType newTimeClock, NotificationChain msgs) NotificationChain
TimeClockPropertyTypeImpl.basicSetTimeClock
(TimeClockType newTimeClock, NotificationChain msgs) void
DocumentRootImpl.setTimeClock
(TimeClockType newTimeClock) void
TimeClockPropertyTypeImpl.setTimeClock
(TimeClockType newTimeClock) -
Uses of TimeClockType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeClockTypeModifier and TypeMethodDescriptionGml311Switch.caseTimeClockType
(TimeClockType object) Returns the result of interpreting the object as an instance of 'Time Clock Type'.boolean
Gml311Validator.validateTimeClockType
(TimeClockType timeClockType, DiagnosticChain diagnostics, Map<Object, Object> context)