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.TypeObject
public void setType(org.drools.core.process.core.datatype.DataType type)
setType
in interface org.drools.core.process.core.TypeObject
public Object getValue()
getValue
in interface ValueObject
public void setValue(Object value)
setValue
in interface ValueObject
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.