org.odftoolkit.odfdom.dom.type
Class OdfCellAddress

java.lang.Object
  extended by org.odftoolkit.odfdom.dom.type.OdfCellAddress

public class OdfCellAddress
extends Object

DOM implementation of OpenDocument data type 'cellAddress'


Constructor Summary
OdfCellAddress(String cellAddress)
          Construct OdfCellAddress by the parsing the given string
 
Method Summary
 String toString()
          Returns a String Object representing this OdfCellAddress's value
static OdfCellAddress valueOf(String stringValue)
          Returns an OdfCellAddress instance representing the specified String value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OdfCellAddress

public OdfCellAddress(String cellAddress)
Construct OdfCellAddress by the parsing the given string

Parameters:
cellAddress - The String to be parsed into OdfCellAddress
Method Detail

toString

public String toString()
Returns a String Object representing this OdfCellAddress's value

Overrides:
toString in class Object
Returns:
return a string representation of the value of this OdfCellAddress object

valueOf

public static OdfCellAddress valueOf(String stringValue)
Returns an OdfCellAddress instance representing the specified String value

Parameters:
stringValue - a String value
Returns:
return an OdfCellAddress instance representing stringValue


Copyright © 2009. All Rights Reserved.