Class Option


  • public class Option
    extends Object
    The model of the option tag in a Torque schema file.
    Version:
    $Id: $
    • Field Detail

      • parent

        public Object parent
        The direct parent of the option.
      • key

        public String key
        The key of the option.
      • value

        public String value
        The value of the option.
    • Constructor Detail

      • Option

        public Option()