-
public final class PageProperty.Formula
-
-
Constructor Summary
Constructors Constructor Description PageProperty.Formula(String type, Boolean boolean, PageProperty.Date date, String string, Number number)
-
Method Summary
Modifier and Type Method Description final String
getType()
final Boolean
getBoolean()
final PageProperty.Date
getDate()
final String
getString()
final Number
getNumber()
-
-
Constructor Detail
-
PageProperty.Formula
PageProperty.Formula(String type, Boolean boolean, PageProperty.Date date, String string, Number number)
-
-
Method Detail
-
getBoolean
final Boolean getBoolean()
-
getDate
final PageProperty.Date getDate()
-
-
-
-