Package net.opengis.gml311
Interface AbstractTimePrimitiveType
- All Superinterfaces:
AbstractGMLType
,AbstractTimeObjectType
,EObject
,Notifier
- All Known Subinterfaces:
AbstractTimeGeometricPrimitiveType
,AbstractTimeTopologyPrimitiveType
,TimeEdgeType
,TimeInstantType
,TimeNodeType
,TimePeriodType
- All Known Implementing Classes:
AbstractTimeGeometricPrimitiveTypeImpl
,AbstractTimePrimitiveTypeImpl
,AbstractTimeTopologyPrimitiveTypeImpl
,TimeEdgeTypeImpl
,TimeInstantTypeImpl
,TimeNodeTypeImpl
,TimePeriodTypeImpl
A representation of the model object 'Abstract Time Primitive Type'.
The abstract supertype for temporal primitives.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionEList<RelatedTimeType>
Returns the value of the 'Related Time' containment reference list.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
-
getRelatedTime
EList<RelatedTimeType> getRelatedTime()Returns the value of the 'Related Time' containment reference list. The list contents are of typeRelatedTimeType
.If the meaning of the 'Related Time' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Related Time' containment reference list.
- See Also:
-