Package com.tietoenator.trip.jxp.data
Class TdbNumberField
- java.lang.Object
-
- com.tietoenator.trip.jxp.data.TdbField
-
- com.tietoenator.trip.jxp.data.TdbStructuredField
-
- com.tietoenator.trip.jxp.data.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 Summary
Constructors Constructor Description TdbNumberField(TdbFieldTemplate tmpl)
Constructor, creates a blank instance based on a templateTdbNumberField(java.lang.String name)
Constructor, creates a blank instance based on a field name
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TdbFieldType
getType()
Retrieve the type of the field-
Methods inherited from class com.tietoenator.trip.jxp.data.TdbStructuredField
appendValue, appendValues, clear, getFieldSize, getValue, getValueCount, insertValue, insertValues, isPartial, originalValues, removeValue, setValue, toString, values
-
Methods inherited from class com.tietoenator.trip.jxp.data.TdbField
getName, getOwnerComponent, isChanged
-
-
-
-
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
-
-