Example #1
0
 public Object getValue() {
   return Constants.decode(value, type);
 }
Example #2
0
 public String toString() {
   return Constants.format(value, type);
 }