Package com.tietoenator.trip.jxp.data
Class TdbIntegerField
java.lang.Object
com.tietoenator.trip.jxp.data.TdbField
com.tietoenator.trip.jxp.data.TdbStructuredField
com.tietoenator.trip.jxp.data.TdbIntegerField
- All Implemented Interfaces:
com.tietoenator.trip.jxp.internal.utils.DOMSink
Container and manipulation logic for an INteger field
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor, creates a blank instance based on a templateTdbIntegerField
(String name) Constructor, creates a blank instance based on a field name -
Method Summary
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 Details
-
TdbIntegerField
Constructor, creates a blank instance based on a template- Parameters:
tmpl
- Field template
-
TdbIntegerField
Constructor, creates a blank instance based on a field name- Parameters:
name
- Field name
-
-
Method Details