|
||||||||||
| 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.ObjectClassTypeEnum
public class ObjectClassTypeEnum
Type safe enumerations for an objectClass' type. An ObjectClass type can be one of the following types:
| Field Summary | |
|---|---|
static ObjectClassTypeEnum |
ABSTRACT
ValuedEnum for abstract objectClasses |
static int |
ABSTRACT_VAL
The enumeration constant value for the abstract objectClasses |
static ObjectClassTypeEnum |
AUXILIARY
ValuedEnum for auxillary objectClasses |
static int |
AUXILLARY_VAL
The enumeration constant value for the auxillary objectClasses |
static ObjectClassTypeEnum |
STRUCTURAL
ValuedEnum for structural objectClasses |
static int |
STRUCTURAL_VAL
The enumeration constant value for the structural objectClasses |
| Fields inherited from class org.apache.directory.shared.ldap.util.Enum |
|---|
iToString |
| Method Summary | |
|---|---|
static ObjectClassTypeEnum |
getClassType(java.lang.String name)
Gets the objectClass type enumeration of AUXILIARY, STRUCTURAL, or, ABSTRACT. |
static java.util.List |
list()
Gets a List of the enumerations for the ObjectClass type. |
static java.util.Map |
map()
Gets the Map of ClassTypeEnum objects by name using the ClassTypeEnum 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 ABSTRACT_VAL
public static final int AUXILLARY_VAL
public static final int STRUCTURAL_VAL
public static final ObjectClassTypeEnum ABSTRACT
public static final ObjectClassTypeEnum AUXILIARY
public static final ObjectClassTypeEnum STRUCTURAL
| Method Detail |
|---|
public static ObjectClassTypeEnum getClassType(java.lang.String name)
name - options are AUXILIARY, STRUCTURAL, or, ABSTRACT
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 | |||||||||