public static enum ImportInst.ImportType extends Enum<ImportInst.ImportType>
public static final ImportInst.ImportType Resource
public static final ImportInst.ImportType ClassType
public static ImportInst.ImportType[] values()
for (ImportInst.ImportType c : ImportInst.ImportType.values()) System.out.println(c);
public static ImportInst.ImportType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2020. All rights reserved.