コード例 #1
0
 /** @return Gibt den decoed value von b zurück */
 public String getDecodedValue() {
   if (b == null || b.getDecodedValue() == null || b.getDecodedValue().length() != 1) {
     return "-";
   }
   return b.getDecodedValue();
 }