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