Uses of Class
cdc.applic.factorization.events.ReduceEvent.Type
-
Packages that use ReduceEvent.Type Package Description cdc.applic.factorization.events -
-
Uses of ReduceEvent.Type in cdc.applic.factorization.events
Methods in cdc.applic.factorization.events that return ReduceEvent.Type Modifier and Type Method Description ReduceEvent.TypeReduceEvent. getType()static ReduceEvent.TypeReduceEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ReduceEvent.Type[]ReduceEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-