Uses of Class
org.forgerock.opendj.ldap.schema.ObjectClassType
-
Packages that use ObjectClassType Package Description org.forgerock.opendj.ldap.schema Classes and interfaces for constructing and querying LDAP schemas. -
-
Uses of ObjectClassType in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return ObjectClassType Modifier and Type Method Description ObjectClassType
ObjectClass. getObjectClassType()
Returns the objectclass type for this objectclass.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.forgerock.opendj.ldap.schema with parameters of type ObjectClassType Modifier and Type Method Description ObjectClass.Builder
ObjectClass.Builder. type(ObjectClassType type)
Sets the type of this object class.
-