Class TableImport


  • public final class TableImport
    extends Import
    An imported table.
    • Constructor Detail

      • TableImport

        public TableImport​(String moduleName,
                           String name,
                           ValueType entryType,
                           Limits limits)
        Construct a new instance.
        Parameters:
        moduleName - the module name (must not be null)
        name - the imported table name (must not be null)
        entryType - the table entry type (must not be null)
        limits - the table limits (must not be null)