Package de.elo.ix.client
Class ExecuteScriptResult
java.lang.Object
de.elo.ix.client.ExecuteScriptResult
- All Implemented Interfaces:
Serializable
The function executeScript returns an object of this class to provide returned information or
error information.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setErrorColumn
(int errorColumn) void
setErrorLine
(int errorLine) void
setErrorMessage
(String errorMessage) void
setReturnedString
(String returnedString) toString()
-
Field Details
-
returnedString
Return value as string. -
errorMessage
Error message. -
errorLine
protected int errorLineLine where the error occured. -
errorColumn
protected int errorColumnColumn where the error occured.
-
-
Constructor Details
-
ExecuteScriptResult
public ExecuteScriptResult() -
ExecuteScriptResult
-
-
Method Details
-
getReturnedString
-
setReturnedString
-
getErrorMessage
-
setErrorMessage
-
getErrorLine
public int getErrorLine() -
setErrorLine
public void setErrorLine(int errorLine) -
getErrorColumn
public int getErrorColumn() -
setErrorColumn
public void setErrorColumn(int errorColumn) -
toString
-