public class CellAddress extends Object implements OdfDataType
Constructor and Description |
---|
CellAddress(String cellAddress)
Construct CellAddress by the parsing the given string
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isValid(String stringValue)
check if the specified String is a valid cellAddress data type
|
String |
toString()
Returns a String Object representing this CellAddress's value
|
static CellAddress |
valueOf(String stringValue)
Returns a CellAddress instance representing the specified String value
|
public CellAddress(String cellAddress) throws IllegalArgumentException
cellAddress
- The String to be parsed into CellAddressIllegalArgumentException
- if the given argument is not a valid CellAddresspublic String toString()
public static CellAddress valueOf(String stringValue) throws IllegalArgumentException
stringValue
- a String valueIllegalArgumentException
- if the given argument is not a valid CellAddresspublic static boolean isValid(String stringValue)
stringValue
- the value to be testedCopyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.