Uses of Class
org.apache.directory.api.ldap.model.schema.UsageEnum
-
Packages that use UsageEnum 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.schema.converter -
-
Uses of UsageEnum in org.apache.directory.api.ldap.model.schema
Fields in org.apache.directory.api.ldap.model.schema declared as UsageEnum Modifier and Type Field Description protected UsageEnumAttributeType. usagethe usage for this attributeTypeMethods in org.apache.directory.api.ldap.model.schema that return UsageEnum Modifier and Type Method Description UsageEnumAttributeType. getUsage()Determines the usage for this AttributeType.static UsageEnumUsageEnum. getUsage(String usage)Gets the enumeration type for the attributeType usage string regardless of case.static UsageEnumUsageEnum. 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.Methods in org.apache.directory.api.ldap.model.schema with parameters of type UsageEnum Modifier and Type Method Description static StringUsageEnum. render(UsageEnum usage)Get the string representation for UsageEnum, which will be used by the AttributeType renderingvoidAttributeType. setUsage(UsageEnum usage)Sets the AttributeType usage, one of : USER_APPLICATIONS DIRECTORY_OPERATION DISTRIBUTED_OPERATION DSA_OPERATION -
Uses of UsageEnum in org.apache.directory.api.ldap.schema.converter
Methods in org.apache.directory.api.ldap.schema.converter that return UsageEnum Modifier and Type Method Description UsageEnumAttributeTypeHolder. getUsage()Get the attributeType's usageMethods in org.apache.directory.api.ldap.schema.converter with parameters of type UsageEnum Modifier and Type Method Description voidAttributeTypeHolder. setUsage(UsageEnum usage)Set the attributeType's usage
-