public enum AviatorType extends Enum<AviatorType>
public static final AviatorType Long
public static final AviatorType Double
public static final AviatorType String
public static final AviatorType JavaType
public static final AviatorType Boolean
public static final AviatorType Pattern
public static final AviatorType Nil
public static final AviatorType Method
public static final AviatorType BigInt
public static final AviatorType Decimal
public static AviatorType[] values()
for (AviatorType c : AviatorType.values()) System.out.println(c);
public static AviatorType valueOf(String name)
name - 要返回的枚举常量的名称。如果该枚举类型没有带有指定名称的常量, - 则抛出 IllegalArgumentException如果参数为空值, - 则抛出 NullPointerExceptionCopyright © 2017. All Rights Reserved.