Package | Description |
---|---|
org.ldaptive.schema |
Modifier and Type | Field and Description |
---|---|
private AttributeUsage |
AttributeType.usage
Usage.
|
Modifier and Type | Method and Description |
---|---|
AttributeUsage |
AttributeType.getUsage()
Returns the usage.
|
static AttributeUsage |
AttributeUsage.parse(String s)
Returns the attribute usage for the supplied string name.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeType.setUsage(AttributeUsage u)
Sets the usage.
|
Constructor and 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.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.