public class CallFieldValue extends Object implements org.drools.workbench.models.datamodel.rule.FieldNature
| Modifier and Type | Field and Description |
|---|---|
String |
field |
int |
nature |
String |
type
This is the datatype archectype (eg String, Numeric etc).
|
String |
value |
| Constructor and Description |
|---|
CallFieldValue() |
CallFieldValue(String field,
String value,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getField() |
int |
getNature() |
String |
getType() |
String |
getValue() |
boolean |
hasValue() |
boolean |
isFormula()
This will return true if the value is really a "formula" - in the sense
of like an excel spreadsheet.
|
void |
setField(String field) |
void |
setNature(int nature) |
void |
setType(String type) |
void |
setValue(String value) |
public String field
public String value
public int nature
public String type
public boolean isFormula()
isFormula in interface org.drools.workbench.models.datamodel.rule.FieldNaturepublic String getField()
getField in interface org.drools.workbench.models.datamodel.rule.FieldNaturepublic void setField(String field)
setField in interface org.drools.workbench.models.datamodel.rule.FieldNaturepublic String getValue()
getValue in interface org.drools.workbench.models.datamodel.rule.FieldNaturepublic void setValue(String value)
setValue in interface org.drools.workbench.models.datamodel.rule.FieldNaturepublic int getNature()
getNature in interface org.drools.workbench.models.datamodel.rule.FieldNaturepublic void setNature(int nature)
setNature in interface org.drools.workbench.models.datamodel.rule.FieldNaturepublic String getType()
getType in interface org.drools.workbench.models.datamodel.rule.FieldNaturepublic void setType(String type)
setType in interface org.drools.workbench.models.datamodel.rule.FieldNaturepublic boolean hasValue()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.