Interface EvaluatedRow<K,V extends Map>

Type Parameters:
K - KEY
V - VALUE
All Known Implementing Classes:
StringEvaluatedRow

public interface EvaluatedRow<K,V extends Map>
Abstraction containing evaluated data where the key is to be unique (it might contain various kind of data) for target impex script and value is Map of type attribute and it value.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getKey

      K getKey()
    • getValues

      V getValues()