Interface DataTypeFilter


  • public interface DataTypeFilter
    Filter interface for data types.
    • Method Detail

      • accept

        boolean accept​(DataType dt)
        Tests whether or not the specified data type should be included in a data type list.
        Parameters:
        dt - DataType to be tested
        Returns:
        true if dt passes the test