org.drools.workbench.models.datamodel.rule
Interface FieldNature
- All Known Implementing Classes:
- ActionFieldFunction, ActionFieldValue, ActionWorkItemFieldValue
public interface FieldNature
isFormula
boolean isFormula()
- This will return true if the value is really a "formula" - in the sense
of like an excel spreadsheet.
If it IS a formula, then the value should never be turned into a string,
always left as-is.
getField
String getField()
setField
void setField(String field)
getValue
String getValue()
setValue
void setValue(String value)
getNature
int getNature()
setNature
void setNature(int nature)
getType
String getType()
setType
void setType(String type)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.