public enum SchemaObjectType extends java.lang.Enum<SchemaObjectType>
| Enum Constant and Description |
|---|
ATTRIBUTE_TYPE |
COMPARATOR |
DIT_CONTENT_RULE |
DIT_STRUCTURE_RULE |
LDAP_SYNTAX |
MATCHING_RULE |
MATCHING_RULE_USE |
NAME_FORM |
NORMALIZER |
OBJECT_CLASS |
SYNTAX_CHECKER |
| Modifier and Type | Field and Description |
|---|---|
private int |
value
The inner value
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRdn()
Get the Rdn associated with a schemaObjectType
|
int |
getValue() |
static SchemaObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchemaObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaObjectType ATTRIBUTE_TYPE
public static final SchemaObjectType COMPARATOR
public static final SchemaObjectType DIT_CONTENT_RULE
public static final SchemaObjectType DIT_STRUCTURE_RULE
public static final SchemaObjectType LDAP_SYNTAX
public static final SchemaObjectType MATCHING_RULE
public static final SchemaObjectType MATCHING_RULE_USE
public static final SchemaObjectType NAME_FORM
public static final SchemaObjectType NORMALIZER
public static final SchemaObjectType OBJECT_CLASS
public static final SchemaObjectType SYNTAX_CHECKER
public static SchemaObjectType[] values()
for (SchemaObjectType c : SchemaObjectType.values()) System.out.println(c);
public static SchemaObjectType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public java.lang.String getRdn()