public class AbstractProperty<PropertyType> extends Object implements FlowInstanceProperty<PropertyType>
| Constructor and Description |
|---|
AbstractProperty(String key,
PropertyType value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey() |
PropertyType |
getValue() |
int |
hashCode() |
String |
toString() |
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.