public static enum TxtRendererConfig.TxtRendererOption extends java.lang.Enum<TxtRendererConfig.TxtRendererOption> implements RendererConfigOption
Enum Constant and Description |
---|
ENCODING |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDefaultValue() |
java.lang.String |
getName()
The name of the option.
|
static TxtRendererConfig.TxtRendererOption |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
RendererConfigOption
getName
in interface RendererConfigOption
public java.lang.Object getDefaultValue()
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.