Uses of Enum Class
org.orcid.jaxb.model.message.AffiliationType
Packages that use AffiliationType
-
Uses of AffiliationType in org.orcid.jaxb.model.message
Fields in org.orcid.jaxb.model.message declared as AffiliationTypeMethods in org.orcid.jaxb.model.message that return AffiliationTypeModifier and TypeMethodDescriptionstatic AffiliationTypeAffiliation.getType()Gets the value of the type property.static AffiliationTypeReturns the enum constant of this class with the specified name.static AffiliationType[]AffiliationType.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 AffiliationTypeModifier and TypeMethodDescriptionAffiliations.getAffiliationsByType(AffiliationType affiliationType) voidAffiliation.setType(AffiliationType value) Sets the value of the type property.