| Constructor and Description |
|---|
MacroProps() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object _other) |
void |
fallback(MacroProps fallback)
Copies values from fallback into this instance if they are null in this instance.
|
int |
hashCode() |
public Notation notation
public MeasureUnit unit
public MeasureUnit perUnit
public Precision precision
public RoundingMode roundingMode
public Object grouping
public Padder padder
public IntegerWidth integerWidth
public Object symbols
public NumberFormatter.UnitWidth unitWidth
public String unitDisplayCase
public NumberFormatter.SignDisplay sign
public Boolean approximately
public NumberFormatter.DecimalSeparatorDisplay decimal
public Scale scale
public String usage
public AffixPatternProvider affixProvider
public PluralRules rules
public Long threshold
public ULocale loc
public void fallback(MacroProps fallback)
fallback - The instance to copy from; not modified by this operation.