Uses of Class
org.forgerock.opendj.ldap.schema.AttributeUsage
-
Packages that use AttributeUsage Package Description org.forgerock.opendj.ldap.schema 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 AttributeUsage Modifier and Type Method 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.Methods in org.forgerock.opendj.ldap.schema with parameters of type AttributeUsage Modifier and Type Method Description AttributeType.Builder
AttributeType.Builder. usage(AttributeUsage attributeUsage)
Sets the usage indicator for this attribute type.
-