JSR-275 - Measurements and Units Specification

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.
 

Field Detail

UNIT

static final Unit<Volume> UNIT
Holds the SI unit (Système International d'Unités) for this quantity.


JSR-275 - Measurements and Units Specification

Copyright © 2007 JSR-275