Uses of Enum Class
org.ldaptive.schema.AttributeUsage
Packages that use AttributeUsage
-
Uses of AttributeUsage in org.ldaptive.schema
Fields in org.ldaptive.schema declared as AttributeUsageMethods in org.ldaptive.schema that return AttributeUsageModifier and TypeMethodDescriptionAttributeType.getUsage()
Returns the usage.static AttributeUsage
Returns the attribute usage for the supplied string name.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.Methods in org.ldaptive.schema with parameters of type AttributeUsageConstructors in org.ldaptive.schema with parameters of type AttributeUsageModifierConstructorDescriptionAttributeType
(String oid, String[] names, String description, boolean obsolete, String superiorType, String equalityMatchingRule, String orderingMatchingRule, String substringMatchingRule, String syntaxOID, boolean singleValued, boolean collective, boolean noUserModification, AttributeUsage usage, Extensions extensions) Creates a new attribute type.