Uses of Enum Class
ru.cg.webbpm.modules.database.bean.entity_graph.EmptyEntityAction
Packages that use EmptyEntityAction
Package
Description
-
Uses of EmptyEntityAction in ru.cg.webbpm.modules.database.bean.entity_graph
Methods in ru.cg.webbpm.modules.database.bean.entity_graph that return EmptyEntityActionModifier and TypeMethodDescriptionDefaultGraphNode.getEmptyEntityAction()
static EmptyEntityAction
Returns the enum constant of this class with the specified name.static EmptyEntityAction[]
EmptyEntityAction.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 with parameters of type EmptyEntityActionModifier and TypeMethodDescriptionvoid
DefaultGraphNode.setEmptyEntityAction
(EmptyEntityAction emptyEntityAction) -
Uses of EmptyEntityAction 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 EmptyEntityActionModifier and TypeMethodDescriptionEntity.getEmptyEntityAction()
Gets the value of the property emptyEntityAction.Methods in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean that return types with arguments of type EmptyEntityActionModifier and TypeMethodDescriptionjavafx.beans.property.SimpleObjectProperty<EmptyEntityAction>
Entity.emptyEntityActionProperty()
Methods in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean with parameters of type EmptyEntityActionModifier and TypeMethodDescriptionvoid
Entity.setEmptyEntityAction
(EmptyEntityAction emptyEntityAction) Sets the value of the property emptyEntityAction.