Drools Workbench - Data Model API 6.2.0.Final

org.drools.workbench.models.datamodel.rule
Interface FieldNature

All Known Implementing Classes:
ActionFieldFunction, ActionFieldValue, ActionWorkItemFieldValue

public interface FieldNature


Method Summary
 String getField()
           
 int getNature()
           
 String getType()
           
 String getValue()
           
 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)
           
 

Method Detail

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)

Drools Workbench - Data Model API 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.