Drools Workbench - Common Model 6.0.0.CR4

org.drools.workbench.models.commons.shared.rule
Interface FieldNature

All Known Implementing Classes:
ActionFieldFunction, ActionFieldValue, ActionWorkItemFieldValue

public interface FieldNature


Method Summary
 String getField()
           
 long 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(long 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

long getNature()

setNature

void setNature(long nature)

getType

String getType()

setType

void setType(String type)

Drools Workbench - Common Model 6.0.0.CR4

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