public interface ValueObject
| Type | Property and Description |
|---|---|
ObjectProperty<Object> |
value |
| Modifier and Type | Method and Description |
|---|---|
CompatibilityResult |
compatible(ValueObject sender,
String flowTpe) |
VNode |
getParent() |
Object |
getValue()
Gets the value of the property value.
|
VisualizationRequest |
getVisualizationRequest() |
void |
setParent(VNode p) |
void |
setValue(Object o)
Sets the value of the property value.
|
void |
setVisualizationRequest(VisualizationRequest vReq) |
ObjectProperty<Object> |
valueProperty() |
ObjectProperty<Object> valueProperty
getValue(),
setValue(Object)VNode getParent()
void setParent(VNode p)
Object getValue()
void setValue(Object o)
ObjectProperty<Object> valueProperty()
getValue(),
setValue(Object)CompatibilityResult compatible(ValueObject sender, String flowTpe)
VisualizationRequest getVisualizationRequest()
void setVisualizationRequest(VisualizationRequest vReq)