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 VisibilitySettingA visibility setting for the comparison. (For example marker color, export) The default implementations can be found inSettings.- Since:
- 4.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default java.lang.StringgetTranslationKey()Returns the translation key for this setting.java.lang.StringgetTyp()The Visibility Type for this Setting (Enum)java.lang.Stringname()The value of the enum
-
-
-
Method Detail
-
name
java.lang.String name()
The value of the enum- Returns:
- value of the enum
- Since:
- 4.1
-
getTyp
java.lang.String getTyp()
The Visibility Type for this Setting (Enum)- Returns:
- Type of Enum
- Since:
- 4.1
-
getTranslationKey
default java.lang.String 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
-
-