com.infoengine.modeler.data
Class ForEach

java.lang.Object
  extended bycom.infoengine.modeler.data.Tag
      extended bycom.infoengine.modeler.data.ForEach
All Implemented Interfaces:
Dropable

public class ForEach
extends Tag


Field Summary
 
Fields inherited from class com.infoengine.modeler.data.Tag
attributes, contents, indent, indentEnd, name, nameSpaceIdentifier, parent, parsed, tab
 
Constructor Summary
ForEach()
           
ForEach(Tag t)
           
 
Method Summary
 String getGroupIn()
           
 String getGroupOut()
           
 TagWizard getWizard()
          return instance of TagWizard that creates or modifies this dropable object
 void setGroupIn(String group)
           
 void setGroupOut(String group)
           
 String toString()
           
 
Methods inherited from class com.infoengine.modeler.data.Tag
addAttribute, addContent, addContentAt, flatten, getAttribute, getAttributes, getAttributes, getAttValue, getContentAt, getContents, getContentSize, getIcon, getIndent, getIndentEnd, getName, getNameSpaceIdentifier, getParent, getParsed, getRemainder, getTab, getWizard, infoEngineTag, infoEngineTag, main, narrowTag, parse, parse, removeAttribute, removeContent, setAttValue, setIndent, setIndentEnd, setName, setNameSpaceIdentifier, setParent, setParsed, setTab, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForEach

public ForEach()

ForEach

public ForEach(Tag t)
Method Detail

setGroupIn

public void setGroupIn(String group)

getGroupIn

public String getGroupIn()

setGroupOut

public void setGroupOut(String group)

getGroupOut

public String getGroupOut()

toString

public String toString()
Overrides:
toString in class Tag

getWizard

public TagWizard getWizard()
Description copied from interface: Dropable
return instance of TagWizard that creates or modifies this dropable object

Specified by:
getWizard in interface Dropable
Overrides:
getWizard in class Tag