Uses of Class
org.faktorips.runtime.IDeltaComputationOptions.ComputationMethod
-
Packages that use IDeltaComputationOptions.ComputationMethod Package Description org.faktorips.runtime -
-
Uses of IDeltaComputationOptions.ComputationMethod in org.faktorips.runtime
Methods in org.faktorips.runtime that return IDeltaComputationOptions.ComputationMethod Modifier and Type Method Description IDeltaComputationOptions.ComputationMethodDeltaComputationOptionsByPosition. getMethod(java.lang.String association)IDeltaComputationOptions.ComputationMethodIDeltaComputationOptions. getMethod(java.lang.String association)Returns if the delta computation computes child deltas per position/index or per object.static IDeltaComputationOptions.ComputationMethodIDeltaComputationOptions.ComputationMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IDeltaComputationOptions.ComputationMethod[]IDeltaComputationOptions.ComputationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-