com.ibm.dbb.build.report.records

Class DefaultRecordFactory

    • Constructor Detail

      • DefaultRecordFactory

        public DefaultRecordFactory()
    • Method Detail

      • createRecord

        public Record createRecord(java.lang.String id,
                                   java.lang.String type)
        Create a record with the specified ID and type.
        Specified by:
        createRecord in interface IRecordFactory
        Parameters:
        id - the ID.
        type - the type.
        Returns:
        a record of a specified type with the supplied ID.
      • getAllSupportedTypes

        public java.lang.String[] getAllSupportedTypes()
        Return a list of record types that are supported by this factory
        Specified by:
        getAllSupportedTypes in interface IRecordFactory
        Returns:
        all supported record types.

<IBM Copyright © 2018 IBM Corp. All Rights Reserved.