-
public final class PageProperty.Formula
-
-
Constructor Summary
Constructors Constructor Description PageProperty.Formula(String type)PageProperty.Formula(String type, Boolean boolean, PageProperty.Date date, String string, Number number)
-
Method Summary
Modifier and Type Method Description final StringgetType()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)-
-
Method Detail
-
getBoolean
final Boolean getBoolean()
-
setBoolean
final Unit setBoolean(Boolean boolean)
-
getDate
final PageProperty.Date getDate()
-
setDate
final Unit setDate(PageProperty.Date date)
-
-
-
-