|
IBM WebSphere Multichannel 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.config.impl.macro.MacroDef
public class MacroDef
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 |
---|
public java.util.Map<java.lang.String,Attribute> attributes
public java.util.Map<java.lang.String,TagName> tagNames
public java.util.Map<java.lang.String,Tags> tags
public Tag templateTag
Constructor Detail |
---|
public MacroDef(Tag tag) throws MacroDefinitionException
tag
- desired tag
MacroDefinitionException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |