public class CellRangeAddressList extends Object implements OdfDataType
Constructor and Description |
---|
CellRangeAddressList(List<CellRangeAddress> cellRangeAddressList)
Construct CellRangeAddressList by the parsing the given string
|
Modifier and Type | Method and Description |
---|---|
List<CellRangeAddress> |
getCellRangesAddressList()
Returns a list of CellRangeAddress from the CellRangeAddressList Object
|
static boolean |
isValid(String stringValue)
check if the specified String is a valid cellRangeAddressList data type
|
String |
toString()
Returns a space separated String Object representing this CellRangeAddressList's value
|
static CellRangeAddressList |
valueOf(String stringValue)
Returns a CellRangeAddressList instance representing the specified String value
|
public CellRangeAddressList(List<CellRangeAddress> cellRangeAddressList) throws IllegalArgumentException
cellRangeAddressList
- The String to be parsed into CellRangeAddressListIllegalArgumentException
- if the given argument is not a valid CellRangeAddressListpublic String toString()
public static CellRangeAddressList valueOf(String stringValue) throws IllegalArgumentException
stringValue
- a String valueIllegalArgumentException
- if the given argument is not a valid CellRangeAddressListpublic List<CellRangeAddress> getCellRangesAddressList()
public static boolean isValid(String stringValue)
stringValue
- the value to be testedCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.