Package com.inet.pdfc.config
Interface VisibilitySetting
- All Known Subinterfaces:
ObjectSetting<T>
- All Known Implementing Classes:
DiffGroup.GroupType
,Settings.EXPORT
,Settings.FILTER
,Settings.METAOPTION
,Settings.OPTION
public interface VisibilitySetting
A visibility setting for the comparison. (For example marker color, export)
The default implementations can be found in
Settings
.- Since:
- 4.1
-
Method Summary
-
Method Details
-
name
String name()The value of the enum- Returns:
- value of the enum
- Since:
- 4.1
-
getTyp
String getTyp()The Visibility Type for this Setting (Enum)- Returns:
- Type of Enum
- Since:
- 4.1
-
getTranslationKey
Returns the translation key for this setting. Usually it's the name to lower case.- Returns:
- the translation key for this setting
- Since:
- 4.1
-