Package net.opengis.gml311
Interface TimeEdgeType
- 
- All Superinterfaces:
- AbstractGMLType,- AbstractTimeObjectType,- AbstractTimePrimitiveType,- AbstractTimeTopologyPrimitiveType,- EObject,- Notifier
 - All Known Implementing Classes:
- TimeEdgeTypeImpl
 
 public interface TimeEdgeType extends AbstractTimeTopologyPrimitiveType A representation of the model object 'Time Edge Type'. Type declaration of the element "TimeEdge".The following features are supported: - See Also:
- Gml311Package.getTimeEdgeType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeNodePropertyTypegetEnd()Returns the value of the 'End' containment reference.TimePeriodPropertyTypegetExtent()Returns the value of the 'Extent' containment reference.TimeNodePropertyTypegetStart()Returns the value of the 'Start' containment reference.voidsetEnd(TimeNodePropertyType value)Sets the value of the 'End' containment reference.voidsetExtent(TimePeriodPropertyType value)Sets the value of the 'Extent' containment reference.voidsetStart(TimeNodePropertyType value)Sets the value of the 'Start' containment reference.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface AbstractTimePrimitiveTypegetRelatedTime
 - 
Methods inherited from interface AbstractTimeTopologyPrimitiveTypegetComplex, setComplex
 
- 
 
- 
- 
- 
Method Detail- 
getStartTimeNodePropertyType getStart() Returns the value of the 'Start' containment reference.If the meaning of the 'Start' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Start' containment reference.
- See Also:
- setStart(TimeNodePropertyType),- Gml311Package.getTimeEdgeType_Start()
 
 - 
setStartvoid setStart(TimeNodePropertyType value) Sets the value of the 'Start' containment reference.- Parameters:
- value- the new value of the 'Start' containment reference.
- See Also:
- getStart()
 
 - 
getEndTimeNodePropertyType getEnd() Returns the value of the 'End' containment reference.If the meaning of the 'End' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'End' containment reference.
- See Also:
- setEnd(TimeNodePropertyType),- Gml311Package.getTimeEdgeType_End()
 
 - 
setEndvoid setEnd(TimeNodePropertyType value) Sets the value of the 'End' containment reference.- Parameters:
- value- the new value of the 'End' containment reference.
- See Also:
- getEnd()
 
 - 
getExtentTimePeriodPropertyType getExtent() Returns the value of the 'Extent' containment reference.If the meaning of the 'Extent' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Extent' containment reference.
- See Also:
- setExtent(TimePeriodPropertyType),- Gml311Package.getTimeEdgeType_Extent()
 
 - 
setExtentvoid setExtent(TimePeriodPropertyType value) Sets the value of the 'Extent' containment reference.- Parameters:
- value- the new value of the 'Extent' containment reference.
- See Also:
- getExtent()
 
 
- 
 
-