|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jstatcom.project.OutputData
public final class OutputData
Holds data that is represented by an element in the OutputList
.
Field Summary | |
---|---|
java.util.Date |
date
Date on instantiation of this OutputData object. |
java.lang.String |
name
Identifier for underlying output, typically the name of the PCall object. |
java.lang.String |
output
String holding the output. |
static javolution.xml.XmlFormat<OutputData> |
OutputData_XML
XML format field for (de)serialization. |
boolean |
selected
The selected property, used by OutputList to set selection
after sorting the elements. |
Constructor Summary | |
---|---|
OutputData(java.lang.String name,
java.lang.String output)
Represents an output entry with a name and a string holding the actual output from a computation. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final java.lang.String output
public final java.util.Date date
OutputData
object.
public final java.lang.String name
PCall
object.
public boolean selected
OutputList
to set selection
after sorting the elements.
public static final javolution.xml.XmlFormat<OutputData> OutputData_XML
Constructor Detail |
---|
public OutputData(java.lang.String name, java.lang.String output)
name
- identifier for the corresponding outputoutput
- holds text information
java.lang.IllegalArgumentException
- if (name == null || name.length() == 0)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |