-
public final class PageProperty.Formula
-
-
Field Summary
Fields Modifier and Type Field Description private final FormulaType
type
private Boolean
boolean
private PageProperty.Date
date
private String
string
private Number
number
-
Constructor Summary
Constructors Constructor Description PageProperty.Formula(FormulaType type)
PageProperty.Formula(FormulaType type, Boolean boolean, PageProperty.Date date, String string, Number number)
-
Method Summary
Modifier and Type Method Description final FormulaType
getType()
final Boolean
getBoolean()
final Unit
setBoolean(Boolean boolean)
final PageProperty.Date
getDate()
final Unit
setDate(PageProperty.Date date)
final String
getString()
final Unit
setString(String string)
final Number
getNumber()
final Unit
setNumber(Number number)
-
-
Constructor Detail
-
PageProperty.Formula
PageProperty.Formula(FormulaType type)
-
PageProperty.Formula
PageProperty.Formula(FormulaType type, Boolean boolean, PageProperty.Date date, String string, Number number)
-
-
Method Detail
-
getType
final FormulaType getType()
-
getBoolean
final Boolean getBoolean()
-
setBoolean
final Unit setBoolean(Boolean boolean)
-
getDate
final PageProperty.Date getDate()
-
setDate
final Unit setDate(PageProperty.Date date)
-
-
-
-