private static enum SchemaObjectRenderer.Style extends Enum<SchemaObjectRenderer.Style>
| Enum Constant and Description |
|---|
OPENLDAP_SCHEMA_PRETTY_PRINTED |
SUBSCHEMA_SUBENTRY_WITH_SCHEMA_NAME |
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
prettyPrint |
(package private) boolean |
printSchemaName |
(package private) boolean |
startWithSchemaType |
| Modifier and Type | Method and Description |
|---|---|
static SchemaObjectRenderer.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaObjectRenderer.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaObjectRenderer.Style SUBSCHEMA_SUBENTRY_WITH_SCHEMA_NAME
public static final SchemaObjectRenderer.Style OPENLDAP_SCHEMA_PRETTY_PRINTED
final boolean startWithSchemaType
final boolean prettyPrint
final boolean printSchemaName
public static SchemaObjectRenderer.Style[] values()
for (SchemaObjectRenderer.Style c : SchemaObjectRenderer.Style.values()) System.out.println(c);
public static SchemaObjectRenderer.Style 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 nullCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.