Uses of Class
proseccoCoding.TLN.model.Country
Packages that use Country
-
Uses of Country in proseccoCoding.TLN.model
Fields in proseccoCoding.TLN.model declared as CountryModifier and TypeFieldDescriptionprivate CountryProvider.countryThe country in which this provider is locatedFields in proseccoCoding.TLN.model with type parameters of type CountryModifier and TypeFieldDescriptionTrustedListData.countriesHashmap containing all the countries objectsQuery.selectedCountriesArrayList that stores the Country objects selected by the userMethods in proseccoCoding.TLN.model that return CountryModifier and TypeMethodDescriptionProvider.getCountry()Getter for provider countryTrustedListData.getCountry(String countryCode) return the Country object representing the country which code is specified as parameterstatic CountryAPIHandler.retriveCountryData(String countryCode) Static method that parses countryData and extracts the data to create a Country objectMethods in proseccoCoding.TLN.model that return types with arguments of type CountryModifier and TypeMethodDescriptionTrustedListData.getCountries(ArrayList<String> countryCodes) Returns a list of country objects filled with data which code is contained in the given parameter listAPIHandler.retrieveCountries()Static method that returns an HashMap containing entries with country codes as keys and Country objects as values.Method parameters in proseccoCoding.TLN.model with type arguments of type CountryModifier and TypeMethodDescriptionbooleanQuery.addSelectedCountries(ArrayList<Country> countries) This method sets selectedCountries with the given parameterConstructors in proseccoCoding.TLN.model with parameters of type Country