Uses of Enum Class
org.forgerock.opendj.ldap.schema.AttributeUsage
Package
Description
Classes and interfaces for constructing and querying LDAP schemas.
-
Uses of AttributeUsage in org.forgerock.opendj.ldap.schema
Modifier and TypeMethodDescriptionAttributeType.getUsage()
Returns the usage indicator for this attribute type.static AttributeUsage
Returns the enum constant of this class with the specified name.static AttributeUsage[]
AttributeUsage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAttributeType.Builder.usage
(AttributeUsage attributeUsage) Sets the usage indicator for this attribute type.