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.FieldNature
public String getField()
getField
in interface org.drools.workbench.models.datamodel.rule.FieldNature
public void setField(String field)
setField
in interface org.drools.workbench.models.datamodel.rule.FieldNature
public String getValue()
getValue
in interface org.drools.workbench.models.datamodel.rule.FieldNature
public void setValue(String value)
setValue
in interface org.drools.workbench.models.datamodel.rule.FieldNature
public int getNature()
getNature
in interface org.drools.workbench.models.datamodel.rule.FieldNature
public void setNature(int nature)
setNature
in interface org.drools.workbench.models.datamodel.rule.FieldNature
public String getType()
getType
in interface org.drools.workbench.models.datamodel.rule.FieldNature
public void setType(String type)
setType
in interface org.drools.workbench.models.datamodel.rule.FieldNature
public boolean hasValue()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.