Drools Workbench - Data Model API 6.0.1.Final

org.drools.workbench.models.datamodel.rule
Class InterpolationVariable

java.lang.Object
  extended by org.drools.workbench.models.datamodel.rule.InterpolationVariable

public class InterpolationVariable
extends Object


Constructor Summary
InterpolationVariable()
           
InterpolationVariable(String varName, String dataType)
           
InterpolationVariable(String varName, String dataType, String factType, String factField)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDataType()
           
 String getFactField()
           
 String getFactType()
           
 String getVarName()
           
 int hashCode()
           
 void setFactField(String factField)
           
 void setFactType(String factType)
           
 void setVarName(String varName)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpolationVariable

public InterpolationVariable()

InterpolationVariable

public InterpolationVariable(String varName,
                             String dataType)

InterpolationVariable

public InterpolationVariable(String varName,
                             String dataType,
                             String factType,
                             String factField)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getDataType

public String getDataType()

getFactField

public String getFactField()

getFactType

public String getFactType()

getVarName

public String getVarName()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

setFactField

public void setFactField(String factField)

setFactType

public void setFactType(String factType)

setVarName

public void setVarName(String varName)

Drools Workbench - Data Model API 6.0.1.Final

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