public enum SecuritySetupAttribute extends java.lang.Enum<SecuritySetupAttribute> implements AttributeClass
Enum Constant and Description |
---|
CLIENT_SYSTEM_TITLE |
LOGICAL_NAME |
SECURITY_POLICY |
SECURITY_SUITE |
SERVER_SYSTEM_TITLE |
Modifier and Type | Method and Description |
---|---|
int |
attributeId() |
java.lang.String |
attributeName() |
InterfaceClass |
interfaceClass() |
static SecuritySetupAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SecuritySetupAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecuritySetupAttribute LOGICAL_NAME
public static final SecuritySetupAttribute SECURITY_POLICY
public static final SecuritySetupAttribute SECURITY_SUITE
public static final SecuritySetupAttribute CLIENT_SYSTEM_TITLE
public static final SecuritySetupAttribute SERVER_SYSTEM_TITLE
public static SecuritySetupAttribute[] values()
for (SecuritySetupAttribute c : SecuritySetupAttribute.values()) System.out.println(c);
public static SecuritySetupAttribute 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 nullpublic int attributeId()
attributeId
in interface AttributeClass
public java.lang.String attributeName()
attributeName
in interface AttributeClass
public InterfaceClass interfaceClass()
interfaceClass
in interface AttributeClass