コード例 #1
0
 @Override
 public boolean isCompatibleTo(Datatype type) {
   return type.isCompatibleToInteger();
 }