Uses of Class
org.processmining.goaldrivenprocessmining.objectHelper.UpdateConfig.UpdateAction
-
Packages that use UpdateConfig.UpdateAction Package Description org.processmining.goaldrivenprocessmining.objectHelper -
-
Uses of UpdateConfig.UpdateAction in org.processmining.goaldrivenprocessmining.objectHelper
Methods in org.processmining.goaldrivenprocessmining.objectHelper that return UpdateConfig.UpdateAction Modifier and Type Method Description UpdateConfig.UpdateActionUpdateConfig. getUpdateAction()static UpdateConfig.UpdateActionUpdateConfig.UpdateAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UpdateConfig.UpdateAction[]UpdateConfig.UpdateAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.goaldrivenprocessmining.objectHelper with parameters of type UpdateConfig.UpdateAction Modifier and Type Method Description voidUpdateConfig. setUpdateAction(UpdateConfig.UpdateAction updateAction)Constructors in org.processmining.goaldrivenprocessmining.objectHelper with parameters of type UpdateConfig.UpdateAction Constructor Description UpdateConfig(UpdateConfig.UpdateType updateType, UpdateConfig.UpdateAction updateAction, java.lang.Object updateObject)
-