org.jfree.workbook
Class Name

java.lang.Object
  |
  +--org.jfree.workbook.Name

public class Name
extends java.lang.Object

Represents a defined name in the workbook or a worksheet.


Field Summary
protected  java.lang.String name
          The name.
protected  java.lang.String value
          The text that the name resolves to.
 
Constructor Summary
Name(java.lang.String name, java.lang.String value)
          Standard constructor.
 
Method Summary
 java.lang.String getName()
          Returns the name.
 java.lang.String getValue()
          Returns the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
The name.


value

protected java.lang.String value
The text that the name resolves to.

Constructor Detail

Name

public Name(java.lang.String name,
            java.lang.String value)
Standard constructor.

Parameters:
name - The name.
value - The value.
Method Detail

getName

public java.lang.String getName()
Returns the name.

Returns:
The name.

getValue

public java.lang.String getValue()
Returns the value.

Returns:
The value.