org.drools.ide.common.client.modeldriven.brl
Class DSLComplexVariableValue
java.lang.Object
org.drools.ide.common.client.modeldriven.brl.DSLVariableValue
org.drools.ide.common.client.modeldriven.brl.DSLComplexVariableValue
- All Implemented Interfaces:
- Serializable, PortableObject
public class DSLComplexVariableValue
- extends DSLVariableValue
This class represents the value of a complex variable inside a DSLSentence.
"complex variable" means that the variable has 2 values: id and the real value.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSLComplexVariableValue
public DSLComplexVariableValue()
DSLComplexVariableValue
public DSLComplexVariableValue(String id,
String value)
getId
public String getId()
setId
public void setId(String id)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.