public class NameImpl extends AbstractNameAdv
| Constructor and Description |
|---|
NameImpl(AbstractBookAdv book,
String id,
String name,
String applyToSheetName) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkOrphan() |
void |
clearFormulaResultCache()
Clear the formula result cache if there is evaluation result
|
void |
destroy()
Destroy / release this model object, for example all the dependency, parent linking.
|
String |
getApplyToSheetName() |
AbstractBookAdv |
getBook() |
String |
getId() |
String |
getName() |
CellRegion |
getRefersToCellRegion() |
String |
getRefersToFormula() |
FormulaExpression |
getRefersToFormulaExpression() |
String |
getRefersToSheetName() |
boolean |
isFormulaParsingError() |
void |
setApplyToSheetName(String sheetName) |
void |
setRefersToFormula(FormulaExpression refersToExpr) |
void |
setRefersToFormula(String refersToExpr) |
public NameImpl(AbstractBookAdv book, String id, String name, String applyToSheetName)
public String getName()
public String getRefersToSheetName()
public CellRegion getRefersToCellRegion()
public String getRefersToFormula()
public void destroy()
LinkedModelObjectpublic void checkOrphan()
public String getId()
public void setRefersToFormula(String refersToExpr)
public boolean isFormulaParsingError()
public AbstractBookAdv getBook()
public void clearFormulaResultCache()
FormulaContentpublic String getApplyToSheetName()
public FormulaExpression getRefersToFormulaExpression()
getRefersToFormulaExpression in class AbstractNameAdvpublic void setRefersToFormula(FormulaExpression refersToExpr)
setRefersToFormula in class AbstractNameAdvpublic void setApplyToSheetName(String sheetName)
Copyright © 2020. All rights reserved.