Package | Description |
---|---|
org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
Modifier and Type | Method and Description |
---|---|
AttributeUsage |
AttributeType.getUsage()
Returns the usage indicator for this attribute type.
|
static AttributeUsage |
AttributeUsage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeUsage[] |
AttributeUsage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AttributeType.Builder |
AttributeType.Builder.usage(AttributeUsage attributeUsage)
Sets the usage indicator for this attribute type.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.