Package net.opengis.gml311
Interface TopoCurvePropertyType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- TopoCurvePropertyTypeImpl
 
 public interface TopoCurvePropertyType extends EObjectA representation of the model object 'Topo Curve Property Type'.The following features are supported: - See Also:
- Gml311Package.getTopoCurvePropertyType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TopoCurveTypegetTopoCurve()Returns the value of the 'Topo Curve' containment reference.voidsetTopoCurve(TopoCurveType value)Sets the value of the 'Topo Curve' containment reference.
 
- 
- 
- 
Method Detail- 
getTopoCurveTopoCurveType 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()
 
 - 
setTopoCurvevoid 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()
 
 
- 
 
-