public enum swDofStatus_e extends java.lang.Enum<swDofStatus_e>
Enum Constant and Description |
---|
swDofStatus_Free |
swDofStatus_FreeNormal |
swDofStatus_Instantaneous |
swDofStatus_InstantaneousNormal |
swDofStatus_Static |
swDofStatus_StaticNormal |
swDofStatus_Unused |
Modifier and Type | Method and Description |
---|---|
static swDofStatus_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swDofStatus_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swDofStatus_e swDofStatus_Unused
public static final swDofStatus_e swDofStatus_Static
public static final swDofStatus_e swDofStatus_StaticNormal
public static final swDofStatus_e swDofStatus_Free
public static final swDofStatus_e swDofStatus_FreeNormal
public static final swDofStatus_e swDofStatus_Instantaneous
public static final swDofStatus_e swDofStatus_InstantaneousNormal
public static swDofStatus_e[] values()
for (swDofStatus_e c : swDofStatus_e.values()) System.out.println(c);
public static swDofStatus_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