Class DataSourceAttribute.DataSourceAttributeValue

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​java.lang.Object>[] attributesValues
      The array of attribute data.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • attributesValues

        public java.util.Map<java.lang.String,​java.lang.Object>[] attributesValues
        The array of attribute data. Each element in the array is the attribute data for one row in the resulting datasource (as processed by DataSourceProcessor)
    • Constructor Detail

      • DataSourceAttributeValue

        public DataSourceAttributeValue()