Class IdMethodParameter


  • public class IdMethodParameter
    extends Object
    The model of the id-method-parameter tag in a Torque schema file.
    Version:
    $Id: $
    • Field Detail

      • parent

        public Table parent
        The table where the id method parameter belongs to.
      • name

        public String name
        The name of the parameter.
      • value

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

      • IdMethodParameter

        public IdMethodParameter()