Uses of Enum Class
org.orcid.jaxb.model.message.Visibility
Packages that use Visibility
-
Uses of Visibility in org.orcid.jaxb.model.message
Fields in org.orcid.jaxb.model.message declared as VisibilityModifier and TypeFieldDescriptionprotected VisibilityActivitiesVisibilityDefault.valueprotected VisibilityWorkVisibilityDefault.valueprotected VisibilityAffiliation.visibilityprotected VisibilityAffiliationCity.visibilityprotected VisibilityAlternativeEmails.visibilityprotected VisibilityApplications.visibilityprotected VisibilityAssignee.visibilityprotected VisibilityBiography.visibilityprotected VisibilityCountry.visibilityprotected VisibilityCreditName.visibilityprotected VisibilityDelegation.visibilityprotected VisibilityEmail.visibilityprotected VisibilityExternalIdentifier.visibilityprotected VisibilityExternalIdentifiers.visibilityprotected VisibilityFamilyName.visibilityprotected VisibilityFunding.visibilityprotected VisibilityGivenNames.visibilityprotected VisibilityKeyword.visibilityprotected VisibilityKeywords.visibilityprotected VisibilityOrcidHistory.visibilityprotected VisibilityOrcidInternal.visibilityprotected VisibilityOrcidWork.visibilityprotected VisibilityOtherName.visibilityprotected VisibilityOtherNames.visibilityprotected VisibilityResearcherUrl.visibilityprotected VisibilityResearcherUrls.visibilityprotected VisibilityWork.visibilityMethods in org.orcid.jaxb.model.message that return VisibilityModifier and TypeMethodDescriptionstatic VisibilityActivitiesVisibilityDefault.getValue()Gets the value of the value property.WorkVisibilityDefault.getValue()Gets the value of the value property.Affiliation.getVisibility()Gets the value of the visibility property.AffiliationCity.getVisibility()Gets the value of the visibility property.AlternativeEmails.getVisibility()Gets the value of the visibility property.Applications.getVisibility()Gets the value of the visibility property.Assignee.getVisibility()Gets the value of the visibility property.Biography.getVisibility()Gets the value of the visibility property.Country.getVisibility()Gets the value of the visibility property.CreditName.getVisibility()Delegation.getVisibility()Gets the value of the visibility property.Email.getVisibility()Gets the value of the visibility property.ExternalIdentifier.getVisibility()ExternalIdentifiers.getVisibility()Gets the value of the visibility property.FamilyName.getVisibility()Gets the value of the visibility attribute.Funding.getVisibility()GivenNames.getVisibility()Gets the value of the visibility attribute.Keyword.getVisibility()Keywords.getVisibility()Gets the value of the visibility property.OrcidHistory.getVisibility()Gets the value of the visibility property.OrcidInternal.getVisibility()Gets the value of the visibility property.OrcidWork.getVisibility()Gets the value of the visibility property.OtherName.getVisibility()OtherNames.getVisibility()Gets the value of the visibility property.ResearcherUrl.getVisibility()ResearcherUrls.getVisibility()VisibilityType.getVisibility()Work.getVisibility()Gets the value of the visibility property.static VisibilityReturns the enum constant of this class with the specified name.static Visibility[]Visibility.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orcid.jaxb.model.message with parameters of type VisibilityModifier and TypeMethodDescriptionvoidOtherNames.addOtherName(String value, Visibility vis) booleanVisibility.isMoreRestrictiveThan(Visibility other) voidActivitiesVisibilityDefault.setValue(Visibility value) Sets the value of the value property.voidWorkVisibilityDefault.setValue(Visibility value) Sets the value of the value property.voidAffiliation.setVisibility(Visibility value) Sets the value of the visibility property.voidAffiliationCity.setVisibility(Visibility value) Sets the value of the visibility property.voidAlternativeEmails.setVisibility(Visibility value) Sets the value of the visibility property.voidApplications.setVisibility(Visibility value) Sets the value of the visibility property.voidAssignee.setVisibility(Visibility value) Sets the value of the visibility property.voidBiography.setVisibility(Visibility value) Sets the value of the visibility property.voidCountry.setVisibility(Visibility value) Sets the value of the visibility property.voidCreditName.setVisibility(Visibility visibility) voidDelegation.setVisibility(Visibility value) Sets the value of the visibility property.voidEmail.setVisibility(Visibility value) Sets the value of the visibility property.voidExternalIdentifier.setVisibility(Visibility visibility) voidExternalIdentifiers.setVisibility(Visibility value) Sets the value of the visibility property.voidFamilyName.setVisibility(Visibility visibility) Sets the value of the visibility attribute.voidFunding.setVisibility(Visibility visibility) voidGivenNames.setVisibility(Visibility visibility) Sets the value of the visibility attribute.voidKeyword.setVisibility(Visibility visibility) voidKeywords.setVisibility(Visibility value) Sets the value of the visibility property.voidOrcidHistory.setVisibility(Visibility value) Sets the value of the visibility property.voidOrcidInternal.setVisibility(Visibility value) Sets the value of the visibility property.voidOrcidWork.setVisibility(Visibility value) Sets the value of the visibility property.voidOtherName.setVisibility(Visibility visibility) voidOtherNames.setVisibility(Visibility value) Sets the value of the visibility property.voidResearcherUrl.setVisibility(Visibility visibility) voidResearcherUrls.setVisibility(Visibility visibility) voidVisibilityType.setVisibility(Visibility visibility) voidWork.setVisibility(Visibility value) Sets the value of the visibility property.Constructors in org.orcid.jaxb.model.message with parameters of type VisibilityModifierConstructorDescriptionBiography(String content, Visibility visibility) Keyword(String content, Visibility vis) OtherName(String content, Visibility vis) ResearcherUrl(Url url, UrlName urlName, Visibility vis) ResearcherUrl(Url url, Visibility vis) WorkVisibilityDefault(Visibility value)