private static enum OpenLdapSchemaParser.DitContentRuleElements extends Enum<OpenLdapSchemaParser.DitContentRuleElements> implements OpenLdapSchemaParser.SchemaObjectElements
| Enum Constant and Description |
|---|
AUX |
DESC |
MAY |
MUST |
NAME |
NOT |
OBSOLETE |
| Modifier and Type | Field and Description |
|---|---|
private int |
value |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static OpenLdapSchemaParser.DitContentRuleElements |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenLdapSchemaParser.DitContentRuleElements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenLdapSchemaParser.DitContentRuleElements NAME
public static final OpenLdapSchemaParser.DitContentRuleElements DESC
public static final OpenLdapSchemaParser.DitContentRuleElements OBSOLETE
public static final OpenLdapSchemaParser.DitContentRuleElements AUX
public static final OpenLdapSchemaParser.DitContentRuleElements MUST
public static final OpenLdapSchemaParser.DitContentRuleElements MAY
public static final OpenLdapSchemaParser.DitContentRuleElements NOT
public static OpenLdapSchemaParser.DitContentRuleElements[] values()
for (OpenLdapSchemaParser.DitContentRuleElements c : OpenLdapSchemaParser.DitContentRuleElements.values()) System.out.println(c);
public static OpenLdapSchemaParser.DitContentRuleElements valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
getValue in interface OpenLdapSchemaParser.SchemaObjectElementsCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.