Uses of Class
com.atlassian.crowd.directory.cache.model.EntityType

Packages that use EntityType
com.atlassian.crowd.directory.cache.model   
 

Uses of EntityType in com.atlassian.crowd.directory.cache.model
 

Methods in com.atlassian.crowd.directory.cache.model that return EntityType
 EntityType EntityIdentifier.getType()
           
static EntityType EntityType.valueOf(java.lang.Class<? extends LDAPDirectoryEntity> entityClass)
           
static EntityType EntityType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EntityType[] EntityType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.atlassian.crowd.directory.cache.model with parameters of type EntityType
EntityIdentifier(EntityType type, java.lang.String name)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.