com.evolveum.midpoint.schema
Enum ObjectTypes
java.lang.Object
java.lang.Enum<ObjectTypes>
com.evolveum.midpoint.schema.ObjectTypes
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ObjectTypes>
public enum ObjectTypes
- extends java.lang.Enum<ObjectTypes>
- Author:
- lazyman
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ACCOUNT
public static final ObjectTypes ACCOUNT
CONNECTOR
public static final ObjectTypes CONNECTOR
GENERIC_OBJECT
public static final ObjectTypes GENERIC_OBJECT
RESOURCE
public static final ObjectTypes RESOURCE
RESOURCE_STATE
public static final ObjectTypes RESOURCE_STATE
USER
public static final ObjectTypes USER
USER_TEMPLATE
public static final ObjectTypes USER_TEMPLATE
SYSTEM_CONFIGURATION
public static final ObjectTypes SYSTEM_CONFIGURATION
TASK
public static final ObjectTypes TASK
RESOURCE_OBJECT_SHADOW
public static final ObjectTypes RESOURCE_OBJECT_SHADOW
values
public static ObjectTypes[] 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 (ObjectTypes c : ObjectTypes.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ObjectTypes valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
isManagedByProvisioning
public boolean isManagedByProvisioning()
getLocalizationKey
public java.lang.String getLocalizationKey()
getValue
public java.lang.String getValue()
getQName
public javax.xml.namespace.QName getQName()
getTypeQName
public javax.xml.namespace.QName getTypeQName()
getClassDefinition
public java.lang.Class<? extends ObjectType> getClassDefinition()
getObjectTypeUri
public java.lang.String getObjectTypeUri()
getObjectType
public static ObjectTypes getObjectType(java.lang.String objectType)
getObjectTypeFromUri
public static ObjectTypes getObjectTypeFromUri(java.lang.String objectTypeUri)
getObjectTypeUri
public static java.lang.String getObjectTypeUri(java.lang.String objectType)
getObjectTypeClass
public static java.lang.Class<? extends ObjectType> getObjectTypeClass(java.lang.String objectType)
getObjectType
public static ObjectTypes getObjectType(java.lang.Class<? extends ObjectType> objectType)
Copyright © 2011 evolveum. All Rights Reserved.