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 Details

    • TdbIntegerField

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

      public TdbIntegerField(String name)
      Constructor, creates a blank instance based on a field name
      Parameters:
      name - Field name
  • Method Details

    • getType

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