|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeUsage | |
|---|---|
| org.ldaptive.schema | |
| Uses of AttributeUsage in org.ldaptive.schema |
|---|
| Methods in org.ldaptive.schema that return AttributeUsage | |
|---|---|
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. |
| Methods in org.ldaptive.schema with parameters of type AttributeUsage | |
|---|---|
void |
AttributeType.setUsage(AttributeUsage u)
Sets the usage. |
| Constructors in org.ldaptive.schema with parameters of type AttributeUsage | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||