public enum RContainerType extends Enum<RContainerType>
Enum Constant and Description |
---|
ABSTRACT_ROLE |
ACCOUNT |
ASSIGNMENT |
AUTHORIZATION |
CONNECTOR |
CONNECTOR_HOST |
EXCLUSION |
FOCUS |
GENERIC_OBJECT |
NODE |
OBJECT |
OBJECT_TEMPLATE |
ORG |
RESOURCE |
ROLE |
SHADOW |
SYSTEM_CONFIGURATION |
TASK |
TRIGGER |
USER |
VALUE_POLICY |
Modifier and Type | Method and Description |
---|---|
Class<? extends RContainer> |
getClazz() |
static <T extends RContainer> |
getType(Class<T> clazz) |
static RContainerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RContainerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RContainerType ASSIGNMENT
public static final RContainerType EXCLUSION
public static final RContainerType ACCOUNT
public static final RContainerType CONNECTOR
public static final RContainerType CONNECTOR_HOST
public static final RContainerType GENERIC_OBJECT
public static final RContainerType OBJECT
public static final RContainerType VALUE_POLICY
public static final RContainerType RESOURCE
public static final RContainerType SHADOW
public static final RContainerType ROLE
public static final RContainerType SYSTEM_CONFIGURATION
public static final RContainerType TASK
public static final RContainerType USER
public static final RContainerType OBJECT_TEMPLATE
public static final RContainerType NODE
public static final RContainerType ORG
public static final RContainerType ABSTRACT_ROLE
public static final RContainerType AUTHORIZATION
public static final RContainerType FOCUS
public static final RContainerType TRIGGER
public static RContainerType[] values()
for (RContainerType c : RContainerType.values()) System.out.println(c);
public static RContainerType 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 Class<? extends RContainer> getClazz()
public static <T extends RContainer> RContainerType getType(Class<T> clazz)
Copyright © 2013 evolveum. All rights reserved.