com.zfqjava.formula
Class AbstractFormula
java.lang.Object
com.zfqjava.formula.AbstractFormula
- All Implemented Interfaces:
- Formula, Serializable
- Direct Known Subclasses:
- CellFormula
public abstract class AbstractFormula
- extends Object
- implements Formula, Serializable
- See Also:
- Serialized Form
value
protected transient Object value
AbstractFormula
protected AbstractFormula(String s)
getValue
public Object getValue()
- Description copied from interface:
Formula
- Returns the value after the last evaluate.
- Specified by:
getValue in interface Formula
- Returns:
- the value
toString
public String toString()
- Description copied from interface:
Formula
- Returns the string the this formula.
- Specified by:
toString in interface Formula- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
setException
public void setException(Exception e)
- Description copied from interface:
Formula
- Sets the exception when evaluate the formula
- Specified by:
setException in interface Formula
Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.