public enum swConfigurationOptions2_e extends java.lang.Enum<swConfigurationOptions2_e>
Modifier and Type | Method and Description |
---|---|
static swConfigurationOptions2_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swConfigurationOptions2_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swConfigurationOptions2_e swConfigOption_UseAlternateName
public static final swConfigurationOptions2_e swConfigOption_DontShowPartsInBOM
public static final swConfigurationOptions2_e swConfigOption_SuppressByDefault
public static final swConfigurationOptions2_e swConfigOption_HideByDefault
public static final swConfigurationOptions2_e swConfigOption_MinFeatureManager
public static final swConfigurationOptions2_e swConfigOption_InheritProperties
public static final swConfigurationOptions2_e swConfigOption_LinkToParent
public static final swConfigurationOptions2_e swConfigOption_DontActivate
public static final swConfigurationOptions2_e swConfigOption_DoDisolveInBOM
public static final swConfigurationOptions2_e swConfigOption_UseDescriptionInBOM
public static swConfigurationOptions2_e[] values()
for (swConfigurationOptions2_e c : swConfigurationOptions2_e.values()) System.out.println(c);
public static swConfigurationOptions2_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