public final class XSSFTableName
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
XSSFTableName(XSSFTable table,
XSSFWorkbook workbook)
Creates an XSSFName object - called internally by XSSFWorkbook.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this name to the specified object.
|
XSSFTable |
getTable() |
java.lang.String |
getTableNameName()
Returns the name that will appear in the user interface for the table name.
|
int |
hashCode() |
void |
setTableNameName(java.lang.String name)
Sets the name that will appear in the user interface for the defined name.
|
protected XSSFTableName(XSSFTable table, XSSFWorkbook workbook)
name - - the xml bean that holds data represenring this defined name.workbook - - the workbook object associated with the nameXSSFWorkbook.createName()public XSSFTable getTable()
public java.lang.String getTableNameName()
public void setTableNameName(java.lang.String name)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
true if the argument is XSSFName and the
underlying CTDefinedName bean equals to the CTDefinedName representing this nameequals in class java.lang.Objecto - the object to compare this XSSFName against.true if the XSSFName are equal;
false otherwise.Copyright © 2005-2010 Potix Corporation. All Rights Reserved.