public class MetaDataHandler.MetaDataWrapper extends Object implements ValueObject
Constructor and Description |
---|
MetaDataWrapper(Node node,
String name) |
Modifier and Type | Method and Description |
---|---|
DataType |
getType() |
Object |
getValue() |
void |
setType(DataType type) |
void |
setValue(Object value) |
public Object getValue()
getValue
in interface ValueObject
public void setValue(Object value)
setValue
in interface ValueObject
public DataType getType()
getType
in interface TypeObject
public void setType(DataType type)
setType
in interface TypeObject
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.