|
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
public abstract class CompositeFormat
Field Summary | |
---|---|
protected java.util.List<FormatElement> |
children
|
Fields inherited from class com.ibm.btt.format.AbstractFormatElement |
---|
dataName, tagName, TOSTRINGS_MARGIN |
Constructor Summary | |
---|---|
CompositeFormat()
|
Method Summary | |
---|---|
void |
addChild(FormatElement child)
|
java.util.List<FormatElement> |
getChildren()
|
boolean |
isContainer()
if true, this FormatElement has children. if false, this FormatElement has no children. |
java.util.List<java.lang.String> |
toStrings()
This method is used to support AbstractFormatElement.toString() method Client code of Formatter is not allowed to call it. |
Methods inherited from class com.ibm.btt.format.AbstractFormatElement |
---|
attributes, extract, 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 |
---|
extract, format, getDataName, rootDecorated, unformat |
Field Detail |
---|
protected java.util.List<FormatElement> children
Constructor Detail |
---|
public CompositeFormat()
Method Detail |
---|
public boolean isContainer()
FormatElement
isContainer
in interface FormatElement
public void addChild(FormatElement child)
public java.util.List<FormatElement> getChildren()
public java.util.List<java.lang.String> toStrings()
FormatElement
toStrings
in interface FormatElement
toStrings
in class AbstractFormatElement
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |