com.iisc.jwc.jsheet
Class JSEvaluateValue

java.lang.Object
  extended bycom.iisc.jwc.jsheet.JSEvaluateValue
All Implemented Interfaces:
java.lang.Cloneable

public class JSEvaluateValue
extends java.lang.Object
implements java.lang.Cloneable

JSEvaluateValue is the return value for the method evaluate() in JSClient.

See Also:
JSClient.evaluate(short, java.lang.String)

Method Summary
 java.lang.Object clone()
          Creates a copy of the existing JSEvaluateValue object.
 JSValueMatrix get_matrix()
          Returns the JSValueMatrix.
 BookRange get_range()
          Returns the BookRange.
 JSValue get_value()
          Returns the JSValue representation of the JSEvaluateValue.
 boolean is_matrix()
          Returns whether the JSEvaluateValue is a matrix.
 boolean is_range()
          Returns whether the JSEvaluateValue is a range.
 boolean is_value()
          Returns whether the JSEvaluteValue is a value.
 void set_matrix(JSValueMatrix matrix)
          Sets the current state of JSEvaluateValueto the JSValueMatrix passed.
 void set_range(BookRange range)
          Sets the current state of JSEvaluateValue to the BookRange passed.
 void set_value(JSValue value)
          Sets the current state of JSEvaluateValue to the JSValue passed.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clone

public java.lang.Object clone()
Creates a copy of the existing JSEvaluateValue object.

Returns:
the new JSEvaluateValue.

get_matrix

public JSValueMatrix get_matrix()
Returns the JSValueMatrix.

Returns:
the JSValueMatrix.

get_range

public BookRange get_range()
Returns the BookRange.

Returns:
the BookRange.

get_value

public JSValue get_value()
Returns the JSValue representation of the JSEvaluateValue.

Returns:
JSValue representation of the JSEvaluateValue.

is_matrix

public boolean is_matrix()
Returns whether the JSEvaluateValue is a matrix.

Returns:
whether the JSEvaluateValue is a matrix.

is_range

public boolean is_range()
Returns whether the JSEvaluateValue is a range.

Returns:
whether the JSEvaluateValue is a range.

is_value

public boolean is_value()
Returns whether the JSEvaluteValue is a value.

Returns:
whether the JSEvaluateValue is a value.

set_matrix

public void set_matrix(JSValueMatrix matrix)
Sets the current state of JSEvaluateValueto the JSValueMatrix passed.

Parameters:
matrix - the JSValueMatrix to use.

set_range

public void set_range(BookRange range)
Sets the current state of JSEvaluateValue to the BookRange passed.

Parameters:
range - the BookRange to use.

set_value

public void set_value(JSValue value)
Sets the current state of JSEvaluateValue to the JSValue passed.

Parameters:
value - the JSValue to use.

Email JSheet Support

www.jsheet.com
Copyright 1995 - 2003 Investment Intelligence Systems Limited.