public static enum XInfoImpl.XInfoState extends java.lang.Enum<XInfoImpl.XInfoState>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
static XInfoImpl.XInfoState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XInfoImpl.XInfoState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XInfoImpl.XInfoState XID
public static final XInfoImpl.XInfoState XREF
public static final XInfoImpl.XInfoState BOTH
public static final XInfoImpl.XInfoState NONE
public static XInfoImpl.XInfoState[] values()
for (XInfoImpl.XInfoState c : XInfoImpl.XInfoState.values()) System.out.println(c);
public static XInfoImpl.XInfoState 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 nullpublic java.lang.String getMessage()