Interface KeyLabel
- All Known Implementing Classes:
KeyLabelImpl
public interface KeyLabel
interface for a key label pair as used as value list for function variable definitions e.g. in placeholder metadata of a document of template
-
Method Summary
-
Method Details
-
getKey
String getKey()Gets the key of this key label pair
- Returns:
- key of this key label pair
-
setKey
Sets the key of this key label pair
- Parameters:
key- key of this key label pair
-
getLabel
String getLabel()Gets the label of this key label pair
- Returns:
- label of this key label pair
-
setLabel
Sets the label of this key label pair
- Parameters:
label- label of this key label pair
-