Uses of Class
de.powerstat.validation.values.Country
Packages that use Country
-
Uses of Country in de.powerstat.validation.values
Fields in de.powerstat.validation.values declared as CountryModifier and TypeFieldDescriptionprivate final CountryAddress.countryCountry.private final CountryGregorianCalendar.countryCountry of gregorian calendar reform.Fields in de.powerstat.validation.values with type parameters of type CountryModifier and TypeFieldDescriptionGregorianCalendar.REFORM_DATESGregorian calendar reform before and after dates.Methods in de.powerstat.validation.values that return CountryModifier and TypeMethodDescriptionAddress.getCountry()Get country.GregorianCalendar.getCountry()Get country.static CountryCountry factory.Methods in de.powerstat.validation.values with parameters of type CountryModifier and TypeMethodDescriptionintCompare with another object.static AddressAddress.of(Country country, PostalCode postalCode, City city, Province province, District district, Street street, BuildingNr buildingNr, BuildingName buildingName, SubBuilding subBuilding, PoBoxNumber poBoxNumber, Department department, Neighbourhood neighbourhood, Block block, BFPONumber bFPONumber, Lines lines) Address factory.static AddressWithWGS84PositionAddressWithWGS84Position.of(Country country, PostalCode postalCode, City city, Province province, District district, Street street, BuildingNr buildingNr, BuildingName buildingName, SubBuilding subBuilding, PoBoxNumber poBoxNumber, Department department, Neighbourhood neighbourhood, Block block, BFPONumber bFPONumber, Lines lines, WGS84Position position) AddressWithWGS84Position factory.static GregorianCalendarGregorianClendar factory.Constructors in de.powerstat.validation.values with parameters of type CountryModifierConstructorDescriptionprotectedAddress(Country country, PostalCode postalCode, City city, Province province, District district, Street street, BuildingNr buildingNr, BuildingName buildingName, SubBuilding subBuilding, PoBoxNumber poBoxNumber, Department department, Neighbourhood neighbourhood, Block block, BFPONumber bFPONumber, Lines lines) Constructor.privateAddressWithWGS84Position(Country country, PostalCode postalCode, City city, Province province, District district, Street street, BuildingNr buildingNr, BuildingName buildingName, SubBuilding subBuilding, PoBoxNumber poBoxNumber, Department department, Neighbourhood neighbourhood, Block block, BFPONumber bFPONumber, Lines lines, WGS84Position position) Constructor.privateGregorianCalendar(Country country) Constructor.