public class ExcelFunctionImpl extends ExcelAnnotationImpl<ExcelFunction>
| Constructor and Description |
|---|
ExcelFunctionImpl()
Instantiates a new excel function impl.
|
ExcelFunctionImpl(String function,
String nameFunction)
Instantiates a new excel function impl.
|
ExcelFunctionImpl(String function,
String nameFunction,
boolean anotherTable)
Instantiates a new excel function impl.
|
ExcelFunctionImpl(String function,
String nameFunction,
boolean anotherTable,
ExcelFormulaAlias[] alias)
Instantiates a new excel function impl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
ExcelFormulaAlias[] |
getAlias()
Gets the alias.
|
String |
getFunction()
Gets the function.
|
String |
getNameFunction()
Gets the name function.
|
int |
hashCode()
Hash code.
|
boolean |
isAnotherTable()
Checks if is another table.
|
void |
setAlias(ExcelFormulaAlias[] alias)
Sets the alias.
|
void |
setAnotherTable(boolean anotherTable)
Sets the another table.
|
void |
setFunction(String function)
Sets the function.
|
void |
setNameFunction(String nameFunction)
Sets the name function.
|
clone, getAnnotation, getClassAnnotationpublic ExcelFunctionImpl(String function, String nameFunction)
function - the functionnameFunction - the name functionpublic ExcelFunctionImpl()
public ExcelFunctionImpl(String function, String nameFunction, boolean anotherTable)
function - the functionnameFunction - the name functionanotherTable - the another tablepublic ExcelFunctionImpl(String function, String nameFunction, boolean anotherTable, ExcelFormulaAlias[] alias)
function - the functionnameFunction - the name functionanotherTable - the another tablealias - the aliaspublic boolean equals(Object obj)
public String getFunction()
public void setFunction(String function)
function - the new functionpublic String getNameFunction()
public void setNameFunction(String nameFunction)
nameFunction - the new name functionpublic boolean isAnotherTable()
public void setAnotherTable(boolean anotherTable)
anotherTable - the new another tablepublic ExcelFormulaAlias[] getAlias()
public void setAlias(ExcelFormulaAlias[] alias)
alias - the new aliasCopyright © 2022. All rights reserved.