IBM Bank Transformation Toolkit Javadoc

com.ibm.btt.format
Interface FormatDecorator

All Superinterfaces:
FormatElement
All Known Implementing Classes:
BaseDecorator, Delimiter, FixedLength, HexDelimiter, JSONCommaDelimiter, JSONDecorator, JSONNullCheckDecorator, MaximumLength, NullCheckDecorator, SelfLength, XMLDecorator

public interface FormatDecorator
extends FormatElement


Method Summary
 FormatElement getDecorated()
          This method is not attended to be called by client code of FormatElement
 void setDecorated(FormatElement format)
          This method is not attended to be called by client code of FormatElement
 
Methods inherited from interface com.ibm.btt.format.FormatElement
extract, format, getDataName, isContainer, rootDecorated, toStrings, unformat
 

Method Detail

setDecorated

void setDecorated(FormatElement format)
This method is not attended to be called by client code of FormatElement

Parameters:
format -

getDecorated

FormatElement getDecorated()
This method is not attended to be called by client code of FormatElement

Returns:

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008