org.drools.workbench.models.datamodel.rule
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSLVariableValue
public DSLVariableValue()
DSLVariableValue
public DSLVariableValue(String value)
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.