Uses of Interface
net.opengis.gml311.TimeClockType
-
Packages that use TimeClockType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeClockType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeClockType Modifier and Type Method Description TimeClockType
Gml311Factory. createTimeClockType()
Returns a new object of class 'Time Clock Type'.TimeClockType
DocumentRoot. getTimeClock()
Returns the value of the 'Time Clock' containment reference.TimeClockType
TimeClockPropertyType. getTimeClock()
Returns the value of the 'Time Clock' containment reference.Methods in net.opengis.gml311 with parameters of type TimeClockType Modifier and Type Method Description void
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 TimeClockType Modifier and Type Class Description class
TimeClockTypeImpl
An implementation of the model object 'Time Clock Type'.Fields in net.opengis.gml311.impl declared as TimeClockType Modifier and Type Field Description protected TimeClockType
TimeClockPropertyTypeImpl. timeClock
The cached value of the 'Time Clock
' containment reference.Methods in net.opengis.gml311.impl that return TimeClockType Modifier and Type Method Description TimeClockType
Gml311FactoryImpl. createTimeClockType()
TimeClockType
DocumentRootImpl. getTimeClock()
TimeClockType
TimeClockPropertyTypeImpl. getTimeClock()
Methods in net.opengis.gml311.impl with parameters of type TimeClockType Modifier and Type Method Description NotificationChain
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 TimeClockType Modifier and Type Method Description T
Gml311Switch. 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)
-