Uses of Enum Class
org.orcid.jaxb.model.common_v2.Iso3166Country
Packages that use Iso3166Country
-
Uses of Iso3166Country in org.orcid.jaxb.model.common_v2
Fields in org.orcid.jaxb.model.common_v2 declared as Iso3166CountryModifier and TypeFieldDescriptionprotected Iso3166CountryOrganizationAddress.countryprotected Iso3166CountryCountry.valueMethods in org.orcid.jaxb.model.common_v2 that return Iso3166CountryModifier and TypeMethodDescriptionstatic Iso3166CountryOrganizationAddress.getCountry()Gets the value of the country property.Country.getValue()ISO 3166 country codesstatic 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.Methods in org.orcid.jaxb.model.common_v2 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.common_v2 with parameters of type Iso3166Country