javax.measure.quantity
Interface Volume
- All Superinterfaces:
- Quantity
public interface Volume
- extends Quantity
This interface represents the amount of space occupied by a three-dimensional
object or region of space, expressed in cubic units. The system unit for
this quantity is "m³" (cubic meter).
- Version:
- 1.0, January 14, 2006
- Author:
- Jean-Marie Dautelle
Field Summary |
static Unit<Volume> |
UNIT
Holds the SI unit (Système International d'Unités) for this quantity. |
UNIT
static final Unit<Volume> UNIT
- Holds the SI unit (Système International d'Unités) for this quantity.
Copyright © 2007 JSR-275