Uses of Enum Class
eu.dnetlib.openaire.exporter.model.community.CommunityMembershipType
Packages that use CommunityMembershipType
-
Uses of CommunityMembershipType in eu.dnetlib.openaire.exporter.model.community
Methods in eu.dnetlib.openaire.exporter.model.community that return CommunityMembershipTypeModifier and TypeMethodDescriptionstatic CommunityMembershipTypeCommunityMembershipType.fromDescription(String dbData) CommunitySummary.getMembership()CommunityWritableProperties.getMembership()static CommunityMembershipTypeReturns the enum constant of this class with the specified name.static CommunityMembershipType[]CommunityMembershipType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.dnetlib.openaire.exporter.model.community with parameters of type CommunityMembershipTypeModifier and TypeMethodDescriptionvoidCommunitySummary.setMembership(CommunityMembershipType membership) voidCommunityWritableProperties.setMembership(CommunityMembershipType membership)