Uses of Interface
net.opengis.gml311.TimeCalendarEraType
-
Packages that use TimeCalendarEraType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TimeCalendarEraType in net.opengis.gml311
Methods in net.opengis.gml311 that return TimeCalendarEraType Modifier and Type Method Description TimeCalendarEraType
Gml311Factory. createTimeCalendarEraType()
Returns a new object of class 'Time Calendar Era Type'.TimeCalendarEraType
DocumentRoot. getTimeCalendarEra()
Returns the value of the 'Time Calendar Era' containment reference.TimeCalendarEraType
TimeCalendarEraPropertyType. getTimeCalendarEra()
Returns the value of the 'Time Calendar Era' containment reference.Methods in net.opengis.gml311 with parameters of type TimeCalendarEraType Modifier and Type Method Description void
DocumentRoot. setTimeCalendarEra(TimeCalendarEraType value)
Sets the value of the 'Time Calendar Era
' containment reference.void
TimeCalendarEraPropertyType. setTimeCalendarEra(TimeCalendarEraType value)
Sets the value of the 'Time Calendar Era
' containment reference. -
Uses of TimeCalendarEraType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TimeCalendarEraType Modifier and Type Class Description class
TimeCalendarEraTypeImpl
An implementation of the model object 'Time Calendar Era Type'.Fields in net.opengis.gml311.impl declared as TimeCalendarEraType Modifier and Type Field Description protected TimeCalendarEraType
TimeCalendarEraPropertyTypeImpl. timeCalendarEra
The cached value of the 'Time Calendar Era
' containment reference.Methods in net.opengis.gml311.impl that return TimeCalendarEraType Modifier and Type Method Description TimeCalendarEraType
Gml311FactoryImpl. createTimeCalendarEraType()
TimeCalendarEraType
DocumentRootImpl. getTimeCalendarEra()
TimeCalendarEraType
TimeCalendarEraPropertyTypeImpl. getTimeCalendarEra()
Methods in net.opengis.gml311.impl with parameters of type TimeCalendarEraType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTimeCalendarEra(TimeCalendarEraType newTimeCalendarEra, NotificationChain msgs)
NotificationChain
TimeCalendarEraPropertyTypeImpl. basicSetTimeCalendarEra(TimeCalendarEraType newTimeCalendarEra, NotificationChain msgs)
void
DocumentRootImpl. setTimeCalendarEra(TimeCalendarEraType newTimeCalendarEra)
void
TimeCalendarEraPropertyTypeImpl. setTimeCalendarEra(TimeCalendarEraType newTimeCalendarEra)
-
Uses of TimeCalendarEraType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeCalendarEraType Modifier and Type Method Description T
Gml311Switch. caseTimeCalendarEraType(TimeCalendarEraType object)
Returns the result of interpreting the object as an instance of 'Time Calendar Era Type'.boolean
Gml311Validator. validateTimeCalendarEraType(TimeCalendarEraType timeCalendarEraType, DiagnosticChain diagnostics, Map<Object,Object> context)
-