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