Uses of Class
net.n2oapp.framework.api.metadata.event.action.MergeMode
-
Packages that use MergeMode Package Description net.n2oapp.framework.api.metadata.event.action -
-
Uses of MergeMode in net.n2oapp.framework.api.metadata.event.action
Methods in net.n2oapp.framework.api.metadata.event.action that return MergeMode Modifier and Type Method Description static MergeModeMergeMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MergeMode[]MergeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-