public enum swMacroFeatureSecurityOptions_e extends java.lang.Enum<swMacroFeatureSecurityOptions_e>
Modifier and Type | Method and Description |
---|---|
static swMacroFeatureSecurityOptions_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swMacroFeatureSecurityOptions_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swMacroFeatureSecurityOptions_e swMacroFeatureSecurityByDefault
public static final swMacroFeatureSecurityOptions_e swMacroFeatureSecurityCannotBeDeleted
public static final swMacroFeatureSecurityOptions_e swMacroFeatureSecurityNotEditable
public static final swMacroFeatureSecurityOptions_e swMacroFeatureSecurityCannotBeSuppressed
public static final swMacroFeatureSecurityOptions_e swMacroFeatureSecurityCannotBeReplaced
public static final swMacroFeatureSecurityOptions_e swMacroFeatureSecurityEnableNote
public static final swMacroFeatureSecurityOptions_e swMacroFeatureSecurityCannotBeRolledBack
public static swMacroFeatureSecurityOptions_e[] values()
for (swMacroFeatureSecurityOptions_e c : swMacroFeatureSecurityOptions_e.values()) System.out.println(c);
public static swMacroFeatureSecurityOptions_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