Package net.opengis.gml311
Interface TopoCurvePropertyType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
TopoCurvePropertyTypeImpl
public interface TopoCurvePropertyType extends EObject
A representation of the model object 'Topo Curve Property Type'.The following features are supported:
- See Also:
Gml311Package.getTopoCurvePropertyType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopoCurveType
getTopoCurve()
Returns the value of the 'Topo Curve' containment reference.void
setTopoCurve(TopoCurveType value)
Sets the value of the 'Topo Curve
' containment reference.
-
-
-
Method Detail
-
getTopoCurve
TopoCurveType getTopoCurve()
Returns the value of the 'Topo Curve' containment reference.If the meaning of the 'Topo Curve' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Topo Curve' containment reference.
- See Also:
setTopoCurve(TopoCurveType)
,Gml311Package.getTopoCurvePropertyType_TopoCurve()
-
setTopoCurve
void setTopoCurve(TopoCurveType value)
Sets the value of the 'Topo Curve
' containment reference.- Parameters:
value
- the new value of the 'Topo Curve' containment reference.- See Also:
getTopoCurve()
-
-