IBM Bank Transformation Toolkit Javadoc

com.ibm.btt.format.adapter
Class ElementInMapWriteAdapter

java.lang.Object
  extended by com.ibm.btt.format.adapter.AbstractWriteAdapter
      extended by com.ibm.btt.format.adapter.ElementInMapWriteAdapter
All Implemented Interfaces:
WriteAdapter

 class ElementInMapWriteAdapter
extends AbstractWriteAdapter


Field Summary
 
Fields inherited from class com.ibm.btt.format.adapter.AbstractWriteAdapter
attributes
 
Constructor Summary
ElementInMapWriteAdapter(java.util.Map data, java.lang.String key, java.util.Map<java.lang.String,java.lang.Object> attributes)
           
 
Method Summary
 WriteAdapter getChildAdapter(int index)
           
 WriteAdapter getChildAdapter(int index, java.lang.String elementType)
           
 WriteAdapter getChildAdapter(java.lang.String name)
          get an Adapter for a data field by the name.
 WriteAdapter getChildAdapter(java.lang.String name, java.lang.String type)
           
 void setBigDecimal(java.math.BigDecimal value)
           
 void setBigInteger(java.math.BigInteger value)
           
 void setBoolean(boolean value)
           
 void setBooleanObject(java.lang.Boolean value)
           
 void setByte(byte value)
           
 void setByteObject(java.lang.Byte value)
           
 void setBytes(byte[] value)
           
 void setCalendar(java.util.Calendar value)
           
 void setDate(java.util.Date date)
           
 void setDouble(double value)
           
 void setDoubleObject(java.lang.Double value)
           
 void setFloat(float value)
           
 void setFloatObject(java.lang.Float value)
           
 void setInt(int value)
           
 void setIntegerObject(java.lang.Integer value)
           
 void setLong(long value)
           
 void setLongObject(java.lang.Long value)
           
 void setObject(java.lang.Object value)
           
 void setShort(short value)
           
 void setShortObject(java.lang.Short value)
           
 void setString(java.lang.String value)
           
 
Methods inherited from class com.ibm.btt.format.adapter.AbstractWriteAdapter
getAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementInMapWriteAdapter

public ElementInMapWriteAdapter(java.util.Map data,
                                java.lang.String key,
                                java.util.Map<java.lang.String,java.lang.Object> attributes)
Method Detail

getChildAdapter

public WriteAdapter getChildAdapter(java.lang.String name)
                             throws GetFailedException
Description copied from interface: WriteAdapter
get an Adapter for a data field by the name.

Returns:
Throws:
GetFailedException

getChildAdapter

public WriteAdapter getChildAdapter(java.lang.String name,
                                    java.lang.String type)
                             throws GetFailedException
Throws:
GetFailedException

getChildAdapter

public WriteAdapter getChildAdapter(int index,
                                    java.lang.String elementType)
                             throws GetFailedException
Throws:
GetFailedException

getChildAdapter

public WriteAdapter getChildAdapter(int index)
                             throws GetFailedException
Throws:
GetFailedException

setBigDecimal

public void setBigDecimal(java.math.BigDecimal value)
                   throws SetFailedException
Throws:
SetFailedException

setBigInteger

public void setBigInteger(java.math.BigInteger value)
                   throws SetFailedException
Throws:
SetFailedException

setBoolean

public void setBoolean(boolean value)
                throws SetFailedException
Throws:
SetFailedException

setBooleanObject

public void setBooleanObject(java.lang.Boolean value)
                      throws SetFailedException
Throws:
SetFailedException

setByte

public void setByte(byte value)
             throws SetFailedException
Throws:
SetFailedException

setByteObject

public void setByteObject(java.lang.Byte value)
                   throws SetFailedException
Throws:
SetFailedException

setBytes

public void setBytes(byte[] value)
              throws SetFailedException
Throws:
SetFailedException

setCalendar

public void setCalendar(java.util.Calendar value)
                 throws SetFailedException
Throws:
SetFailedException

setDate

public void setDate(java.util.Date date)
             throws SetFailedException
Throws:
SetFailedException

setDouble

public void setDouble(double value)
               throws SetFailedException
Throws:
SetFailedException

setDoubleObject

public void setDoubleObject(java.lang.Double value)
                     throws SetFailedException
Throws:
SetFailedException

setFloat

public void setFloat(float value)
              throws SetFailedException
Throws:
SetFailedException

setFloatObject

public void setFloatObject(java.lang.Float value)
                    throws SetFailedException
Throws:
SetFailedException

setInt

public void setInt(int value)
            throws SetFailedException
Throws:
SetFailedException

setIntegerObject

public void setIntegerObject(java.lang.Integer value)
                      throws SetFailedException
Throws:
SetFailedException

setLong

public void setLong(long value)
             throws SetFailedException
Throws:
SetFailedException

setLongObject

public void setLongObject(java.lang.Long value)
                   throws SetFailedException
Throws:
SetFailedException

setObject

public void setObject(java.lang.Object value)
               throws SetFailedException
Throws:
SetFailedException

setShort

public void setShort(short value)
              throws SetFailedException
Throws:
SetFailedException

setShortObject

public void setShortObject(java.lang.Short value)
                    throws SetFailedException
Throws:
SetFailedException

setString

public void setString(java.lang.String value)
               throws SetFailedException
Throws:
SetFailedException

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008