| To get the translated object representation of a specified value at the column represented by this CustomType .
This gets called by the getObject method in ByteArrayParser to give the object representation of a column.
Method: public Object getDataValue(String sLookup);
Visibility: Public
Purpose: To return the translated object representation of the data.
Parameters: sLookup - The data at the location of this column in the ByteArrayParser. Returns the translated object representation of the data. |