Package net.opengis.gml311
Interface RelatedTimeType
- All Superinterfaces:
EObject
,Notifier
,TimePrimitivePropertyType
- All Known Implementing Classes:
RelatedTimeTypeImpl
A representation of the model object 'Related Time Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Relative Position' attribute.boolean
Returns whether the value of the 'Relative Position
' attribute is set.void
Sets the value of the 'Relative Position
' attribute.void
Unsets the value of the 'Relative Position
' attribute.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
Methods inherited from interface TimePrimitivePropertyType
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTimePrimitive, getTimePrimitiveGroup, getTitle, getType, isSetActuate, isSetShow, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetShow, unsetType
-
Method Details
-
getRelativePosition
RelativePositionType getRelativePosition()Returns the value of the 'Relative Position' attribute. The literals are from the enumerationRelativePositionType
.If the meaning of the 'Relative Position' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Relative Position' attribute.
- See Also:
-
setRelativePosition
Sets the value of the 'Relative Position
' attribute.- Parameters:
value
- the new value of the 'Relative Position' attribute.- See Also:
-
unsetRelativePosition
void unsetRelativePosition()Unsets the value of the 'Relative Position
' attribute. -
isSetRelativePosition
boolean isSetRelativePosition()Returns whether the value of the 'Relative Position
' attribute is set.- Returns:
- whether the value of the 'Relative Position' attribute is set.
- See Also:
-