Drools Guvnor - Common Model 6.0.0.Beta1

org.drools.guvnor.models.commons.shared.rule
Class DSLVariableValue

java.lang.Object
  extended by org.drools.guvnor.models.commons.shared.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
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)

Drools Guvnor - Common Model 6.0.0.Beta1

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