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 Country
Address.country
Country.private final Country
GregorianCalendar.country
Country of gregorian calendar reform.Fields in de.powerstat.validation.values with type parameters of type CountryModifier and TypeFieldDescriptionGregorianCalendar.REFORM_DATES
Gregorian 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 Country
Country factory.Methods in de.powerstat.validation.values with parameters of type CountryModifier and TypeMethodDescriptionint
Compare with another object.static Address
Address.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 AddressWithWGS84Position
AddressWithWGS84Position.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 GregorianCalendar
GregorianClendar factory.Constructors in de.powerstat.validation.values with parameters of type CountryModifierConstructorDescriptionprotected
Address
(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.private
AddressWithWGS84Position
(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.private
GregorianCalendar
(Country country) Constructor.