Interface LabeledStatementDocument

All Superinterfaces:
EntityDocument, LabeledDocument, StatementDocument
All Known Subinterfaces:
ItemDocument, MediaInfoDocument, PropertyDocument, TermedStatementDocument
All Known Implementing Classes:
ItemDocumentImpl, MediaInfoDocumentImpl, PropertyDocumentImpl, TermedStatementDocumentImpl

public interface LabeledStatementDocument extends LabeledDocument, StatementDocument
This interface just joins LabeledDocument and StatementDocument. It is necessary to introduce this interface because the conflict between the return types of the withRevisionId method in both interfaces needs to be resolved.
Author:
Thomas Pellissier Tanon