Package net.opengis.gml311
Interface TimeOrdinalReferenceSystemType
- All Superinterfaces:
AbstractGMLType
,AbstractTimeReferenceSystemType
,DefinitionType
,EObject
,Notifier
- All Known Implementing Classes:
TimeOrdinalReferenceSystemTypeImpl
A representation of the model object 'Time Ordinal Reference System Type'.
In an ordinal reference system the order of events in time can be well
established, but the magnitude of the intervals between them can not be
accurately determined (e.g. a stratigraphic sequence).
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionEList<TimeOrdinalEraPropertyType>
Returns the value of the 'Component' containment reference list.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface AbstractTimeReferenceSystemType
getDomainOfValidity, setDomainOfValidity
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
-
getComponent
EList<TimeOrdinalEraPropertyType> getComponent()Returns the value of the 'Component' containment reference list. The list contents are of typeTimeOrdinalEraPropertyType
.If the meaning of the 'Component' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Component' containment reference list.
- See Also:
-