Uses of Class
de.xima.fc.gui.designer.form.model.params.EIncrementalPersistPatchOperation
-
Packages that use EIncrementalPersistPatchOperation Package Description de.xima.fc.gui.designer.form.model.params -
-
Uses of EIncrementalPersistPatchOperation in de.xima.fc.gui.designer.form.model.params
Methods in de.xima.fc.gui.designer.form.model.params that return EIncrementalPersistPatchOperation Modifier and Type Method Description EIncrementalPersistPatchOperation
IncrementalPersistPatch. getOp()
static EIncrementalPersistPatchOperation
EIncrementalPersistPatchOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static EIncrementalPersistPatchOperation[]
EIncrementalPersistPatchOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.gui.designer.form.model.params with parameters of type EIncrementalPersistPatchOperation Modifier and Type Method Description void
IncrementalPersistPatch. setOp(EIncrementalPersistPatchOperation operation)
-