Interface DataObject

    • Method Detail

      • implementedInterface

        Class<? extends DataObject> implementedInterface()
        Description copied from interface: DataContainer
        Return the interface implemented by this object. This method differs from Object.getClass() in that it returns the interface contract, not a concrete implementation class.
        Specified by:
        implementedInterface in interface DataContainer
        Returns:
        Implemented contract