IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.config.impl.macro
Class MacroDef

java.lang.Object
  extended by com.ibm.btt.config.impl.macro.MacroDef

public class MacroDef
extends java.lang.Object

Macro definition class


Field Summary
 java.util.Map<java.lang.String,Attribute> attributes
          Macro attributes
 java.util.Map<java.lang.String,TagName> tagNames
          Tag names
 java.util.Map<java.lang.String,Tags> tags
          Tags in macro
 Tag templateTag
          Macro template tag
 
Constructor Summary
MacroDef(Tag tag)
          MacroDef constructor, instance from desired tag definition
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

public java.util.Map<java.lang.String,Attribute> attributes
Macro attributes


tagNames

public java.util.Map<java.lang.String,TagName> tagNames
Tag names


tags

public java.util.Map<java.lang.String,Tags> tags
Tags in macro


templateTag

public Tag templateTag
Macro template tag

Constructor Detail

MacroDef

public MacroDef(Tag tag)
         throws MacroDefinitionException
MacroDef constructor, instance from desired tag definition

Parameters:
tag - desired tag
Throws:
MacroDefinitionException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009