@Override
 public Type getOclType(@NonNull String typeName) {
   ExecutorType type = PivotTables.PACKAGE.getOwnedClass(typeName);
   return type != null ? type.getPivotClass() : null;
 }