Uses of Enum Class
org.re3data.schema._2_2.Languages
Packages that use Languages
-
Uses of Languages in org.re3data.schema._2_2
Fields in org.re3data.schema._2_2 declared as LanguagesModifier and TypeFieldDescriptionprotected LanguagesRe3Data.Repository.AdditionalName.languageprotected LanguagesRe3Data.Repository.Description.languageprotected LanguagesRe3Data.Repository.Institution.InstitutionAdditionalName.languageprotected LanguagesRe3Data.Repository.Institution.InstitutionName.languageprotected LanguagesRe3Data.Repository.RepositoryName.languageFields in org.re3data.schema._2_2 with type parameters of type LanguagesMethods in org.re3data.schema._2_2 that return LanguagesModifier and TypeMethodDescriptionstatic LanguagesRe3Data.Repository.AdditionalName.getLanguage()Gets the value of the language property.Re3Data.Repository.Description.getLanguage()Gets the value of the language property.Re3Data.Repository.Institution.InstitutionAdditionalName.getLanguage()Gets the value of the language property.Re3Data.Repository.Institution.InstitutionName.getLanguage()Gets the value of the language property.Re3Data.Repository.RepositoryName.getLanguage()Gets the value of the language property.static LanguagesReturns the enum constant of this class with the specified name.static Languages[]Languages.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.re3data.schema._2_2 that return types with arguments of type LanguagesModifier and TypeMethodDescriptionRe3Data.Repository.getRepositoryLanguage()Gets the value of the repositoryLanguage property.Methods in org.re3data.schema._2_2 with parameters of type LanguagesModifier and TypeMethodDescriptionvoidRe3Data.Repository.AdditionalName.setLanguage(Languages value) Sets the value of the language property.voidRe3Data.Repository.Description.setLanguage(Languages value) Sets the value of the language property.voidRe3Data.Repository.Institution.InstitutionAdditionalName.setLanguage(Languages value) Sets the value of the language property.voidRe3Data.Repository.Institution.InstitutionName.setLanguage(Languages value) Sets the value of the language property.voidRe3Data.Repository.RepositoryName.setLanguage(Languages value) Sets the value of the language property.