public static enum TxtRendererConfig.TxtRendererOption extends Enum<TxtRendererConfig.TxtRendererOption> implements RendererConfigOption
Enum Constant and Description |
---|
ENCODING |
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue() |
String |
getName()
The name of the option.
|
static TxtRendererConfig.TxtRendererOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TxtRendererConfig.TxtRendererOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TxtRendererConfig.TxtRendererOption ENCODING
public static TxtRendererConfig.TxtRendererOption[] values()
for (TxtRendererConfig.TxtRendererOption c : TxtRendererConfig.TxtRendererOption.values()) System.out.println(c);
public static TxtRendererConfig.TxtRendererOption 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 String getName()
RendererConfigOption
getName
in interface RendererConfigOption
public Object getDefaultValue()
getDefaultValue
in interface RendererConfigOption
Copyright © 2025 Apache Software Foundation. All rights reserved.