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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Topo Curve' containment reference.void
setTopoCurve
(TopoCurveType value) Sets the value of the 'Topo Curve
' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
Sets the value of the 'Topo Curve
' containment reference.- Parameters:
value
- the new value of the 'Topo Curve' containment reference.- See Also:
-