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

    Modifier and Type
    Method
    Description
    Gets the key of this key label pair
    Gets the label of this key label pair
    void
    Sets the key of this key label pair
    void
    Sets the label of this key label pair
  • Method Details

    • getKey

      String getKey()

      Gets the key of this key label pair

      Returns:
      key of this key label pair
    • setKey

      void setKey(String key)

      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

      void setLabel(String label)

      Sets the label of this key label pair

      Parameters:
      label - label of this key label pair