Uses of Class
com.aspectran.core.context.rule.type.TriggerType
-
Packages that use TriggerType Package Description com.aspectran.core.context.rule com.aspectran.core.context.rule.type -
-
Uses of TriggerType in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return TriggerType Modifier and Type Method Description TriggerTypeScheduleRule. getTriggerType()Methods in com.aspectran.core.context.rule with parameters of type TriggerType Modifier and Type Method Description voidScheduleRule. setTriggerType(TriggerType triggerType) -
Uses of TriggerType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return TriggerType Modifier and Type Method Description static TriggerTypeTriggerType. resolve(java.lang.String alias)Returns aTriggerTypewith a value represented by the specifiedString.static TriggerTypeTriggerType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TriggerType[]TriggerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-