Class DSLVariableValue
- java.lang.Object
-
- org.drools.workbench.models.datamodel.rule.DSLVariableValue
-
- Direct Known Subclasses:
DSLComplexVariableValue
public class DSLVariableValue extends Object
This class represents the value of a simple variable inside a DSLSentence. "Simple variable" means that it only contains a single value.
-
-
Constructor Summary
Constructors Constructor Description DSLVariableValue()DSLVariableValue(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DSLVariableValuecopy()booleanequals(Object o)StringgetValue()inthashCode()voidsetValue(String value)
-
-
-
Constructor Detail
-
DSLVariableValue
public DSLVariableValue()
-
DSLVariableValue
public DSLVariableValue(String value)
-
-