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