Interface EvaluatedRow<K,​V extends java.util.Map>

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

    public interface EvaluatedRow<K,​V extends java.util.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 Detail

      • getKey

        K getKey()
      • getValues

        V getValues()