public enum SystemObjectsType extends Enum<SystemObjectsType>
Java class for SystemObjectsType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SystemObjectsType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="00000000-0000-0000-0000-000000000001"/> <enumeration value="00000000-0000-0000-0000-000000000002"/> <enumeration value="00000000-0000-0000-0000-000000000003"/> <enumeration value="00000000-0000-0000-0000-000000000004"/> <enumeration value="00000000-0000-0000-0000-000000000005"/> <enumeration value="00000000-0000-0000-0000-000000000006"/> <enumeration value="00000000-0000-0000-0000-000000000007"/> </restriction> </simpleType>
Enum Constant and Description |
---|
PASSWORD_POLICY_DEFAULT |
ROLE_SUPERUSER |
SYSTEM_CONFIGURATION |
TASK_CLEANUP |
TASK_TRIGGER_SCANNER |
TASK_VALIDITY_SCANNER |
USER_ADMINISTRATOR |
Modifier and Type | Method and Description |
---|---|
static SystemObjectsType |
fromValue(String v) |
String |
value() |
static SystemObjectsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemObjectsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemObjectsType SYSTEM_CONFIGURATION
public static final SystemObjectsType USER_ADMINISTRATOR
public static final SystemObjectsType PASSWORD_POLICY_DEFAULT
public static final SystemObjectsType ROLE_SUPERUSER
public static final SystemObjectsType TASK_CLEANUP
public static final SystemObjectsType TASK_VALIDITY_SCANNER
public static final SystemObjectsType TASK_TRIGGER_SCANNER
public static SystemObjectsType[] values()
for (SystemObjectsType c : SystemObjectsType.values()) System.out.println(c);
public static SystemObjectsType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String value()
public static SystemObjectsType fromValue(String v)
Copyright © 2013 evolveum. All rights reserved.