Uses of Enum Class
io.revealbi.core.RVPeriodRelation
Packages that use RVPeriodRelation
Package
Description
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
-
Uses of RVPeriodRelation in io.revealbi.core
Methods in io.revealbi.core that return RVPeriodRelationModifier and TypeMethodDescriptionRVDateRule.getPeriodRelation()Relation of the rule's time period to the current date.static RVPeriodRelationReturns the enum constant of this class with the specified name.static RVPeriodRelation[]RVPeriodRelation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.revealbi.core with parameters of type RVPeriodRelationModifierConstructorDescriptionRVDateRule(RVPeriodRelation periodRelation, int periodCount, RVPeriodType periodType) Create a date rule with the specified period relation, count and period type.RVDateRule(RVPeriodRelation periodRelation, RVPeriodType periodType) Create a date rule with the specified period relation and period type.