Uses of Interface
net.opengis.gml311.TimeCalendarType
Packages that use TimeCalendarType
-
Uses of TimeCalendarType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeCalendarTypeModifier and TypeMethodDescriptionGml311Factory.createTimeCalendarType()
Returns a new object of class 'Time Calendar Type'.DocumentRoot.getTimeCalendar()
Returns the value of the 'Time Calendar' containment reference.TimeCalendarPropertyType.getTimeCalendar()
Returns the value of the 'Time Calendar' containment reference.Methods in net.opengis.gml311 with parameters of type TimeCalendarTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setTimeCalendar
(TimeCalendarType value) Sets the value of the 'Time Calendar
' containment reference.void
TimeCalendarPropertyType.setTimeCalendar
(TimeCalendarType value) Sets the value of the 'Time Calendar
' containment reference. -
Uses of TimeCalendarType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeCalendarTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Time Calendar Type'.Fields in net.opengis.gml311.impl declared as TimeCalendarTypeModifier and TypeFieldDescriptionprotected TimeCalendarType
TimeCalendarPropertyTypeImpl.timeCalendar
The cached value of the 'Time Calendar
' containment reference.Methods in net.opengis.gml311.impl that return TimeCalendarTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTimeCalendarType()
DocumentRootImpl.getTimeCalendar()
TimeCalendarPropertyTypeImpl.getTimeCalendar()
Methods in net.opengis.gml311.impl with parameters of type TimeCalendarTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTimeCalendar
(TimeCalendarType newTimeCalendar, NotificationChain msgs) NotificationChain
TimeCalendarPropertyTypeImpl.basicSetTimeCalendar
(TimeCalendarType newTimeCalendar, NotificationChain msgs) void
DocumentRootImpl.setTimeCalendar
(TimeCalendarType newTimeCalendar) void
TimeCalendarPropertyTypeImpl.setTimeCalendar
(TimeCalendarType newTimeCalendar) -
Uses of TimeCalendarType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeCalendarTypeModifier and TypeMethodDescriptionGml311Switch.caseTimeCalendarType
(TimeCalendarType object) Returns the result of interpreting the object as an instance of 'Time Calendar Type'.boolean
Gml311Validator.validateTimeCalendarType
(TimeCalendarType timeCalendarType, DiagnosticChain diagnostics, Map<Object, Object> context)