|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.util.Enum
org.apache.directory.shared.ldap.util.ValuedEnum
org.apache.directory.shared.ldap.schema.UsageEnum
Type safe enum for an AttributeType definition's usage string. This can be take one of the following four values:
Field Summary | |
static UsageEnum |
DIRECTORYOPERATION
enum for attributes with directoryOperation usage |
static int |
DIRECTORYOPERATION_VAL
value for attributes with directoryOperation usage |
static UsageEnum |
DISTRIBUTEDOPERATION
enum for attributes with distributedOperation usage |
static int |
DISTRIBUTEDOPERATION_VAL
value for attributes with distributedOperation usage |
static UsageEnum |
DSAOPERATION
enum for attributes with dSAOperation usage |
static int |
DSAOPERATION_VAL
value for attributes with dSAOperation usage |
static UsageEnum |
USERAPPLICATIONS
enum for attributes with userApplications usage |
static int |
USERAPPLICATIONS_VAL
value for attributes with userApplications usage |
Fields inherited from class org.apache.directory.shared.ldap.util.Enum |
iToString |
Method Summary | |
static UsageEnum |
getUsage(java.lang.String usage)
Gets the enumeration type for the attributeType usage string regardless of case. |
static java.util.List |
list()
Gets a List of the enumerations for attributeType usage. |
static java.util.Map |
map()
Gets the Map of UsageEnum objects by name using the UsageEnum class. |
Methods inherited from class org.apache.directory.shared.ldap.util.ValuedEnum |
compareTo, getEnum, getValue, toString |
Methods inherited from class org.apache.directory.shared.ldap.util.Enum |
equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int USERAPPLICATIONS_VAL
public static final int DIRECTORYOPERATION_VAL
public static final int DISTRIBUTEDOPERATION_VAL
public static final int DSAOPERATION_VAL
public static final UsageEnum USERAPPLICATIONS
public static final UsageEnum DIRECTORYOPERATION
public static final UsageEnum DISTRIBUTEDOPERATION
public static final UsageEnum DSAOPERATION
Method Detail |
public static UsageEnum getUsage(java.lang.String usage)
usage
- the usage string
public static java.util.List list()
public static java.util.Map map()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |