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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractNameAdv()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract FormulaExpression
getRefersToFormulaExpression()
abstract void
setRefersToFormula(FormulaExpression refersExpr)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.keikai.model.FormulaContent
clearFormulaResultCache, isFormulaParsingError
-
Methods inherited from interface io.keikai.model.impl.LinkedModelObject
checkOrphan, destroy
-
Methods inherited from interface io.keikai.model.SName
getApplyToSheetName, getBook, getId, getName, getRefersToCellRegion, getRefersToFormula, getRefersToSheetName, setApplyToSheetName, setRefersToFormula
-
-
-
-
Method Detail
-
getRefersToFormulaExpression
public abstract FormulaExpression getRefersToFormulaExpression()
- Returns:
- Since:
- 3.6.0
-
setRefersToFormula
public abstract void setRefersToFormula(FormulaExpression refersExpr)
- Parameters:
refersExpr
-- Since:
- 3.6.0
-
-