com.evolveum.midpoint.repo.sql.data.common
Enum RContainerType
java.lang.Object
java.lang.Enum<RContainerType>
com.evolveum.midpoint.repo.sql.data.common.RContainerType
- All Implemented Interfaces:
- Serializable, Comparable<RContainerType>
public enum RContainerType
- extends Enum<RContainerType>
- Author:
- lazyman
ASSIGNMENT
public static final RContainerType ASSIGNMENT
EXCLUSION
public static final RContainerType EXCLUSION
ACCOUNT
public static final RContainerType ACCOUNT
CONNECTOR
public static final RContainerType CONNECTOR
CONNECTOR_HOST
public static final RContainerType CONNECTOR_HOST
GENERIC_OBJECT
public static final RContainerType GENERIC_OBJECT
OBJECT
public static final RContainerType OBJECT
PASSWORD_POLICY
public static final RContainerType PASSWORD_POLICY
RESOURCE
public static final RContainerType RESOURCE
RESOURCE_OBJECT_SHADOW
public static final RContainerType RESOURCE_OBJECT_SHADOW
ROLE
public static final RContainerType ROLE
SYSTEM_CONFIGURATION
public static final RContainerType SYSTEM_CONFIGURATION
TASK
public static final RContainerType TASK
USER
public static final RContainerType USER
USER_TEMPLATE
public static final RContainerType USER_TEMPLATE
NODE
public static final RContainerType NODE
ORG
public static final RContainerType ORG
ABSTRACT_ROLE
public static final RContainerType ABSTRACT_ROLE
values
public static RContainerType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (RContainerType c : RContainerType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RContainerType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getClazz
public Class<? extends RContainer> getClazz()
getType
public static <T extends RContainer> RContainerType getType(Class<T> clazz)
Copyright © 2013 evolveum. All Rights Reserved.