public class TupleValueProvider extends java.lang.Object implements IValueProvider
Constructor and Description |
---|
TupleValueProvider(Tuple tuple,
java.util.Map<java.lang.String,java.lang.Integer> indexMapping)
Wraps a tuple with an index mapping
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue(java.lang.String variableName)
Returns the value of the selected variable
|
public TupleValueProvider(Tuple tuple, java.util.Map<java.lang.String,java.lang.Integer> indexMapping)
tuple
- indexMapping
- public java.lang.Object getValue(java.lang.String variableName)
IValueProvider
getValue
in interface IValueProvider