public final class Undefined extends Dimension
Modifier and Type | Field | Description |
---|---|---|
static Dimension |
DIMENSION |
Singleton instance of this class.
|
static Unit |
UNIT |
Unit for a quantity having undefined or unknown units.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
Returns true if the given object is the singleton instance of this class.
|
Unit |
getUnit(UnitSystem unitSystem) |
Returns UNIT, regardless of the given unit system.
|
introspect, signature, toString
public static final Dimension DIMENSION
public static final Unit UNIT
public boolean equals(java.lang.Object obj)
public Unit getUnit(UnitSystem unitSystem)