Package | Description |
---|---|
org.ldaptive.schema |
Modifier and Type | Field and Description |
---|---|
private ObjectClassType |
ObjectClass.objectClassType
Object class type.
|
Modifier and Type | Method and Description |
---|---|
ObjectClassType |
ObjectClass.getObjectClassType()
Returns the object class type.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectClass.setObjectClassType(ObjectClassType type)
Sets the object class type.
|
Constructor and Description |
---|
ObjectClass(String oid,
String[] names,
String description,
boolean obsolete,
String[] superiorClasses,
ObjectClassType objectClassType,
String[] requiredAttributes,
String[] optionalAttributes,
Extensions extensions)
Creates a new object class.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.