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