org.drools.ide.common.client.modeldriven.brl
Class DSLVariableValue
java.lang.Object
org.drools.ide.common.client.modeldriven.brl.DSLVariableValue
- All Implemented Interfaces:
- Serializable, PortableObject
- Direct Known Subclasses:
- DSLComplexVariableValue
public class DSLVariableValue
- extends Object
- implements PortableObject
This class represents the value of a simple variable inside a DSLSentence.
"Simple variable" means that it only contains a single value.
- See Also:
- Serialized Form
| 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-2014 JBoss by Red Hat. All Rights Reserved.