Klasse Option

java.lang.Object
org.apache.torque.templates.model.Option

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

    • 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.
  • Konstruktordetails

    • Option

      public Option()