private static enum OpenLdapSchemaParser.ObjectClassElements extends Enum<OpenLdapSchemaParser.ObjectClassElements> implements OpenLdapSchemaParser.SchemaObjectElements
| Enum Constant and Description |
|---|
ABSTRACT |
AUXILIARY |
DESC |
MAY |
MUST |
NAME |
OBSOLETE |
STRUCTURAL |
SUP |
| Modifier and Type | Field and Description |
|---|---|
private int |
value |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static OpenLdapSchemaParser.ObjectClassElements |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenLdapSchemaParser.ObjectClassElements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenLdapSchemaParser.ObjectClassElements NAME
public static final OpenLdapSchemaParser.ObjectClassElements DESC
public static final OpenLdapSchemaParser.ObjectClassElements OBSOLETE
public static final OpenLdapSchemaParser.ObjectClassElements SUP
public static final OpenLdapSchemaParser.ObjectClassElements MUST
public static final OpenLdapSchemaParser.ObjectClassElements MAY
public static final OpenLdapSchemaParser.ObjectClassElements ABSTRACT
public static final OpenLdapSchemaParser.ObjectClassElements STRUCTURAL
public static final OpenLdapSchemaParser.ObjectClassElements AUXILIARY
public static OpenLdapSchemaParser.ObjectClassElements[] values()
for (OpenLdapSchemaParser.ObjectClassElements c : OpenLdapSchemaParser.ObjectClassElements.values()) System.out.println(c);
public static OpenLdapSchemaParser.ObjectClassElements 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.