Class TableGenerationResult<C extends Field,​T extends Table<C>>


  • public final class TableGenerationResult<C extends Field,​T extends Table<C>>
    extends java.lang.Object
    Defines table generation results.
    Since:
    2.3.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<T> getTables()
      Returns the list of the generated tables.
      java.util.Iterator<com.onwbp.base.text.UserMessage> getWarningMessages()
      Returns the warning messages of this.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableGenerationResult

        public TableGenerationResult()
    • Method Detail

      • getWarningMessages

        public java.util.Iterator<com.onwbp.base.text.UserMessage> getWarningMessages()
        Returns the warning messages of this.
      • getTables

        public java.util.List<T> getTables()
        Returns the list of the generated tables.