|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 SpecNode
public int getCount()
public static LoopSpec loadSpec(org.dom4j.Element element) throws MactorException
MactorException
public java.lang.String getShortDescription()
getShortDescription
in class SpecNode
public java.lang.String getDescription()
getDescription
in class SpecNode
public org.dom4j.Element addToElement(org.dom4j.Element parent)
addToElement
in class SpecNode
public void setCount(int count)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |