Class EnumValue


  • public class EnumValue
    extends Object
    The model of the enum-value tag in a Torque schema file.
    Version:
    $Id: $
    • Field Detail

      • parent

        public Column parent
        The column to which this enum-value definition belongs to.
      • value

        public String value
        The value of the enum-value.
      • javaName

        public String javaName
        The java name of the enum-value.
      • description

        public String description
        The description of the enum-value.
      • sqlValue

        public String sqlValue
        The properly escaped sql value for the value.
      • hasNext

        public boolean hasNext
        Whether another enumValue exists in the list of enumValues where this enumValue belongs to.
    • Constructor Detail

      • EnumValue

        public EnumValue()