public Subtype() {
   id = TypeRegistry.registerType(this);
 }
 protected IntegerType() {
   id = TypeRegistry.registerType(this);
 }