Package net.opengis.gml311
Interface TopoPointPropertyType
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
TopoPointPropertyTypeImpl
public interface TopoPointPropertyType
extends EObject
A representation of the model object 'Topo Point Property Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Topo Point' containment reference.voidsetTopoPoint(TopoPointType value) Sets the value of the 'Topo Point' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTopoPoint
TopoPointType getTopoPoint()Returns the value of the 'Topo Point' containment reference.If the meaning of the 'Topo Point' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Topo Point' containment reference.
- See Also:
-
setTopoPoint
Sets the value of the 'Topo Point' containment reference.- Parameters:
value- the new value of the 'Topo Point' containment reference.- See Also:
-