|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.units.BaseQuantity
ucar.units.UnknownBaseQuantity
public final class UnknownBaseQuantity
Provides support for an unknown base quantity.
| Field Summary |
|---|
| Fields inherited from class ucar.units.BaseQuantity |
|---|
AMOUNT_OF_SUBSTANCE, ELECTRIC_CURRENT, LENGTH, LUMINOUS_INTENSITY, MASS, PLANE_ANGLE, SOLID_ANGLE, THERMODYNAMIC_TEMPERATURE, TIME, UNKNOWN |
| Constructor Summary | |
|---|---|
protected |
UnknownBaseQuantity()
Constructs from nothing. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
Indicates if this quantity is semantically the same as an object. |
boolean |
isDimensionless()
Indicates if this quantity is dimensionless. |
| Methods inherited from class ucar.units.BaseQuantity |
|---|
compareTo, getID, getName, getSymbol, main, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected UnknownBaseQuantity()
| Method Detail |
|---|
public boolean equals(java.lang.Object object)
equals in interface Baseequals in class BaseQuantityobject - The object.
false always.public boolean isDimensionless()
isDimensionless in interface BaseisDimensionless in class BaseQuantityfalse always.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||