Package net.opengis.gml311
Interface RelatedTimeType
-
- All Superinterfaces:
EObject,Notifier,TimePrimitivePropertyType
- All Known Implementing Classes:
RelatedTimeTypeImpl
public interface RelatedTimeType extends TimePrimitivePropertyType
A representation of the model object 'Related Time Type'.The following features are supported:
- See Also:
Gml311Package.getRelatedTimeType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelativePositionTypegetRelativePosition()Returns the value of the 'Relative Position' attribute.booleanisSetRelativePosition()Returns whether the value of the 'Relative Position' attribute is set.voidsetRelativePosition(RelativePositionType value)Sets the value of the 'Relative Position' attribute.voidunsetRelativePosition()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 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 Detail
-
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:
RelativePositionType,isSetRelativePosition(),unsetRelativePosition(),setRelativePosition(RelativePositionType),Gml311Package.getRelatedTimeType_RelativePosition()
-
setRelativePosition
void setRelativePosition(RelativePositionType value)
Sets the value of the 'Relative Position' attribute.- Parameters:
value- the new value of the 'Relative Position' attribute.- See Also:
RelativePositionType,isSetRelativePosition(),unsetRelativePosition(),getRelativePosition()
-
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:
unsetRelativePosition(),getRelativePosition(),setRelativePosition(RelativePositionType)
-
-