Uses of Enum Class
org.re3data.schema._2_2.Countries
Packages that use Countries
-
Uses of Countries in org.re3data.schema._2_2
Fields in org.re3data.schema._2_2 declared as CountriesModifier and TypeFieldDescriptionprotected CountriesRe3Data.Repository.Institution.institutionCountryMethods in org.re3data.schema._2_2 that return CountriesModifier and TypeMethodDescriptionstatic CountriesRe3Data.Repository.Institution.getInstitutionCountry()Gets the value of the institutionCountry property.static CountriesReturns the enum constant of this class with the specified name.static Countries[]Countries.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.re3data.schema._2_2 with parameters of type CountriesModifier and TypeMethodDescriptionvoidRe3Data.Repository.Institution.setInstitutionCountry(Countries value) Sets the value of the institutionCountry property.