Package net.opengis.gml311
Interface AbstractTimeReferenceSystemType
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Subinterfaces:
TimeCalendarType
,TimeClockType
,TimeCoordinateSystemType
,TimeOrdinalReferenceSystemType
- All Known Implementing Classes:
AbstractTimeReferenceSystemTypeImpl
,TimeCalendarTypeImpl
,TimeClockTypeImpl
,TimeCoordinateSystemTypeImpl
,TimeOrdinalReferenceSystemTypeImpl
A representation of the model object 'Abstract Time Reference System Type'.
A value in the time domain is measured relative to a temporal reference system. Common
types of reference systems include calendars, ordinal temporal reference systems, and
temporal coordinate systems (time elapsed since some epoch, e.g. UNIX time).
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Domain Of Validity' attribute.void
setDomainOfValidity
(String value) Sets the value of the 'Domain Of Validity
' attribute.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDomainOfValidity
String getDomainOfValidity()Returns the value of the 'Domain Of Validity' attribute.If the meaning of the 'Domain Of Validity' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Domain Of Validity' attribute.
- See Also:
-
setDomainOfValidity
Sets the value of the 'Domain Of Validity
' attribute.- Parameters:
value
- the new value of the 'Domain Of Validity' attribute.- See Also:
-