Uses of Enum Class
ru.cg.webbpm.modules.database.bean.entity_graph.condition.Operation
Packages that use Operation
Package
Description
-
Uses of Operation in ru.cg.webbpm.modules.database.bean.entity_graph.condition
Methods in ru.cg.webbpm.modules.database.bean.entity_graph.condition that return OperationModifier and TypeMethodDescriptionCondition.getOperation()
static Operation
Returns the enum constant of this class with the specified name.static Operation[]
Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.cg.webbpm.modules.database.bean.entity_graph.condition with parameters of type Operation -
Uses of Operation in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.utils
Methods in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph.utils with parameters of type Operation -
Uses of Operation in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean
Methods in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean that return OperationModifier and TypeMethodDescriptionConditionModel.getOperation()
Gets the value of the property operation.Methods in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean that return types with arguments of type OperationModifier and TypeMethodDescriptionjavafx.beans.property.SimpleObjectProperty<Operation>
ConditionModel.operationProperty()
Methods in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean with parameters of type OperationModifier and TypeMethodDescriptionvoid
ConditionModel.setOperation
(Operation operation) Sets the value of the property operation.