public static JvmElement create(JvmType type) {
   JvmElement element = new JvmElement("test");
   element.setJvmType(type);
   return element;
 }