public class ParameterHandler.ParameterWrapper extends Object implements TypeObject, ValueObject
| Constructor and Description |
|---|
ParameterWrapper(ParameterDefinition parameterDefinition,
Work work) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
getType() |
Object |
getValue() |
void |
setType(DataType type) |
void |
setValue(Object value) |
public ParameterWrapper(ParameterDefinition parameterDefinition, Work work)
public DataType getType()
getType in interface TypeObjectpublic void setType(DataType type)
setType in interface TypeObjectpublic Object getValue()
getValue in interface ValueObjectpublic void setValue(Object value)
setValue in interface ValueObjectCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.