public class AbstractProperty<PropertyType> extends Object implements ExecutionProperty<PropertyType>
| Constructor and Description |
|---|
AbstractProperty(String key,
PropertyType value) |
| Modifier and Type | Method and Description |
|---|---|
<AsType> AsType |
as(Class<AsType> clazz) |
String |
getKey() |
PropertyType |
getValue() |
public AbstractProperty(String key, PropertyType value)
public String getKey()
getKey in interface ExecutionProperty<PropertyType>public PropertyType getValue()
getValue in interface ExecutionProperty<PropertyType>public <AsType> AsType as(Class<AsType> clazz)
as in interface ExecutionProperty<PropertyType>Copyright © 2015. All rights reserved.