You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class testimport implements CgformEnhanceJavaImportInter { @OverRide
public d execute(String s, JSONObject jsonObject) throws BusinessException {
return null;
}
}
public enum d {
a,
b,
c;
public static d[] a() {
return (d[])d.clone();
}
public static d a(String var0) {
return (d)Enum.valueOf(d.class, var0);
}
private d() {
}
}
友情提示(为了提高issue处理效率):
未按格式要求发帖,会被直接删掉;
请自己初判问题描述是否清楚,是否方便我们调查处理;
针对问题请说明是Online在线功能(需说明用的主题模板),还是生成的代码功能;
描述过于简单或模糊,导致无法处理的,会被直接删掉;
The text was updated successfully, but these errors were encountered:
版本号:
3.1
问题描述:
java 增强导入类异常,继承CgformEnhanceJavaImportInter后需要返回是个枚举d.class
截图&代码:
public class testimport implements CgformEnhanceJavaImportInter {
@OverRide
public d execute(String s, JSONObject jsonObject) throws BusinessException {
return null;
}
}
public enum d {
a,
b,
c;
}
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: