public class ParamValue extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ParamValue() |
|
ParamValue(Param<T> param,
T value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
String |
getStringValue() |
ParamType |
getType() |
Object |
getValue() |
int |
hashCode() |
protected Param<?> |
param() |
protected void |
setName(String name) |
void |
setStringValue(String stringValue) |
protected void |
setType(ParamType type) |
void |
setValue(Object value) |
String |
toString() |
protected ParamValue()
public ParamValue(Param<T> param, T value)
public ParamType getType()
protected void setType(ParamType type)
public String getName()
protected void setName(String name)
public String getStringValue()
public void setStringValue(String stringValue)
protected Param<?> param()
Copyright © 2014 Molindo GmbH. All Rights Reserved.