Uses of Enum Class
org.forgerock.opendj.ldap.schema.AttributeUsage
Packages that use AttributeUsage
Package
Description
Classes and interfaces for constructing and querying LDAP schemas.
-
Uses of AttributeUsage in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return AttributeUsageModifier and TypeMethodDescriptionAttributeType.getUsage()Returns the usage indicator for this attribute type.static AttributeUsageReturns 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.Methods in org.forgerock.opendj.ldap.schema with parameters of type AttributeUsageModifier and TypeMethodDescriptionAttributeType.Builder.usage(AttributeUsage attributeUsage) Sets the usage indicator for this attribute type.