@Override
 public boolean isCompatibleTo(Datatype type) {
   return type.isCompatibleToInteger();
 }