Class TdbIntegerField

  • All Implemented Interfaces:
    com.tietoenator.trip.jxp.internal.utils.DOMSink

    public class TdbIntegerField
    extends TdbStructuredField
    Container and manipulation logic for an INteger field
    • Constructor Detail

      • TdbIntegerField

        public TdbIntegerField​(TdbFieldTemplate tmpl)
        Constructor, creates a blank instance based on a template
        Parameters:
        tmpl - Field template
      • TdbIntegerField

        public TdbIntegerField​(java.lang.String name)
        Constructor, creates a blank instance based on a field name
        Parameters:
        name - Field name
    • Method Detail

      • getType

        public TdbFieldType getType()
        Retrieve the type of the field
        Specified by:
        getType in class TdbField
        Returns:
        IntegerField