Uses of Class
org.apache.directory.shared.ldap.schema.ObjectClassTypeEnum

Packages that use ObjectClassTypeEnum
org.apache.directory.shared.converter.schema   
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
 

Uses of ObjectClassTypeEnum in org.apache.directory.shared.converter.schema
 

Methods in org.apache.directory.shared.converter.schema that return ObjectClassTypeEnum
 ObjectClassTypeEnum ObjectClassHolder.getClassType()
           
 

Methods in org.apache.directory.shared.converter.schema with parameters of type ObjectClassTypeEnum
 void ObjectClassHolder.setClassType(ObjectClassTypeEnum classType)
          Set the objectClass type.
 

Uses of ObjectClassTypeEnum in org.apache.directory.shared.ldap.schema
 

Methods in org.apache.directory.shared.ldap.schema that return ObjectClassTypeEnum
static ObjectClassTypeEnum ObjectClassTypeEnum.getClassType(java.lang.String name)
          Gets the objectClass type enumeration of AUXILIARY, STRUCTURAL, or, ABSTRACT.
 ObjectClassTypeEnum ObjectClass.getType()
          Gets the type of this ObjectClass as a type safe enum.
static ObjectClassTypeEnum ObjectClassTypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ObjectClassTypeEnum[] ObjectClassTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.directory.shared.ldap.schema with parameters of type ObjectClassTypeEnum
 void ObjectClass.setType(ObjectClassTypeEnum objectClassType)
          Set the ObjectClass type, one of ABSTRACT, AUXILIARY or STRUCTURAL.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.