Package io.keikai.model.impl
Class AbstractNameAdv
java.lang.Object
io.keikai.model.impl.AbstractNameAdv
- All Implemented Interfaces:
FormulaContent,LinkedModelObject,SName,Serializable
- Direct Known Subclasses:
NameImpl
public abstract class AbstractNameAdv
extends Object
implements SName, LinkedModelObject, Serializable
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract FormulaExpressionabstract voidsetRefersToFormula(FormulaExpression refersExpr) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.keikai.model.FormulaContent
clearFormulaResultCache, isFormulaParsingErrorMethods inherited from interface io.keikai.model.impl.LinkedModelObject
checkOrphan, destroyMethods inherited from interface io.keikai.model.SName
getApplyToSheetName, getBook, getId, getName, getRefersToCellRegion, getRefersToFormula, getRefersToSheetName, setApplyToSheetName, setRefersToFormula
-
Constructor Details
-
AbstractNameAdv
public AbstractNameAdv()
-
-
Method Details
-
getRefersToFormulaExpression
- Returns:
- Since:
- 3.6.0
-
setRefersToFormula
- Parameters:
refersExpr-- Since:
- 3.6.0
-