org.apache.poi.ss.usermodel
Class CellValue

java.lang.Object  extended by org.apache.poi.ss.usermodel.CellValue

public final class CellValue
extends java.lang.Object

Mimics the 'data view' of a cell. This allows formula evaluator to return a CellValue instead of precasting the value to String or Number or boolean type.


Field Summary
static CellValueFALSE
           
static CellValueTRUE
           
 
Constructor Summary
CellValue(double numberValue)
           
CellValue(java.lang.String stringValue)
           
 
Method Summary
 java.lang.StringformatAsString()
           
 booleangetBooleanValue()
           
 intgetCellType()
           
static CellValuegetError(int errorCode)
           
 bytegetErrorValue()
           
 doublegetNumberValue()
           
 java.lang.StringgetStringValue()
           
 java.lang.StringtoString()
           
static CellValuevalueOf(boolean booleanValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TRUE

public static final CellValue TRUE

FALSE

public static final CellValue FALSE
Constructor Detail

CellValue

public CellValue(double numberValue)

CellValue

public CellValue(java.lang.String stringValue)
Method Detail

valueOf

public static CellValue valueOf(boolean booleanValue)

getError

public static CellValue getError(int errorCode)

getBooleanValue

public boolean getBooleanValue()
Returns:
Returns the booleanValue.

getNumberValue

public double getNumberValue()
Returns:
Returns the numberValue.

getStringValue

public java.lang.String getStringValue()
Returns:
Returns the stringValue.

getCellType

public int getCellType()
Returns:
Returns the cellType.

getErrorValue

public byte getErrorValue()
Returns:
Returns the errorValue.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

formatAsString

public java.lang.String formatAsString()




NOTHING
NOTHING
Add the Maven Dependecy to your project: maven dependecy for com.amazonaws : aws-java-sdk : 1.3.14