Exemplo n.º 1
0
 public Quantity initialManipulatorTickets() {
   String manipulatorTicketsProp =
       PropertyHelper.dottedWords(TICKETS_PROPERTY_WORD, MANIPULATOR_PROPERTY_WORD);
   return new Quantity(PropertyHelper.parseDouble(manipulatorTicketsProp, props));
 }