public Object getValue() {
   return Constants.decode(value, type);
 }
 public String toString() {
   return Constants.format(value, type);
 }