Class SavotOption

All Implemented Interfaces:
NameSupport, SimpleTypes

public final class SavotOption extends MarkupComment implements NameSupport

Option element

Author:
Andre Schaaff
  • Constructor Details

    • SavotOption

      public SavotOption()
      Constructor
  • Method Details

    • setName

      public void setName(String name)
      Set name attribute
      Specified by:
      setName in interface NameSupport
      Parameters:
      name -
    • getName

      public String getName()
      Get name attribute
      Specified by:
      getName in interface NameSupport
      Returns:
      String
    • setValue

      public void setValue(String value)
      Set value attribute
      Parameters:
      value -
    • getValue

      public String getValue()
      Get value attribute
      Returns:
      String
    • getOptions

      public OptionSet getOptions()
      Get OPTION elements reference
      Returns:
      OptionSet
    • setOptions

      public void setOptions(OptionSet options)
      Set OPTION elements reference
      Parameters:
      options -