-
- All Implemented Interfaces:
-
ai.tock.nlp.entity.Value
public final class AmountOfMoneyValue implements Value
-
-
Constructor Summary
Constructors Constructor Description AmountOfMoneyValue(Number value, String unit)
-
Method Summary
Modifier and Type Method Description final Numbercomponent1()final Stringcomponent2()final AmountOfMoneyValuecopy(Number value, String unit)final NumbergetValue()final StringgetUnit()-
-
Method Detail
-
component1
final Number component1()
-
component2
final String component2()
-
copy
final AmountOfMoneyValue copy(Number value, String unit)
-
-
-
-