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