com.infoengine.modeler.data
Class ForEach
java.lang.Object
com.infoengine.modeler.data.Tag
com.infoengine.modeler.data.ForEach
- All Implemented Interfaces:
- Dropable
- public class ForEach
- extends Tag
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 |
ForEach
public ForEach()
ForEach
public ForEach(Tag t)
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