Package org.jbpm.compiler.xml.processes
Class MetaDataHandler.MetaDataWrapper
- java.lang.Object
-
- org.jbpm.compiler.xml.processes.MetaDataHandler.MetaDataWrapper
-
- All Implemented Interfaces:
TypeObject
,ValueObject
- Enclosing class:
- MetaDataHandler
public class MetaDataHandler.MetaDataWrapper extends Object implements ValueObject
-
-
Constructor Summary
Constructors Constructor Description MetaDataWrapper(Node node, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataType
getType()
Object
getValue()
void
setType(DataType type)
void
setValue(Object value)
-
-
-
Method Detail
-
getValue
public Object getValue()
- Specified by:
getValue
in interfaceValueObject
-
setValue
public void setValue(Object value)
- Specified by:
setValue
in interfaceValueObject
-
getType
public DataType getType()
- Specified by:
getType
in interfaceTypeObject
-
setType
public void setType(DataType type)
- Specified by:
setType
in interfaceTypeObject
-
-