Ejemplo n.º 1
0
 public static LevelType forType(Type type) {
   return new LevelType(type.getDimension(), type.getHierarchy(), type.getLevel());
 }