Uses of Enum Class
com.framed.arn.RuleType
Packages that use RuleType
-
Uses of RuleType in com.framed.arn
Methods in com.framed.arn that return RuleTypeModifier and TypeMethodDescriptionFiringRule.type()Returns the value of thetyperecord component.static RuleTypeReturns the enum constant of this class with the specified name.static RuleType[]RuleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.framed.arn with parameters of type RuleTypeModifierConstructorDescriptionFiringRule(RuleType type, long n, String value) Creates an instance of aFiringRulerecord class.
