|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UsageEnum | |
---|---|
org.apache.directory.shared.converter.schema | |
org.apache.directory.shared.ldap.schema | Contains interfaces and base classes for representing the LDAP schema domain model. |
org.apache.directory.shared.ldap.schema.parser | |
org.apache.directory.shared.ldap.schema.syntax |
Uses of UsageEnum in org.apache.directory.shared.converter.schema |
---|
Methods in org.apache.directory.shared.converter.schema that return UsageEnum | |
---|---|
UsageEnum |
AttributeTypeHolder.getUsage()
Get the attributeType's usage |
Methods in org.apache.directory.shared.converter.schema with parameters of type UsageEnum | |
---|---|
void |
AttributeTypeHolder.setUsage(UsageEnum usage)
Set the attributeType's usage |
Uses of UsageEnum in org.apache.directory.shared.ldap.schema |
---|
Methods in org.apache.directory.shared.ldap.schema that return UsageEnum | |
---|---|
UsageEnum |
AttributeType.getUsage()
Determines the usage for this AttributeType. |
UsageEnum |
AbstractAttributeType.getUsage()
|
static UsageEnum |
UsageEnum.getUsage(java.lang.String usage)
Gets the enumeration type for the attributeType usage string regardless of case. |
static UsageEnum |
UsageEnum.valueOf(java.lang.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're declared. |
Methods in org.apache.directory.shared.ldap.schema with parameters of type UsageEnum | |
---|---|
static java.lang.String |
UsageEnum.render(UsageEnum usage)
Get the string representation for UsageEnum, which will be used by the AttributeType rendering |
protected void |
AbstractAttributeType.setUsage(UsageEnum usage)
The usage class for this attributeType. |
Uses of UsageEnum in org.apache.directory.shared.ldap.schema.parser |
---|
Methods in org.apache.directory.shared.ldap.schema.parser that return UsageEnum | |
---|---|
UsageEnum |
AttributeTypeLiteral.getUsage()
|
Methods in org.apache.directory.shared.ldap.schema.parser with parameters of type UsageEnum | |
---|---|
void |
AttributeTypeLiteral.setUsage(UsageEnum usage)
|
Uses of UsageEnum in org.apache.directory.shared.ldap.schema.syntax |
---|
Methods in org.apache.directory.shared.ldap.schema.syntax that return UsageEnum | |
---|---|
UsageEnum |
AttributeTypeDescription.getUsage()
|
Methods in org.apache.directory.shared.ldap.schema.syntax with parameters of type UsageEnum | |
---|---|
void |
AttributeTypeDescription.setUsage(UsageEnum usage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |