Class ConditionModel
java.lang.Object
ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean.ConditionModel
- Author:
- Kochetkov
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.SimpleObjectProperty<EntityColumn>
javafx.beans.property.SimpleObjectProperty<Operation>
javafx.beans.property.SimpleObjectProperty<ConditionValueType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.SimpleObjectProperty<EntityColumn>
boolean
Gets the value of the property column.Gets the value of the property operation.getType()
Gets the value of the property type.javafx.collections.ObservableList<javafx.beans.property.SimpleStringProperty>
int
hashCode()
javafx.beans.property.SimpleObjectProperty<Operation>
void
setColumn
(EntityColumn column) Sets the value of the property column.void
setOperation
(Operation operation) Sets the value of the property operation.void
setType
(ConditionValueType type) Sets the value of the property type.void
setValues
(javafx.collections.ObservableList<javafx.beans.property.SimpleStringProperty> values) toString()
javafx.beans.property.SimpleObjectProperty<ConditionValueType>
-
Property Details
-
column
- See Also:
-
operation
- See Also:
-
type
- See Also:
-
-
Constructor Details
-
ConditionModel
public ConditionModel()
-
-
Method Details
-
getColumn
Gets the value of the property column.- Property description:
-
setColumn
Sets the value of the property column.- Property description:
-
columnProperty
- See Also:
-
getOperation
Gets the value of the property operation.- Property description:
-
setOperation
Sets the value of the property operation.- Property description:
-
operationProperty
- See Also:
-
getValues
public javafx.collections.ObservableList<javafx.beans.property.SimpleStringProperty> getValues() -
setValues
public void setValues(javafx.collections.ObservableList<javafx.beans.property.SimpleStringProperty> values) -
getType
Gets the value of the property type.- Property description:
-
setType
Sets the value of the property type.- Property description:
-
typeProperty
- See Also:
-
equals
-
hashCode
public int hashCode() -
toString
-