org.odftoolkit.odfdom.dom.type
Class OdfCellRangeAddress

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

public class OdfCellRangeAddress
extends Object

DOM implementation of OpenDocument data type 'cellRangeAddress'


Constructor Summary
OdfCellRangeAddress(String cellRangeAddress)
          Construct OdfCellRangeAddress by the parsing the given string
 
Method Summary
 String toString()
          Returns a String Object representing this OdfCellRangeAddress's value
static OdfCellRangeAddress valueOf(String stringValue)
          Returns an OdfCellRangeAddress 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

OdfCellRangeAddress

public OdfCellRangeAddress(String cellRangeAddress)
Construct OdfCellRangeAddress by the parsing the given string

Parameters:
cellRangeAddress - The String to be parsed into OdfCellRangeAddress
Method Detail

toString

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

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

valueOf

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

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


Copyright © 2009. All Rights Reserved.