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 Detail

      • TdbNumberField

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

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