Class TdbNumberField

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

public class TdbNumberField extends TdbStructuredField
Container and manipulation logic for the values within a NUmber field
  • Constructor Details

    • TdbNumberField

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

      public TdbNumberField(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:
      NumberField