public static enum DependBy.Type extends Enum<DependBy.Type>
| 枚举常量和说明 |
|---|
NOTNULL |
READONLY |
SHOW |
SHOW_NOTNULL |
public static final DependBy.Type SHOW
public static final DependBy.Type SHOW_NOTNULL
public static final DependBy.Type READONLY
public static final DependBy.Type NOTNULL
public static DependBy.Type[] values()
for (DependBy.Type c : DependBy.Type.values()) System.out.println(c);
public static DependBy.Type valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.