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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopoVolumeType
getTopoVolume()
Returns the value of the 'Topo Volume' containment reference.void
setTopoVolume(TopoVolumeType value)
Sets the value of the 'Topo Volume
' containment reference.
-
-
-
Method Detail
-
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(TopoVolumeType)
,Gml311Package.getTopoVolumePropertyType_TopoVolume()
-
setTopoVolume
void setTopoVolume(TopoVolumeType value)
Sets the value of the 'Topo Volume
' containment reference.- Parameters:
value
- the new value of the 'Topo Volume' containment reference.- See Also:
getTopoVolume()
-
-