public final class SupplementaryBaseQuantity extends BaseQuantity
AMOUNT_OF_SUBSTANCE, ELECTRIC_CURRENT, LENGTH, LUMINOUS_INTENSITY, MASS, PLANE_ANGLE, SOLID_ANGLE, THERMODYNAMIC_TEMPERATURE, TIME, UNKNOWN| Modifier | Constructor and Description |
|---|---|
|
SupplementaryBaseQuantity(String name,
String symbol)
Constructs from a name and symbol.
|
protected |
SupplementaryBaseQuantity(String name,
String symbol,
boolean trusted)
Constructs from a name and symbol.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDimensionless()
Indicates whether or not this quantity is dimensionless.
|
public SupplementaryBaseQuantity(String name, String symbol) throws NameException
name - The name of the quantity.symbol - The symbol for the quantity.NameException - Bad quantity name.public boolean isDimensionless()
isDimensionless in interface BaseisDimensionless in class BaseQuantitytrue.Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.