Class NameNode
Represents a name node in the syntax tree.
-
Constructor Summary
Constructors
Creates a new NameNode
from string
.
Creates a new NameNode
from a range of sheets of the specifiedworkbook.
Creates a new NameNode
from a range of sheets.
-
Method Summary
Gets the name of the last worksheet in the range.
Gets the external workbook reference.
Gets the worksheet of the name.
final void
Sets the name of the last worksheet in the range.
final void
final void
Sets the external workbook reference.
final void
Sets the worksheet of the name.
-
Constructor Details
-
NameNode
Creates a new NameNode
from string
.
- Parameters:
name
- The short name.
-
NameNode
Creates a new NameNode
from a range of sheets.
- Parameters:
name
- The short name.
worksheetName
- The name of start worksheet.
lastWorksheetName
- The name of end worksheet.
-
NameNode
Creates a new NameNode
from a range of sheets of the specifiedworkbook.
- Parameters:
name
- The short name.
workbook
- The workbook id.
worksheetName
- The name of start worksheet.
lastWorksheetName
- The name of end worksheet.
-
Method Details
-
getWorkbook
Gets the external workbook reference.
-
setWorkbook
Sets the external workbook reference.
-
getWorksheetName
public final String getWorksheetName()
Gets the worksheet of the name.
-
setWorksheetName
public final void setWorksheetName(String value)
Sets the worksheet of the name.
-
getLastWorksheetName
public final String getLastWorksheetName()
Gets the name of the last worksheet in the range.
-
setLastWorksheetName
public final void setLastWorksheetName(String value)
Sets the name of the last worksheet in the range.
-
getName
Gets the short name.
-
setName
public final void setName(String value)
Sets the short name.