Class TableAttribute.TableAttributeValue

  • Enclosing class:
    TableAttribute

    public static final class TableAttribute.TableAttributeValue
    extends java.lang.Object
    The value of TableAttribute.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String[] columns
      The column configuration names for the table.
      PArray[] data
      An array for each table row.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • columns

        public java.lang.String[] columns
        The column configuration names for the table.
      • data

        public PArray[] data
        An array for each table row.
    • Constructor Detail

      • TableAttributeValue

        public TableAttributeValue()