Uses of Enum
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 AttributeUsageReturns the attribute usage for the supplied string name.static AttributeUsageReturns 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.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.