Uses of Enum
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 ObjectClassTypeObjectClass.objectClassTypeObject class type.Methods in org.ldaptive.schema that return ObjectClassTypeModifier and TypeMethodDescriptionObjectClass.getObjectClassType()Returns the object class type.static ObjectClassTypeReturns 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 ObjectClassTypeModifier and TypeMethodDescriptionvoidObjectClass.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.