public class AbstractProperty<PropertyType> extends Object implements FlowInstanceProperty<PropertyType>
| Constructor and Description |
|---|
AbstractProperty(String key,
PropertyType value) |
public AbstractProperty(String key, PropertyType value)
public String getKey()
getKey in interface FlowInstanceProperty<PropertyType>public PropertyType getValue()
getValue in interface FlowInstanceProperty<PropertyType>Copyright © 2015. All rights reserved.