Class Option


  • public class Option
    extends Object
    An option is a possible value with which an instance parameter can be valued.
    • Constructor Detail

      • Option

        public Option()
      • Option

        public Option​(Option option)
    • Method Detail

      • getName

        protected Map<String,​String> getName()
        Gets the value of the name property.
        Returns:
        possible object is Multilang
      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String