Uses of Class
de.powerstat.validation.values.Neighbourhood
Packages that use Neighbourhood
-
Uses of Neighbourhood in de.powerstat.validation.values
Fields in de.powerstat.validation.values declared as NeighbourhoodModifier and TypeFieldDescriptionprivate final NeighbourhoodAddress.neighbourhoodNeighbourhood.Methods in de.powerstat.validation.values that return NeighbourhoodModifier and TypeMethodDescriptionAddress.getNeighbourhood()Get neighbourhood.static NeighbourhoodNeighbourhood factory.Methods in de.powerstat.validation.values with parameters of type NeighbourhoodModifier and TypeMethodDescriptionintNeighbourhood.compareTo(Neighbourhood obj) Compare 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.Constructors in de.powerstat.validation.values with parameters of type NeighbourhoodModifierConstructorDescriptionprotectedAddress(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.