Package net.opengis.gml311
Interface TopoSurfacePropertyType
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
TopoSurfacePropertyTypeImpl
public interface TopoSurfacePropertyType
extends EObject
A representation of the model object 'Topo Surface Property Type'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Topo Surface' containment reference.voidsetTopoSurface(TopoSurfaceType value) Sets the value of the 'Topo Surface' 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
-
getTopoSurface
TopoSurfaceType getTopoSurface()Returns the value of the 'Topo Surface' containment reference.If the meaning of the 'Topo Surface' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Topo Surface' containment reference.
- See Also:
-
setTopoSurface
Sets the value of the 'Topo Surface' containment reference.- Parameters:
value- the new value of the 'Topo Surface' containment reference.- See Also:
-