Beispiel #1
0
 @Override
 public BigDecimal getDecimal() {
   checkEventType(EventType.DECIMAL);
   return value.getDecimal();
 }