Interface VolumeSizeBIType

All Superinterfaces:
VolumeSizeValuesBIType
All Known Implementing Classes:
VolumeSizeBI

@Immutable
public interface VolumeSizeBIType
extends VolumeSizeValuesBIType
The size of a volume with BigInteger coordinates.
  • Method Summary

    Modifier and Type Method Description
    java.math.BigInteger sizeX()  
    java.math.BigInteger sizeY()  
    java.math.BigInteger sizeZ()  
  • Method Details