Uses of Class
adams.parser.TimeAmount
-
Packages that use TimeAmount Package Description adams.parser -
-
Uses of TimeAmount in adams.parser
Methods in adams.parser that return TimeAmount Modifier and Type Method Description protected TimeAmount
ParserHelper. adjustAmount(Date d, Double n, TimeAmount t)
Corrects the amount using the factor and the note in the amount.Methods in adams.parser with parameters of type TimeAmount Modifier and Type Method Description Date
ParserHelper. add(Date d, Double n, TimeAmount t)
Adds the request amount of time.protected TimeAmount
ParserHelper. adjustAmount(Date d, Double n, TimeAmount t)
Corrects the amount using the factor and the note in the amount.
-