public class DefaultExecutionProperty extends Object implements ExecutionProperty
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
byteArrayValue |
protected Double |
doubleValue |
protected String |
key |
protected Long |
longValue |
protected Object |
objectValue |
protected String |
stringValue |
protected String |
valueType |
| Constructor and Description |
|---|
DefaultExecutionProperty() |
DefaultExecutionProperty(String key,
String valueType,
String stringValue,
Long longValue,
Double doubleValue,
byte[] byteArrayValue) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
as(Class<T> clazz) |
boolean |
equals(Object o) |
String |
getKey() |
Object |
getObjectValue() |
int |
hashCode() |
String |
toString() |
DefaultExecutionProperty |
withKey(String key) |
DefaultExecutionProperty |
withObjectValue(Object propertyValue) |
protected String key
protected String valueType
protected Object objectValue
protected String stringValue
protected Long longValue
protected Double doubleValue
protected byte[] byteArrayValue
public Object getObjectValue()
getObjectValue in interface ExecutionPropertypublic DefaultExecutionProperty withObjectValue(Object propertyValue)
public String getKey()
getKey in interface ExecutionPropertypublic DefaultExecutionProperty withKey(String key)
public <T> T as(Class<T> clazz)
as in interface ExecutionPropertyCopyright © 2014. All rights reserved.