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

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

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.
 ObjectClassTypeEnum DefaultObjectClass.getType()
           
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.
 

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

Methods in org.apache.directory.shared.ldap.schema.parsers that return ObjectClassTypeEnum
 ObjectClassTypeEnum ObjectClassLiteral.getClassType()
           
 ObjectClassTypeEnum ObjectClassDescription.getKind()
           
 

Methods in org.apache.directory.shared.ldap.schema.parsers with parameters of type ObjectClassTypeEnum
 void ObjectClassLiteral.setClassType(ObjectClassTypeEnum classType)
           
 void ObjectClassDescription.setKind(ObjectClassTypeEnum kind)
           
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.