com.evolveum.midpoint.schema.constants
Enum ObjectTypes

java.lang.Object
  extended by java.lang.Enum<ObjectTypes>
      extended by com.evolveum.midpoint.schema.constants.ObjectTypes
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ObjectTypes>

public enum ObjectTypes
extends java.lang.Enum<ObjectTypes>

Author:
lazyman

Enum Constant Summary
ACCOUNT
           
CONNECTOR
           
CONNECTOR_HOST
           
GENERIC_OBJECT
           
NODE
           
OBJECT
           
ORG
           
PASSWORD_POLICY
           
RESOURCE
           
RESOURCE_OBJECT_SHADOW
           
ROLE
           
SYSTEM_CONFIGURATION
           
TASK
           
USER
           
USER_TEMPLATE
           
 
Method Summary
 java.lang.Class<? extends ObjectType> getClassDefinition()
           
 java.lang.String getLocalizationKey()
           
static ObjectTypes getObjectType(java.lang.Class<? extends ObjectType> objectType)
           
static ObjectTypes getObjectType(java.lang.String objectType)
           
static java.lang.Class<? extends ObjectType> getObjectTypeClass(java.lang.String objectType)
           
static ObjectTypes getObjectTypeFromTypeQName(javax.xml.namespace.QName typeQName)
           
static ObjectTypes getObjectTypeFromUri(java.lang.String objectTypeUri)
           
 java.lang.String getObjectTypeUri()
           
static java.lang.String getObjectTypeUri(java.lang.String objectType)
           
 javax.xml.namespace.QName getQName()
           
 javax.xml.namespace.QName getTypeQName()
           
 java.lang.String getValue()
           
static boolean isClassManagedByProvisioning(java.lang.Class<? extends ObjectType> clazz)
           
 boolean isManagedByProvisioning()
           
static boolean isManagedByProvisioning(ObjectType object)
           
static boolean isObjectTypeManagedByProvisioning(java.lang.Class<? extends ObjectType> objectType)
           
static boolean isObjectTypeManagedByProvisioning(java.lang.String objectType)
           
static ObjectTypes valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ObjectTypes[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

ACCOUNT

public static final ObjectTypes ACCOUNT

CONNECTOR

public static final ObjectTypes CONNECTOR

CONNECTOR_HOST

public static final ObjectTypes CONNECTOR_HOST

GENERIC_OBJECT

public static final ObjectTypes GENERIC_OBJECT

RESOURCE

public static final ObjectTypes RESOURCE

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

OBJECT

public static final ObjectTypes OBJECT

ROLE

public static final ObjectTypes ROLE

PASSWORD_POLICY

public static final ObjectTypes PASSWORD_POLICY

NODE

public static final ObjectTypes NODE

ORG

public static final ObjectTypes ORG
Method Detail

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)

getObjectTypeFromTypeQName

public static ObjectTypes getObjectTypeFromTypeQName(javax.xml.namespace.QName typeQName)

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)

isManagedByProvisioning

public static boolean isManagedByProvisioning(ObjectType object)

isClassManagedByProvisioning

public static boolean isClassManagedByProvisioning(java.lang.Class<? extends ObjectType> clazz)

isObjectTypeManagedByProvisioning

public static boolean isObjectTypeManagedByProvisioning(java.lang.Class<? extends ObjectType> objectType)

isObjectTypeManagedByProvisioning

public static boolean isObjectTypeManagedByProvisioning(java.lang.String objectType)


Copyright © 2012 evolveum. All Rights Reserved.