| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.schema |
Contains interfaces and base classes for representing the LDAP schema domain
model.
|
| org.apache.directory.api.ldap.model.schema.parsers |
| Modifier and Type | Field and Description |
|---|---|
protected UsageEnum |
AttributeType.usage
the usage for this attributeType
|
| Modifier and Type | Method and Description |
|---|---|
UsageEnum |
AttributeType.getUsage()
Determines the usage for this AttributeType.
|
static UsageEnum |
UsageEnum.getUsage(String usage)
Gets the enumeration type for the attributeType usage string regardless
of case.
|
static UsageEnum |
UsageEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageEnum[] |
UsageEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
UsageEnum.render(UsageEnum usage)
Get the string representation for UsageEnum, which will be
used by the AttributeType rendering
|
void |
AttributeType.setUsage(UsageEnum usage)
Sets the AttributeType usage, one of :
USER_APPLICATIONS
DIRECTORY_OPERATION
DISTRIBUTED_OPERATION
DSA_OPERATION
|
| Modifier and Type | Method and Description |
|---|---|
private static UsageEnum |
OpenLdapSchemaParser.getUsageRelaxed(OpenLdapSchemaParser.PosSchema pos) |
private static UsageEnum |
OpenLdapSchemaParser.getUsageStrict(OpenLdapSchemaParser.PosSchema pos) |
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.