private static enum OpenLdapSchemaParser.NameFormElements extends Enum<OpenLdapSchemaParser.NameFormElements> implements OpenLdapSchemaParser.SchemaObjectElements
| Modifier and Type | Field and Description |
|---|---|
private int |
value |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static OpenLdapSchemaParser.NameFormElements |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenLdapSchemaParser.NameFormElements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenLdapSchemaParser.NameFormElements NAME
public static final OpenLdapSchemaParser.NameFormElements DESC
public static final OpenLdapSchemaParser.NameFormElements OBSOLETE
public static final OpenLdapSchemaParser.NameFormElements OC
public static final OpenLdapSchemaParser.NameFormElements MUST
public static final OpenLdapSchemaParser.NameFormElements MAY
public static OpenLdapSchemaParser.NameFormElements[] values()
for (OpenLdapSchemaParser.NameFormElements c : OpenLdapSchemaParser.NameFormElements.values()) System.out.println(c);
public static OpenLdapSchemaParser.NameFormElements 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–2019 The Apache Software Foundation. All rights reserved.