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 SummaryAll 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 EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface TimePrimitivePropertyTypegetActuate, 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- 
getRelativePositionRelativePositionType 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()
 
 - 
setRelativePositionvoid 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()
 
 - 
unsetRelativePositionvoid unsetRelativePosition() Unsets the value of the 'Relative Position' attribute.
 - 
isSetRelativePositionboolean 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)
 
 
- 
 
-