Uses of Enum Class
org.ldaptive.schema.ObjectClassType
Packages that use ObjectClassType
-
Uses of ObjectClassType in org.ldaptive.schema
Fields in org.ldaptive.schema declared as ObjectClassTypeModifier and TypeFieldDescriptionprivate ObjectClassType
ObjectClass.objectClassType
Object class type.Methods in org.ldaptive.schema that return ObjectClassTypeModifier and TypeMethodDescriptionObjectClass.getObjectClassType()
Returns the object class type.static ObjectClassType
Returns the enum constant of this class with the specified name.static ObjectClassType[]
ObjectClassType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ldaptive.schema with parameters of type ObjectClassTypeModifier and TypeMethodDescriptionvoid
ObjectClass.setObjectClassType
(ObjectClassType type) Sets the object class type.Constructors in org.ldaptive.schema with parameters of type ObjectClassTypeModifierConstructorDescriptionObjectClass
(String oid, String[] names, String description, boolean obsolete, String[] superiorClasses, ObjectClassType objectClassType, String[] requiredAttributes, String[] optionalAttributes, Extensions extensions) Creates a new object class.