Class TdbTimeField

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

    public class TdbTimeField
    extends TdbStructuredField
    Container and manipulation logic for the values within a TIme field
    • Constructor Detail

      • TdbTimeField

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

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