borland Packages Class Hierarchy jbcl.model Package Index
java.lang.Object +----borland.jbcl.model.ItemFormatter +----borland.jbcl.model.VariantFormatter +----borland.jbcl.model.IntegerFormatter +----borland.jbcl.model.ShortFormatter
Variables Constructors Properties Methods
Implements Serializable
A formatter class for parsing and formatting Short data types. In JBCL, ShortFormatter is used for Short Columns, handling values within the range of 32767 to -32768.
public ShortFormatter(int type)Constructs a ShortFormatter object.
Parameters:
public final void parse(borland.jbcl.util.Variant variant, char[] value, int offset, int len)Analyzes the text in a character array and produces as output a Variant containing the parsed value.
Parameters:
Overrides: borland.jbcl.model.IntegerFormatter.parse(borland.jbcl.util.Variant, char[], int, int)
public final void parse(java.lang.String stringValue, borland.jbcl.util.Variant value)Analyzes the given String and produces as output a Variant containing the approriate value.
Parameters:
Overrides: borland.jbcl.model.IntegerFormatter.parse(java.lang.String, borland.jbcl.util.Variant)