public final class CellValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CellValue |
FALSE |
static CellValue |
TRUE |
Constructor and Description |
---|
CellValue(double numberValue) |
CellValue(java.lang.String stringValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
formatAsString() |
boolean |
getBooleanValue() |
int |
getCellType() |
static CellValue |
getError(int errorCode) |
byte |
getErrorValue() |
Hyperlink |
getHyperlink() |
double |
getNumberValue() |
java.lang.String |
getStringValue() |
void |
setHyperlink(Hyperlink hyperlink) |
java.lang.String |
toString() |
static CellValue |
valueOf(boolean booleanValue) |
public CellValue(double numberValue)
public CellValue(java.lang.String stringValue)
public static CellValue valueOf(boolean booleanValue)
public static CellValue getError(int errorCode)
public boolean getBooleanValue()
public double getNumberValue()
public java.lang.String getStringValue()
public int getCellType()
public byte getErrorValue()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String formatAsString()
public Hyperlink getHyperlink()
public void setHyperlink(Hyperlink hyperlink)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.