Drools Workbench - Data Model API 6.2.1-SNAPSHOT

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

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

public class DSLComplexVariableValue
extends DSLVariableValue

This class represents the value of a complex variable inside a DSLSentence. "complex variable" means that the variable has 2 values: id and the real value.


Constructor Summary
DSLComplexVariableValue()
           
DSLComplexVariableValue(String id, String value)
           
 
Method Summary
 boolean equals(Object o)
           
 String getId()
           
 int hashCode()
           
 void setId(String id)
           
 
Methods inherited from class org.drools.workbench.models.datamodel.rule.DSLVariableValue
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSLComplexVariableValue

public DSLComplexVariableValue()

DSLComplexVariableValue

public DSLComplexVariableValue(String id,
                               String value)
Method Detail

getId

public String getId()

setId

public void setId(String id)

equals

public boolean equals(Object o)
Overrides:
equals in class DSLVariableValue

hashCode

public int hashCode()
Overrides:
hashCode in class DSLVariableValue

Drools Workbench - Data Model API 6.2.1-SNAPSHOT

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