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