|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.format.AbstractFormatElement
com.ibm.btt.format.CompositeFormat
com.ibm.btt.format.impl.RecordFormat
com.ibm.btt.format.impl.MapRecordFormat
public class MapRecordFormat
Field Summary |
---|
Fields inherited from class com.ibm.btt.format.CompositeFormat |
---|
children |
Fields inherited from class com.ibm.btt.format.AbstractFormatElement |
---|
dataName, tagName, TOSTRINGS_MARGIN |
Constructor Summary | |
---|---|
MapRecordFormat()
|
Method Summary | |
---|---|
java.lang.String |
getType()
|
void |
setType(java.lang.String type)
|
java.lang.Class |
targetClass()
|
void |
unformat(Message message,
WriteAdapter dataAdapter)
This method is attended to be called by client code of FormatElement |
Methods inherited from class com.ibm.btt.format.impl.RecordFormat |
---|
extract, format |
Methods inherited from class com.ibm.btt.format.CompositeFormat |
---|
addChild, getChildren, isContainer, toStrings |
Methods inherited from class com.ibm.btt.format.AbstractFormatElement |
---|
attributes, getDataName, rootDecorated, setDataName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.btt.format.FormatElement |
---|
getDataName, rootDecorated |
Constructor Detail |
---|
public MapRecordFormat()
Method Detail |
---|
public void setType(java.lang.String type)
setType
in class RecordFormat
public java.lang.String getType()
getType
in class RecordFormat
public java.lang.Class targetClass() throws UnformatException
UnformatException
public void unformat(Message message, WriteAdapter dataAdapter) throws UnformatException
FormatElement
unformat
in interface FormatElement
unformat
in class RecordFormat
UnformatException
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |