public enum OrgExtraInfo extends java.lang.Enum<OrgExtraInfo>
| Enum Constant and Description |
|---|
children
是否需要children信息(2)
|
extentions
是否需要额外信息(4)
|
packages
是否需要服务包信息(1)
|
| Modifier and Type | Method and Description |
|---|---|
static OrgExtraInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OrgExtraInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrgExtraInfo packages
public static final OrgExtraInfo children
public static final OrgExtraInfo extentions
public static OrgExtraInfo[] values()
for (OrgExtraInfo c : OrgExtraInfo.values()) System.out.println(c);
public static OrgExtraInfo valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null