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(java.lang.String name,
                         java.lang.String symbol)
Constructs from a name and symbol. 
 | 
protected  | 
SupplementaryBaseQuantity(java.lang.String name,
                         java.lang.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(java.lang.String name,
                                 java.lang.String symbol)
                          throws NameException
name - The name of the quantity.symbol - The symbol for the quantity.NameException - Bad quantity name.protected SupplementaryBaseQuantity(java.lang.String name,
                                    java.lang.String symbol,
                                    boolean trusted)
name - The name of the quantity.symbol - The symbol for the quantity.public boolean isDimensionless()
isDimensionless in interface BaseisDimensionless in class BaseQuantitytrue.