T
- Key of the value.public abstract class ExecutionProperty<T> extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ExecutionProperty.Key
Key for different types of execution property.
|
Constructor and Description |
---|
ExecutionProperty(ExecutionProperty.Key key,
T value)
Default constructor.
|
public ExecutionProperty(ExecutionProperty.Key key, T value)
key
- key of the ExecutionProperty, given by the enum in this class.value
- value of the ExecutionProperty.public final T getValue()
public final ExecutionProperty.Key getKey()
Copyright © 2018. All rights reserved.