Uses of Class
org.ldaptive.schema.ObjectClassType
-
Packages that use ObjectClassType Package Description org.ldaptive.schema -
-
Uses of ObjectClassType in org.ldaptive.schema
Fields in org.ldaptive.schema declared as ObjectClassType Modifier and Type Field Description private ObjectClassType
ObjectClass. objectClassType
Object class type.Methods in org.ldaptive.schema that return ObjectClassType Modifier and Type Method Description 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 Modifier and Type Method Description void
ObjectClass. setObjectClassType(ObjectClassType type)
Sets the object class type.Constructors in org.ldaptive.schema with parameters of type ObjectClassType Constructor Description ObjectClass(String oid, String[] names, String description, boolean obsolete, String[] superiorClasses, ObjectClassType objectClassType, String[] requiredAttributes, String[] optionalAttributes, Extensions extensions)
Creates a new object class.
-