Uses of Class
org.ldaptive.schema.ObjectClassType

Packages that use ObjectClassType
org.ldaptive.schema   
 

Uses of ObjectClassType in org.ldaptive.schema
 

Methods in org.ldaptive.schema that return ObjectClassType
 ObjectClassType ObjectClass.getObjectClassType()
          Returns the object class type.
static ObjectClassType ObjectClassType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObjectClassType[] ObjectClassType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ldaptive.schema with parameters of type ObjectClassType
 void ObjectClass.setObjectClassType(ObjectClassType type)
          Sets the object class type.
 

Constructors in org.ldaptive.schema with parameters of type ObjectClassType
ObjectClass(String oid, String[] names, String description, boolean obsolete, String[] superiorClasses, ObjectClassType objectClassType, String[] requiredAttributes, String[] optionalAttributes, Extensions extensions)
          Creates a new object class.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.