Uses of Class
adams.parser.TimeAmount.Note
-
Packages that use TimeAmount.Note Package Description adams.parser -
-
Uses of TimeAmount.Note in adams.parser
Fields in adams.parser declared as TimeAmount.Note Modifier and Type Field Description protected TimeAmount.Note
TimeAmount. m_Note
the note.Methods in adams.parser that return TimeAmount.Note Modifier and Type Method Description TimeAmount.Note
TimeAmount. getNote()
Returns the note.static TimeAmount.Note
TimeAmount.Note. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeAmount.Note[]
TimeAmount.Note. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in adams.parser with parameters of type TimeAmount.Note Constructor Description TimeAmount(int type, int amount, TimeAmount.Note note)
Initializes the object with specified amount and type.
-