public class EssCalcInfo
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
EssCalcInfo(short InfoType,
java.lang.String Info)
Constructs a EssCalcInfo object with the given values for infotype and info returned after the calculation.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInfo()
Get the info trace in string form after calculation.
|
short |
getInfoType()
Get the info type after calculation.
|
public EssCalcInfo(short InfoType, java.lang.String Info)
InfoType
- The type of info returned after calculation.Info
- The info trace in string form after calculation.