Uses of Class
org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum

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

Uses of ObjectClassTypeEnum in org.apache.directory.api.ldap.model.schema
 

Fields in org.apache.directory.api.ldap.model.schema declared as ObjectClassTypeEnum
protected  ObjectClassTypeEnum ObjectClass.objectClassType
          The ObjectClass type : ABSTRACT, AUXILIARY or STRUCTURAL
 

Methods in org.apache.directory.api.ldap.model.schema that return ObjectClassTypeEnum
static ObjectClassTypeEnum ObjectClassTypeEnum.getClassType(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(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.api.ldap.model.schema with parameters of type ObjectClassTypeEnum
 void MutableObjectClass.setType(ObjectClassTypeEnum objectClassType)
          Set the ObjectClass type, one of ABSTRACT, AUXILIARY or STRUCTURAL.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.