public class ParameterKeyValue extends Object implements Comparable<ParameterKeyValue>
| Modifier and Type | Class and Description |
|---|---|
static class |
ParameterKeyValue.OperationType |
| Constructor and Description |
|---|
ParameterKeyValue(int indexKey,
Object value,
String displayValue,
ParameterKeyValue.OperationType type) |
ParameterKeyValue(net.ttddyy.dsproxy.proxy.ParameterKey key,
Object value,
String displayValue,
ParameterKeyValue.OperationType type) |
ParameterKeyValue(String nameKey,
Object value,
String displayValue,
ParameterKeyValue.OperationType type) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ParameterKeyValue o) |
String |
getDisplayValue() |
net.ttddyy.dsproxy.proxy.ParameterKey |
getKey() |
ParameterKeyValue.OperationType |
getType() |
Object |
getValue() |
boolean |
isRegisterOut() |
boolean |
isSetNull() |
boolean |
isSetParam() |
void |
setDisplayValue(String displayValue) |
void |
setKey(net.ttddyy.dsproxy.proxy.ParameterKey key) |
void |
setType(ParameterKeyValue.OperationType type) |
void |
setValue(Object value) |
public ParameterKeyValue(int indexKey,
Object value,
String displayValue,
ParameterKeyValue.OperationType type)
public ParameterKeyValue(String nameKey, Object value, String displayValue, ParameterKeyValue.OperationType type)
public ParameterKeyValue(net.ttddyy.dsproxy.proxy.ParameterKey key,
Object value,
String displayValue,
ParameterKeyValue.OperationType type)
public boolean isSetParam()
public boolean isSetNull()
public boolean isRegisterOut()
public net.ttddyy.dsproxy.proxy.ParameterKey getKey()
public void setKey(net.ttddyy.dsproxy.proxy.ParameterKey key)
public Object getValue()
public void setValue(Object value)
public String getDisplayValue()
public void setDisplayValue(String displayValue)
public ParameterKeyValue.OperationType getType()
public void setType(ParameterKeyValue.OperationType type)
public int compareTo(ParameterKeyValue o)
compareTo in interface Comparable<ParameterKeyValue>Copyright © 2017. All rights reserved.