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 TypeObject
public void setType(DataType type)
setType
in interface TypeObject
public Object getValue()
getValue
in interface ValueObject
public void setValue(Object value)
setValue
in interface ValueObject
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.