|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReadAdapter
Method Summary | |
---|---|
java.math.BigDecimal |
getBigDecimal()
|
java.math.BigInteger |
getBigInteger()
|
boolean |
getBoolean()
|
java.lang.Boolean |
getBooleanObject()
|
byte |
getByte()
|
java.lang.Byte |
getByteObject()
|
byte[] |
getBytes()
|
java.util.Calendar |
getCalendar()
|
ReadAdapter |
getChildAdapter(int index,
boolean isContainer)
get an Adapter for a data element in an array or a list by the index. |
ReadAdapter |
getChildAdapter(java.lang.String name,
boolean isContainer)
get an Adapter for a data field by the name. |
java.util.Date |
getDate()
|
double |
getDouble()
|
java.lang.Double |
getDoubleObject()
|
float |
getFloat()
|
java.lang.Float |
getFloatObject()
|
int |
getInt()
|
java.lang.Integer |
getIntegerObject()
|
long |
getLong()
|
java.lang.Long |
getLongObject()
|
java.lang.Object |
getObject()
|
short |
getShort()
|
java.lang.Short |
getShortObject()
|
java.lang.String |
getString()
|
boolean |
isNull()
|
int |
size()
if the Adaptered data element is an array or a list, return the size of it. |
Method Detail |
---|
ReadAdapter getChildAdapter(java.lang.String name, boolean isContainer) throws GetFailedException
name
- isContainer
-
GetFailedException
ReadAdapter getChildAdapter(int index, boolean isContainer) throws GetFailedException
index
-
GetFailedException
int size() throws GetFailedException
GetFailedException
boolean isNull() throws GetFailedException
GetFailedException
boolean getBoolean() throws GetFailedException
GetFailedException
java.lang.Boolean getBooleanObject() throws GetFailedException
GetFailedException
byte getByte() throws GetFailedException
GetFailedException
java.lang.Byte getByteObject() throws GetFailedException
GetFailedException
short getShort() throws GetFailedException
GetFailedException
java.lang.Short getShortObject() throws GetFailedException
GetFailedException
int getInt() throws GetFailedException
GetFailedException
java.lang.Integer getIntegerObject() throws GetFailedException
GetFailedException
long getLong() throws GetFailedException
GetFailedException
java.lang.Long getLongObject() throws GetFailedException
GetFailedException
float getFloat() throws GetFailedException
GetFailedException
java.lang.Float getFloatObject() throws GetFailedException
GetFailedException
double getDouble() throws GetFailedException
GetFailedException
java.lang.Double getDoubleObject() throws GetFailedException
GetFailedException
java.math.BigInteger getBigInteger() throws GetFailedException
GetFailedException
java.math.BigDecimal getBigDecimal() throws GetFailedException
GetFailedException
byte[] getBytes() throws GetFailedException
GetFailedException
java.lang.String getString() throws GetFailedException
GetFailedException
java.util.Calendar getCalendar() throws GetFailedException
GetFailedException
java.lang.Object getObject() throws GetFailedException
GetFailedException
java.util.Date getDate() throws GetFailedException
GetFailedException
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |