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