|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.biomoby.shared.parser.MobyDataElement org.biomoby.shared.parser.MobyParameter
public class MobyParameter
A mixture of an "envelope" (because it inherits from a general envelope MobyDataElement, and Biomoby data, representing a secondary input - a secondary means that it is not used in a service discovery process. In practise, it means that it contains just some control values, like command-like switches etc.
Constructor Summary | |
---|---|
MobyParameter()
Default constructor. |
Method Summary | |
---|---|
String |
getValue()
|
void |
setValue(String value)
Fill in a value of this parameter. |
String |
toString()
Format all non-empty public members in a human-readable way. |
org.jdom.Element |
toXML()
Create an XML element representing this object. |
static org.jdom.Element |
toXML(String articleName,
String value)
|
Methods inherited from class org.biomoby.shared.parser.MobyDataElement |
---|
format, getName, setName, toXML |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MobyParameter()
Method Detail |
---|
public String toString()
MobyDataElement
toString
in class MobyDataElement
for making the returned string better indented
public org.jdom.Element toXML()
MobyDataElement
toXML
in class MobyDataElement
public static org.jdom.Element toXML(String articleName, String value)
public void setValue(String value)
public String getValue()
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |