|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mactor.framework.spec.SpecNode
org.mactor.framework.spec.ContainerSpec
org.mactor.framework.spec.LoopSpec
public class LoopSpec
| Field Summary |
|---|
| Fields inherited from class org.mactor.framework.spec.SpecNode |
|---|
name, parentNode |
| Constructor Summary | |
|---|---|
LoopSpec()
|
|
| Method Summary | |
|---|---|
org.dom4j.Element |
addToElement(org.dom4j.Element parent)
|
int |
getCount()
|
java.lang.String |
getDescription()
|
java.lang.String |
getShortDescription()
|
java.lang.String |
getType()
|
static LoopSpec |
loadSpec(org.dom4j.Element element)
|
void |
setCount(int count)
|
| Methods inherited from class org.mactor.framework.spec.ContainerSpec |
|---|
addSpecNode, getSpecNodes, loadContainedNodes, writeContainedNodesToElement |
| Methods inherited from class org.mactor.framework.spec.SpecNode |
|---|
getName, getParentNode, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoopSpec()
| Method Detail |
|---|
public java.lang.String getType()
getType in class SpecNodepublic int getCount()
public static LoopSpec loadSpec(org.dom4j.Element element)
throws MactorException
MactorExceptionpublic java.lang.String getShortDescription()
getShortDescription in class SpecNodepublic java.lang.String getDescription()
getDescription in class SpecNodepublic org.dom4j.Element addToElement(org.dom4j.Element parent)
addToElement in class SpecNodepublic void setCount(int count)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||