Class AskDescriptor

java.lang.Object
ro.sync.ecss.extensions.AskDescriptor

@API(type=INTERNAL, src=PUBLIC) public class AskDescriptor extends Object
  • Constructor Details

    • AskDescriptor

      public AskDescriptor(String type, String message, List<String> values, List<String> renderings, String defaultValue)
      Constructor.
      Parameters:
      type - The ask type.
      message - The message to display.
      values - The possible values of the variable.
      renderings - The renderings list for the values.
      defaultValue - The default value.
  • Method Details

    • getMessage

      public String getMessage()
      Returns:
      Returns the message.
    • getType

      public String getType()
      Returns:
      Returns the type.
    • getValues

      public List<String> getValues()
      Returns:
      Returns the values.
    • getRenderings

      public List<String> getRenderings()
      Returns:
      Returns the renderings.
    • getDefaultValue

      public String getDefaultValue()
      Returns:
      the default value.