Uses of Class
org.processmining.goaldrivenprocessmining.objectHelper.UpdateConfig.UpdateType
-
Packages that use UpdateConfig.UpdateType Package Description org.processmining.goaldrivenprocessmining.objectHelper -
-
Uses of UpdateConfig.UpdateType in org.processmining.goaldrivenprocessmining.objectHelper
Methods in org.processmining.goaldrivenprocessmining.objectHelper that return UpdateConfig.UpdateType Modifier and Type Method Description UpdateConfig.UpdateTypeUpdateConfig. getUpdateType()static UpdateConfig.UpdateTypeUpdateConfig.UpdateType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UpdateConfig.UpdateType[]UpdateConfig.UpdateType. 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.UpdateType Modifier and Type Method Description voidUpdateConfig. setUpdateType(UpdateConfig.UpdateType updateType)Constructors in org.processmining.goaldrivenprocessmining.objectHelper with parameters of type UpdateConfig.UpdateType Constructor Description UpdateConfig(UpdateConfig.UpdateType updateType, java.lang.Object updateObject)UpdateConfig(UpdateConfig.UpdateType updateType, UpdateConfig.UpdateAction updateAction, java.lang.Object updateObject)
-