public enum RandomType extends Enum<RandomType>
public static final RandomType INT
public static final RandomType STRING
public static final RandomType ALL
public static RandomType[] values()
for (RandomType c : RandomType.values()) System.out.println(c);
public static RandomType valueOf(String name)
IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2024 tan. All rights reserved.