Class DSLComplexVariableValue
- java.lang.Object
-
- org.drools.workbench.models.datamodel.rule.DSLVariableValue
-
- 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
Constructors Constructor Description DSLComplexVariableValue()DSLComplexVariableValue(String id, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DSLVariableValuecopy()booleanequals(Object o)StringgetId()inthashCode()voidsetId(String id)-
Methods inherited from class org.drools.workbench.models.datamodel.rule.DSLVariableValue
getValue, setValue
-
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDSLVariableValue
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDSLVariableValue
-
copy
public DSLVariableValue copy()
- Overrides:
copyin classDSLVariableValue
-
-