public class NumberOrExpression
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
NumberOrExpression.Type
The Enum Type.
|
Constructor and Description |
---|
NumberOrExpression(double value)
Instantiates a new NumberOrExpression for a Number value
|
NumberOrExpression(java.lang.String value)
Instantiates a new NumberOrExpression for an expression value
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpression()
Gets the expression.
|
double |
getNumber()
Gets the q name.
|
NumberOrExpression.Type |
getType()
Gets the type.
|
static NumberOrExpression |
read(SheetPoint sp,
GenerationContext gc) |
public NumberOrExpression(java.lang.String value)
value
- the string value expressionpublic NumberOrExpression(double value)
value
- the double valuepublic static NumberOrExpression read(SheetPoint sp, GenerationContext gc) throws SheetPointAccessException
SheetPointAccessException
public NumberOrExpression.Type getType()
public java.lang.String getExpression()
public double getNumber()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa