org.drools.ide.common.client.modeldriven.brl
Class DSLVariableValue

java.lang.Object
  extended by 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

Constructor Summary
DSLVariableValue()
           
DSLVariableValue(String value)
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSLVariableValue

public DSLVariableValue()

DSLVariableValue

public DSLVariableValue(String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)


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