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