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