Package com.inet.pdfc.config
Class Settings.FILTER
- java.lang.Object
-
- com.inet.pdfc.config.Settings.FILTER
-
- All Implemented Interfaces:
VisibilitySetting
- Enclosing interface:
- Settings
public static class Settings.FILTER extends java.lang.Object implements VisibilitySetting
This is a convenience class to enable or disable the highlighting of changes by a filter. TheSettings.FILTERsettings have the type "OPTION" as well since they share the same semantic context.- Since:
- i-net PDFC 5.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VisibilitySettingforKey(java.lang.String filterKey)Creates aVisibilitySettingfor a filter.java.lang.StringgetTyp()The Visibility Type for this Setting (Enum)java.lang.Stringname()The value of the enum-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.inet.pdfc.config.VisibilitySetting
getTranslationKey
-
-
-
-
Method Detail
-
forKey
public static VisibilitySetting forKey(java.lang.String filterKey)
Creates aVisibilitySettingfor a filter.- Parameters:
filterKey- the filter key- Returns:
- a
VisibilitySettingfor the filter
-
name
public java.lang.String name()
The value of the enum- Specified by:
namein interfaceVisibilitySetting- Returns:
- value of the enum
-
getTyp
public java.lang.String getTyp()
The Visibility Type for this Setting (Enum)- Specified by:
getTypin interfaceVisibilitySetting- Returns:
- Type of Enum
-
-