Uses of Enum Class
org.orcid.jaxb.model.common.Iso3166Country
Packages that use Iso3166Country
Package
Description
-
Uses of Iso3166Country in org.orcid.jaxb.model.common
Methods in org.orcid.jaxb.model.common that return Iso3166CountryModifier and TypeMethodDescriptionstatic Iso3166Countrystatic Iso3166CountryReturns the enum constant of this class with the specified name.static Iso3166Country[]Iso3166Country.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Iso3166Country in org.orcid.jaxb.model.common.adapters
Methods in org.orcid.jaxb.model.common.adapters that return Iso3166CountryMethods in org.orcid.jaxb.model.common.adapters with parameters of type Iso3166Country -
Uses of Iso3166Country in org.orcid.jaxb.model.v3.release.common
Fields in org.orcid.jaxb.model.v3.release.common declared as Iso3166CountryModifier and TypeFieldDescriptionprotected Iso3166CountryOrganizationAddress.countryprotected Iso3166CountryCountry.valueMethods in org.orcid.jaxb.model.v3.release.common that return Iso3166CountryModifier and TypeMethodDescriptionOrganizationAddress.getCountry()Gets the value of the country property.Country.getValue()ISO 3166 country codesMethods in org.orcid.jaxb.model.v3.release.common with parameters of type Iso3166CountryModifier and TypeMethodDescriptionvoidOrganizationAddress.setCountry(Iso3166Country value) Sets the value of the country property.voidCountry.setValue(Iso3166Country value) Sets the value of the value property.Constructors in org.orcid.jaxb.model.v3.release.common with parameters of type Iso3166Country