Package no.unit.nva.model.instancetypes
Interface PublicationInstance<P extends Pages>
-
- All Known Implementing Classes:
AcademicArticle,AcademicChapter,AcademicLiteratureReview,AcademicMonograph,Architecture,ArtisticDesign,BookAbstracts,BookAnthology,BookMonograph,CaseReport,ChapterArticle,ChapterConferenceAbstract,ChapterInReport,ConferenceAbstract,ConferenceLecture,ConferencePoster,ConferenceReport,DataManagementPlan,DataSet,DegreeBachelor,DegreeBase,DegreeLicentiate,DegreeMaster,DegreePhd,Encyclopedia,EncyclopediaChapter,ExhibitionCatalog,ExhibitionCatalogChapter,FeatureArticle,Introduction,JournalArticle,JournalCorrigendum,JournalInterview,JournalIssue,JournalLeader,JournalLetter,JournalNonPeerReviewedContent,JournalReview,Lecture,LiteraryArts,Map,MediaBase,MediaBlogPost,MediaFeatureArticle,MediaInterview,MediaParticipationInRadioOrTv,MediaPodcast,MediaReaderOpinion,MovingPicture,MusicPerformance,NonFictionChapter,NonFictionMonograph,NonPeerReviewedPaper,OtherPresentation,OtherStudentWork,PerformingArts,PopularScienceArticle,PopularScienceChapter,PopularScienceMonograph,ProfessionalArticle,ReportBasic,ReportBookOfAbstract,ReportPolicy,ReportResearch,ReportWorkingPaper,StudyProtocol,Textbook,TextbookChapter,VisualArts
public interface PublicationInstance<P extends Pages>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPublicationInstance.Constants
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default java.lang.StringgetInstanceType()PgetPages()
-
-
-
Method Detail
-
getPages
P getPages()
-
getInstanceType
default java.lang.String getInstanceType()
-
-