public class MetaDataHandler.MetaDataWrapper extends Object implements org.jbpm.process.core.ValueObject
| Constructor and Description |
|---|
MetaDataWrapper(Object parent,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getMetaData() |
org.jbpm.process.core.datatype.DataType |
getType() |
Object |
getValue() |
void |
setType(org.jbpm.process.core.datatype.DataType type) |
void |
setValue(Object value) |
public Object getValue()
getValue in interface org.jbpm.process.core.ValueObjectpublic void setValue(Object value)
setValue in interface org.jbpm.process.core.ValueObjectpublic org.jbpm.process.core.datatype.DataType getType()
getType in interface org.jbpm.process.core.TypeObjectpublic void setType(org.jbpm.process.core.datatype.DataType type)
setType in interface org.jbpm.process.core.TypeObjectCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.