com.jstatcom.project
Class OutputData
- java.lang.Object
-
- com.jstatcom.project.OutputData
-
public final class OutputData extends java.lang.ObjectHolds data that is represented by an element in theOutputList.
-
-
Field Summary
Fields Modifier and Type Field and Description java.util.DatedateDate on instantiation of thisOutputDataobject.java.lang.StringnameIdentifier for underlying output, typically the name of thePCallobject.java.lang.StringoutputString holding the output.static XmlFormat<OutputData>OutputData_XMLXML format field for (de)serialization.booleanselectedThe selected property, used byOutputListto set selection after sorting the elements.
-
Constructor Summary
Constructors Constructor and Description 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
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringtoString()
-
-
-
Field Detail
-
output
public final java.lang.String output
String holding the output.
-
date
public final java.util.Date date
Date on instantiation of thisOutputDataobject.
-
name
public final java.lang.String name
Identifier for underlying output, typically the name of thePCallobject.
-
selected
public boolean selected
The selected property, used byOutputListto set selection after sorting the elements.
-
OutputData_XML
public static final XmlFormat<OutputData> OutputData_XML
XML format field for (de)serialization.
-
-
Constructor Detail
-
OutputData
public 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.- Parameters:
name- identifier for the corresponding outputoutput- holds text information- Throws:
java.lang.IllegalArgumentException-if (name == null || name.length() == 0)
-
-
DMelt 3.0 © DataMelt by jWork.ORG