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 Summary
-
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
Sets the help text.- Parameters:
helpText
- the help text
-
setLabel
Sets the label.- Parameters:
label
- the label
-
setValue
Sets the value.- Parameters:
value
- the value
-