-
public final class PageProperty.Formula
-
-
Field Summary
Fields Modifier and Type Field Description private final FormulaTypetypeprivate Booleanbooleanprivate PageProperty.Datedateprivate Stringstringprivate Numbernumber
-
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 FormulaTypegetType()final BooleangetBoolean()final UnitsetBoolean(Boolean boolean)final PageProperty.DategetDate()final UnitsetDate(PageProperty.Date date)final StringgetString()final UnitsetString(String string)final NumbergetNumber()final UnitsetNumber(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)
-
-
-
-