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 TimeCalendarEraTypeGml311Factory. createTimeCalendarEraType()Returns a new object of class 'Time Calendar Era Type'.TimeCalendarEraTypeDocumentRoot. getTimeCalendarEra()Returns the value of the 'Time Calendar Era' containment reference.TimeCalendarEraTypeTimeCalendarEraPropertyType. 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 voidDocumentRoot. setTimeCalendarEra(TimeCalendarEraType value)Sets the value of the 'Time Calendar Era' containment reference.voidTimeCalendarEraPropertyType. 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 classTimeCalendarEraTypeImplAn implementation of the model object 'Time Calendar Era Type'.Fields in net.opengis.gml311.impl declared as TimeCalendarEraType Modifier and Type Field Description protected TimeCalendarEraTypeTimeCalendarEraPropertyTypeImpl. timeCalendarEraThe cached value of the 'Time Calendar Era' containment reference.Methods in net.opengis.gml311.impl that return TimeCalendarEraType Modifier and Type Method Description TimeCalendarEraTypeGml311FactoryImpl. createTimeCalendarEraType()TimeCalendarEraTypeDocumentRootImpl. getTimeCalendarEra()TimeCalendarEraTypeTimeCalendarEraPropertyTypeImpl. getTimeCalendarEra()Methods in net.opengis.gml311.impl with parameters of type TimeCalendarEraType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTimeCalendarEra(TimeCalendarEraType newTimeCalendarEra, NotificationChain msgs)NotificationChainTimeCalendarEraPropertyTypeImpl. basicSetTimeCalendarEra(TimeCalendarEraType newTimeCalendarEra, NotificationChain msgs)voidDocumentRootImpl. setTimeCalendarEra(TimeCalendarEraType newTimeCalendarEra)voidTimeCalendarEraPropertyTypeImpl. 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 TGml311Switch. caseTimeCalendarEraType(TimeCalendarEraType object)Returns the result of interpreting the object as an instance of 'Time Calendar Era Type'.booleanGml311Validator. validateTimeCalendarEraType(TimeCalendarEraType timeCalendarEraType, DiagnosticChain diagnostics, Map<Object,Object> context)
-