IBM Bank Transformation Toolkit Javadoc

com.ibm.btt.format.impl
Class MapRecordFormat

java.lang.Object
  extended by com.ibm.btt.format.AbstractFormatElement
      extended by com.ibm.btt.format.CompositeFormat
          extended by com.ibm.btt.format.impl.RecordFormat
              extended by com.ibm.btt.format.impl.MapRecordFormat
All Implemented Interfaces:
FormatElement

public class MapRecordFormat
extends RecordFormat


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

MapRecordFormat

public MapRecordFormat()
Method Detail

setType

public void setType(java.lang.String type)
Overrides:
setType in class RecordFormat

getType

public java.lang.String getType()
Overrides:
getType in class RecordFormat

targetClass

public java.lang.Class targetClass()
                            throws UnformatException
Throws:
UnformatException

unformat

public void unformat(Message message,
                     WriteAdapter dataAdapter)
              throws UnformatException
Description copied from interface: FormatElement
This method is attended to be called by client code of FormatElement

Specified by:
unformat in interface FormatElement
Overrides:
unformat in class RecordFormat
Throws:
UnformatException

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008