Package net.opengis.gml311
Interface TopoVolumePropertyType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- TopoVolumePropertyTypeImpl
 
 public interface TopoVolumePropertyType extends EObjectA representation of the model object 'Topo Volume Property Type'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TopoVolumeTypegetTopoVolume()Returns the value of the 'Topo Volume' containment reference.voidsetTopoVolume(TopoVolumeType value)Sets the value of the 'Topo Volume' containment reference.
 
- 
- 
- 
Method Detail- 
getTopoVolumeTopoVolumeType 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()
 
 - 
setTopoVolumevoid 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()
 
 
- 
 
-