Uses of Class
org.apache.directory.api.ldap.model.schema.ObjectClassTypeEnum
-
Packages that use ObjectClassTypeEnum Package Description org.apache.directory.api.ldap.model.schema Contains interfaces and base classes for representing the LDAP schema domain model.org.apache.directory.api.ldap.schema.converter -
-
Uses of ObjectClassTypeEnum in org.apache.directory.api.ldap.model.schema
Fields in org.apache.directory.api.ldap.model.schema declared as ObjectClassTypeEnum Modifier and Type Field Description protected ObjectClassTypeEnumObjectClass. objectClassTypeThe ObjectClass type : ABSTRACT, AUXILIARY or STRUCTURALMethods in org.apache.directory.api.ldap.model.schema that return ObjectClassTypeEnum Modifier and Type Method Description static ObjectClassTypeEnumObjectClassTypeEnum. getClassType(String name)Gets the objectClass type enumeration of AUXILIARY, STRUCTURAL, or, ABSTRACT.ObjectClassTypeEnumObjectClass. getType()Gets the type of this ObjectClass as a type safe enum.static ObjectClassTypeEnumObjectClassTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectClassTypeEnum[]ObjectClassTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.directory.api.ldap.model.schema with parameters of type ObjectClassTypeEnum Modifier and Type Method Description voidObjectClass. setType(ObjectClassTypeEnum objectClassType)Set the ObjectClass type, one of ABSTRACT, AUXILIARY or STRUCTURAL. -
Uses of ObjectClassTypeEnum in org.apache.directory.api.ldap.schema.converter
Methods in org.apache.directory.api.ldap.schema.converter that return ObjectClassTypeEnum Modifier and Type Method Description ObjectClassTypeEnumObjectClassHolder. getClassType()Methods in org.apache.directory.api.ldap.schema.converter with parameters of type ObjectClassTypeEnum Modifier and Type Method Description voidObjectClassHolder. setClassType(ObjectClassTypeEnum classType)Set the objectClass type.
-