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
public interface AbstractTimePrimitiveType extends AbstractTimeObjectType
A representation of the model object 'Abstract Time Primitive Type'. The abstract supertype for temporal primitives.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<RelatedTimeType>
getRelatedTime()
Returns the value of the 'Related Time' containment reference list.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
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:
Gml311Package.getAbstractTimePrimitiveType_RelatedTime()
-
-