com.ibm.itim.remoteservices.provider
Enum EntityUtil.EntityType

java.lang.Object
  extended by java.lang.Enum<EntityUtil.EntityType>
      extended by com.ibm.itim.remoteservices.provider.EntityUtil.EntityType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EntityUtil.EntityType>
Enclosing class:
EntityUtil

public static enum EntityUtil.EntityType
extends java.lang.Enum<EntityUtil.EntityType>


Enum Constant Summary
ACCOUNT
           
GROUP
           
SERVICE
           
UNKNOWN
           
 
Method Summary
static EntityUtil.EntityType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EntityUtil.EntityType[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, 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 EntityUtil.EntityType ACCOUNT

GROUP

public static final EntityUtil.EntityType GROUP

SERVICE

public static final EntityUtil.EntityType SERVICE

UNKNOWN

public static final EntityUtil.EntityType UNKNOWN
Method Detail

values

public static final EntityUtil.EntityType[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(EntityUtil.EntityType c : EntityUtil.EntityType.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static EntityUtil.EntityType 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


IBM Tivoli Identity Manager 5.1
© Copyright International Business Machines Corporation 2007, 2009. All rightsreserved. US Government Users Restricited RightsUse, duplication or disclosure restricted by GSA ADP ScheduleContract with IBM Corp.