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 Details
-
sizeX
@Parameter(order=0) java.math.BigInteger sizeX()- Specified by:
sizeXin interfaceVolumeSizeValuesBIType- Returns:
- The size of the area on the X axis
-
sizeY
@Parameter(order=1) java.math.BigInteger sizeY()- Specified by:
sizeYin interfaceVolumeSizeValuesBIType- Returns:
- The size of the area on the Y axis
-
sizeZ
@Parameter(order=2) java.math.BigInteger sizeZ()- Specified by:
sizeZin interfaceVolumeSizeValuesBIType- Returns:
- The size of the area on the Z axis
-