public final class LBigDecimal extends Object implements Ref
Modifier and Type | Field and Description |
---|---|
static LBigDecimal |
ONE |
static LBigDecimal |
ZERO |
Constructor and Description |
---|
LBigDecimal(BigDecimal literal)
constructor of the class
|
LBigDecimal(String literal)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
boolean |
eeq(PageContext pc,
Ref other) |
BigDecimal |
getBigDecimal() |
Object |
getCollection(PageContext pc)
return the value for that the reference is for
|
String |
getTypeName()
return the name name of a reference
|
Object |
getValue(PageContext pc)
return the value for that the reference is for
|
String |
toString() |
Object |
touchValue(PageContext pc)
return the value for that the reference is for
|
public static final LBigDecimal ZERO
public static final LBigDecimal ONE
public LBigDecimal(BigDecimal literal)
literal
- public LBigDecimal(String literal) throws PageException
literal
- PageException
public BigDecimal getBigDecimal()
public Object getValue(PageContext pc)
Ref
public Object getCollection(PageContext pc)
Ref
getCollection
in interface Ref
public String getTypeName()
Ref
getTypeName
in interface Ref
public Object touchValue(PageContext pc)
Ref
touchValue
in interface Ref
public boolean eeq(PageContext pc, Ref other) throws PageException
eeq
in interface Ref
PageException
Copyright © 2015 Lucee