public class Variable extends Object implements org.drools.core.process.core.TypeObject, ValueObject, Serializable
| Constructor and Description |
|---|
Variable() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getMetaData() |
Object |
getMetaData(String name) |
String |
getName() |
org.drools.core.process.core.datatype.DataType |
getType() |
Object |
getValue() |
void |
setMetaData(String name,
Object value) |
void |
setName(String name) |
void |
setType(org.drools.core.process.core.datatype.DataType type) |
void |
setValue(Object value) |
String |
toString() |
public String getName()
public void setName(String name)
public org.drools.core.process.core.datatype.DataType getType()
getType in interface org.drools.core.process.core.TypeObjectpublic void setType(org.drools.core.process.core.datatype.DataType type)
setType in interface org.drools.core.process.core.TypeObjectpublic Object getValue()
getValue in interface ValueObjectpublic void setValue(Object value)
setValue in interface ValueObjectCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.