Uses of Enum Class
eu.dnetlib.openaire.exporter.model.community.CommunityClaimType
Packages that use CommunityClaimType
-
Uses of CommunityClaimType in eu.dnetlib.openaire.exporter.model.community
Methods in eu.dnetlib.openaire.exporter.model.community that return CommunityClaimTypeModifier and TypeMethodDescriptionstatic CommunityClaimTypeCommunityClaimType.fromDescription(String dbData) CommunitySummary.getClaim()CommunityWritableProperties.getClaim()static CommunityClaimTypeReturns the enum constant of this class with the specified name.static CommunityClaimType[]CommunityClaimType.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 CommunityClaimTypeModifier and TypeMethodDescriptionvoidCommunitySummary.setClaim(CommunityClaimType claim) voidCommunityWritableProperties.setClaim(CommunityClaimType claim)