-
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, Boolean boolean, PageProperty.Date date, String string, Number number)
PageProperty.Formula(FormulaType type, Boolean boolean, PageProperty.Date date, String string)
PageProperty.Formula(FormulaType type, Boolean boolean, PageProperty.Date date)
PageProperty.Formula(FormulaType type, Boolean boolean)
PageProperty.Formula(FormulaType type)
-
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, Boolean boolean, PageProperty.Date date, String string, Number number)
-
PageProperty.Formula
PageProperty.Formula(FormulaType type, Boolean boolean, PageProperty.Date date, String string)
-
PageProperty.Formula
PageProperty.Formula(FormulaType type, Boolean boolean, PageProperty.Date date)
-
PageProperty.Formula
PageProperty.Formula(FormulaType type, Boolean boolean)
-
PageProperty.Formula
PageProperty.Formula(FormulaType type)
-
-
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)
-
-
-
-