Class ImpexRow


  • public class ImpexRow
    extends java.lang.Object
    Represents single row of impex which consists of headers and values
    • Constructor Detail

      • ImpexRow

        public ImpexRow​(java.util.Map<ImpexHeaderValue,​java.lang.Object> row)
    • Method Detail

      • getHeaders

        public java.util.Collection<ImpexHeaderValue> getHeaders()
        Returns:
        collection of headers
      • getValues

        public java.util.Collection<java.lang.Object> getValues()
        Returns:
        collection of values of single row