Interface I_CmsAttributeSelectData.Option

All Known Subinterfaces:
I_CmsAttributeSelectData.OptionWithAttributes
Enclosing interface:
I_CmsAttributeSelectData

public static interface I_CmsAttributeSelectData.Option
Represents a single option.
  • Method Details

    • getHelpText

      Gets the help text.
      Returns:
      the help text
    • getLabel

      Gets the label text.
      Returns:
      the label text
    • getValue

      Gets the value.
      Returns:
      the value
    • setHelpText

      void setHelpText(String helpText)
      Sets the help text.
      Parameters:
      helpText - the help text
    • setLabel

      void setLabel(String label)
      Sets the label.
      Parameters:
      label - the label
    • setValue

      void setValue(String value)
      Sets the value.
      Parameters:
      value - the value