org.odftoolkit.odfdom.dom.type
Class OdfCellRangeAddressList

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

public class OdfCellRangeAddressList
extends Object

DOM implementation of OpenDocument data type 'cellRangeAddressList'


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

OdfCellRangeAddressList

public OdfCellRangeAddressList(List<OdfCellRangeAddress> cellRangeAddressList)
Construct OdfCellRangeAddressList by the parsing the given string

Parameters:
cellRangeAddressList - The String to be parsed into OdfCellRangeAddressList
Method Detail

toString

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

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

valueOf

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

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


Copyright © 2009. All Rights Reserved.