public static enum Settings.METAOPTION extends java.lang.Enum<Settings.METAOPTION> implements com.inet.pdfc.config.ColorSetting
Enum Constant and Description |
---|
ALLOUTLINEMARKER
A differences marker between two documents
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTyp()
Return the enum typ for this setting/s
|
static Settings.METAOPTION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Settings.METAOPTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Settings.METAOPTION ALLOUTLINEMARKER
public static Settings.METAOPTION[] values()
for (Settings.METAOPTION c : Settings.METAOPTION.values()) System.out.println(c);
public static Settings.METAOPTION 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 getTyp()
Copyright © 2010-2022 by i-net software GmbH