Package net.opengis.gml311
Interface TimeCalendarType
- 
- All Superinterfaces:
- AbstractGMLType,- AbstractTimeReferenceSystemType,- DefinitionType,- EObject,- Notifier
 - All Known Implementing Classes:
- TimeCalendarTypeImpl
 
 public interface TimeCalendarType extends AbstractTimeReferenceSystemType A representation of the model object 'Time Calendar Type'. A calendar is a discrete temporal reference system that provides a basis for defining temporal position to a resolution of one day. A single calendar may reference more than one calendar era.The following features are supported: - See Also:
- Gml311Package.getTimeCalendarType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<TimeCalendarEraPropertyType>getReferenceFrame()Returns the value of the 'Reference Frame' containment reference list.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface AbstractTimeReferenceSystemTypegetDomainOfValidity, setDomainOfValidity
 
- 
 
- 
- 
- 
Method Detail- 
getReferenceFrameEList<TimeCalendarEraPropertyType> getReferenceFrame() Returns the value of the 'Reference Frame' containment reference list. The list contents are of typeTimeCalendarEraPropertyType. Link to the CalendarEras that it uses as a reference for dating.- Returns:
- the value of the 'Reference Frame' containment reference list.
- See Also:
- Gml311Package.getTimeCalendarType_ReferenceFrame()
 
 
- 
 
-