Package net.opengis.gml311
Interface AbstractTimeTopologyPrimitiveType
- All Superinterfaces:
AbstractGMLType
,AbstractTimeObjectType
,AbstractTimePrimitiveType
,EObject
,Notifier
- All Known Subinterfaces:
TimeEdgeType
,TimeNodeType
- All Known Implementing Classes:
AbstractTimeTopologyPrimitiveTypeImpl
,TimeEdgeTypeImpl
,TimeNodeTypeImpl
A representation of the model object 'Abstract Time Topology Primitive Type'.
The element "complex" carries a reference to the complex containing this primitive.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Complex' containment reference.void
setComplex
(ReferenceType value) Sets the value of the 'Complex
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface AbstractTimePrimitiveType
getRelatedTime
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
-
getComplex
ReferenceType getComplex()Returns the value of the 'Complex' containment reference.If the meaning of the 'Complex' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Complex' containment reference.
- See Also:
-
setComplex
Sets the value of the 'Complex
' containment reference.- Parameters:
value
- the new value of the 'Complex' containment reference.- See Also:
-