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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeNodePropertyType
getEnd()
Returns the value of the 'End' containment reference.TimePeriodPropertyType
getExtent()
Returns the value of the 'Extent' containment reference.TimeNodePropertyType
getStart()
Returns the value of the 'Start' containment reference.void
setEnd(TimeNodePropertyType value)
Sets the value of the 'End
' containment reference.void
setExtent(TimePeriodPropertyType value)
Sets the value of the 'Extent
' containment reference.void
setStart(TimeNodePropertyType value)
Sets the value of the 'Start
' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface AbstractTimePrimitiveType
getRelatedTime
-
Methods inherited from interface AbstractTimeTopologyPrimitiveType
getComplex, setComplex
-
-
-
-
Method Detail
-
getStart
TimeNodePropertyType 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()
-
setStart
void setStart(TimeNodePropertyType value)
Sets the value of the 'Start
' containment reference.- Parameters:
value
- the new value of the 'Start' containment reference.- See Also:
getStart()
-
getEnd
TimeNodePropertyType 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()
-
setEnd
void setEnd(TimeNodePropertyType value)
Sets the value of the 'End
' containment reference.- Parameters:
value
- the new value of the 'End' containment reference.- See Also:
getEnd()
-
getExtent
TimePeriodPropertyType 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()
-
setExtent
void setExtent(TimePeriodPropertyType value)
Sets the value of the 'Extent
' containment reference.- Parameters:
value
- the new value of the 'Extent' containment reference.- See Also:
getExtent()
-
-