Interface IStringList

All Superinterfaces:
IElement, IList, Serializable

@Deprecated public interface IStringList extends IList
Deprecated.
use IOptionList/IExternalList
The string list interface
Since:
1.0, 15/04/2008
Author:
vlygeros
See Also:
  • Method Details

    • getValues

      Collection<String> getValues()
      Deprecated.
      Gets the string values.
      Returns:
      A collection of String values.
    • setValues

      void setValues(Collection<String> values)
      Deprecated.
      Sets the string values.
      Parameters:
      values - A collection of String values.