Interface EvaluatedRow<K,V extends java.util.Map>
-
- Type Parameters:
K- KEYV- 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 isMapof type attribute and it value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KgetKey()VgetValues()
-