コード例 #1
0
 public ObjectType createObject() {
   ObjectType objectType = ObjectType.create(Callability.NON_CALLABLE);
   objectType.classType(this);
   return objectType;
 }