Uses of Class
org.ldaptive.schema.AttributeUsage
-
Packages that use AttributeUsage Package Description org.ldaptive.schema -
-
Uses of AttributeUsage in org.ldaptive.schema
Fields in org.ldaptive.schema declared as AttributeUsage Modifier and Type Field Description private AttributeUsageAttributeType. usageUsage.Methods in org.ldaptive.schema that return AttributeUsage Modifier and Type Method Description AttributeUsageAttributeType. getUsage()Returns the usage.static AttributeUsageAttributeUsage. parse(String s)Returns the attribute usage for the supplied string name.static AttributeUsageAttributeUsage. 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.ldaptive.schema with parameters of type AttributeUsage Modifier and Type Method Description voidAttributeType. setUsage(AttributeUsage u)Sets the usage.Constructors in org.ldaptive.schema with parameters of type AttributeUsage Constructor Description AttributeType(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.
-