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