public static enum Settings.OPTION extends java.lang.Enum<Settings.OPTION> implements VisibilitySetting
Enum Constant and Description |
---|
HEADERFOOTER
Deprecated.
|
ONLYPAGESWITHDIFFS
Pages which have no differences with current filter settings will be minimized and
only shows its page number
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTyp()
Return the enum typ for this setting/s
|
static Settings.OPTION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Settings.OPTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
getTranslationKey, name
public static final Settings.OPTION ONLYPAGESWITHDIFFS
@Deprecated public static final Settings.OPTION HEADERFOOTER
public static Settings.OPTION[] values()
for (Settings.OPTION c : Settings.OPTION.values()) System.out.println(c);
public static Settings.OPTION 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()
getTyp
in interface VisibilitySetting
Copyright © 2010-2022 by i-net software GmbH