Class JournalInterview

    • Constructor Detail

      • JournalInterview

        public JournalInterview​(java.lang.String volume,
                                java.lang.String issue,
                                java.lang.String articleNumber,
                                Range pages)
        Creates an object that matches the Journal pattern, but throws an exception if peerReviewed is set to true.
        Parameters:
        volume - Journal volume for the article.
        issue - Journal issue for the article.
        articleNumber - Article number for the article.
        pages - Page range for the article.