Package de.timmfitschen.easyunits
Class PrefixedUnit
-
- All Implemented Interfaces:
Signed
public class PrefixedUnit extends DerivedUnit
-
-
Constructor Summary
Constructors Constructor Description PrefixedUnit(Unit u, Prefix p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPrefixableBy()
-
Methods inherited from class de.timmfitschen.easyunits.DerivedUnit
getSymbol
-
Methods inherited from class de.timmfitschen.easyunits.ConvertedUnit
getConverter, getNormalizedUnit, getSignature
-
Methods inherited from class de.timmfitschen.easyunits.Unit
add, divide, divide, hashCode, isNormal, isPrefixableBy, power, setPrefixableBy, times, times, transform
-
Methods inherited from class de.timmfitschen.easyunits.UniqueSignatureObject
equals
-
-
-
-
Method Detail
-
getPrefixableBy
public String getPrefixableBy()
- Overrides:
getPrefixableBy
in classUnit
-
-