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 TimeClockTypeGml311Factory. createTimeClockType()Returns a new object of class 'Time Clock Type'.TimeClockTypeDocumentRoot. getTimeClock()Returns the value of the 'Time Clock' containment reference.TimeClockTypeTimeClockPropertyType. 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 voidDocumentRoot. setTimeClock(TimeClockType value)Sets the value of the 'Time Clock' containment reference.voidTimeClockPropertyType. 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 classTimeClockTypeImplAn implementation of the model object 'Time Clock Type'.Fields in net.opengis.gml311.impl declared as TimeClockType Modifier and Type Field Description protected TimeClockTypeTimeClockPropertyTypeImpl. timeClockThe cached value of the 'Time Clock' containment reference.Methods in net.opengis.gml311.impl that return TimeClockType Modifier and Type Method Description TimeClockTypeGml311FactoryImpl. createTimeClockType()TimeClockTypeDocumentRootImpl. getTimeClock()TimeClockTypeTimeClockPropertyTypeImpl. getTimeClock()Methods in net.opengis.gml311.impl with parameters of type TimeClockType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTimeClock(TimeClockType newTimeClock, NotificationChain msgs)NotificationChainTimeClockPropertyTypeImpl. basicSetTimeClock(TimeClockType newTimeClock, NotificationChain msgs)voidDocumentRootImpl. setTimeClock(TimeClockType newTimeClock)voidTimeClockPropertyTypeImpl. 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 TGml311Switch. caseTimeClockType(TimeClockType object)Returns the result of interpreting the object as an instance of 'Time Clock Type'.booleanGml311Validator. validateTimeClockType(TimeClockType timeClockType, DiagnosticChain diagnostics, Map<Object,Object> context)
-