Interface CopyableMetaData

    • Method Detail

      • copy

        CopyableMetaData copy()
        Creates and returns a copy of this object. Ther copy is done in deep of all elements. It isn't formally a clone of the instance since it does not respect the assumption for which returned clone of cloneMethod are instance of Object
        Returns:
        a copy of this instance.