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.ValueObject
public void setValue(Object value)
setValue
in interface org.jbpm.process.core.ValueObject
public org.jbpm.process.core.datatype.DataType getType()
getType
in interface org.jbpm.process.core.TypeObject
public void setType(org.jbpm.process.core.datatype.DataType type)
setType
in interface org.jbpm.process.core.TypeObject
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.