|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectClassTypeEnum | |
---|---|
org.apache.directory.shared.converter.schema | |
org.apache.directory.shared.ldap.schema | Contains interfaces and base classes for representing the LDAP schema domain model. |
org.apache.directory.shared.ldap.schema.parser | |
org.apache.directory.shared.ldap.schema.syntax |
Uses of ObjectClassTypeEnum in org.apache.directory.shared.converter.schema |
---|
Methods in org.apache.directory.shared.converter.schema that return ObjectClassTypeEnum | |
---|---|
ObjectClassTypeEnum |
ObjectClassHolder.getClassType()
|
Methods in org.apache.directory.shared.converter.schema with parameters of type ObjectClassTypeEnum | |
---|---|
void |
ObjectClassHolder.setClassType(ObjectClassTypeEnum classType)
Set the objectClass type. |
Uses of ObjectClassTypeEnum in org.apache.directory.shared.ldap.schema |
---|
Methods in org.apache.directory.shared.ldap.schema that return ObjectClassTypeEnum | |
---|---|
static ObjectClassTypeEnum |
ObjectClassTypeEnum.getClassType(java.lang.String name)
Gets the objectClass type enumeration of AUXILIARY, STRUCTURAL, or, ABSTRACT. |
ObjectClassTypeEnum |
ObjectClass.getType()
Gets the type of this ObjectClass as a type safe enum. |
ObjectClassTypeEnum |
DefaultObjectClass.getType()
|
static ObjectClassTypeEnum |
ObjectClassTypeEnum.valueOf(java.lang.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're declared. |
Uses of ObjectClassTypeEnum in org.apache.directory.shared.ldap.schema.parser |
---|
Methods in org.apache.directory.shared.ldap.schema.parser that return ObjectClassTypeEnum | |
---|---|
ObjectClassTypeEnum |
ObjectClassLiteral.getClassType()
|
Methods in org.apache.directory.shared.ldap.schema.parser with parameters of type ObjectClassTypeEnum | |
---|---|
void |
ObjectClassLiteral.setClassType(ObjectClassTypeEnum classType)
|
Uses of ObjectClassTypeEnum in org.apache.directory.shared.ldap.schema.syntax |
---|
Methods in org.apache.directory.shared.ldap.schema.syntax that return ObjectClassTypeEnum | |
---|---|
ObjectClassTypeEnum |
ObjectClassDescription.getKind()
|
Methods in org.apache.directory.shared.ldap.schema.syntax with parameters of type ObjectClassTypeEnum | |
---|---|
void |
ObjectClassDescription.setKind(ObjectClassTypeEnum kind)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |