All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wwm.postcode.PostcodeService Maven / Gradle / Ivy

There is a newer version: 1.1.0.RELEASE
Show newest version
/******************************************************************************
 * Copyright (c) 2005-2008 Whirlwind Match Limited. All rights reserved.
 *
 * This is open source software; you can use, redistribute and/or modify
 * it under the terms of the Open Software Licence v 3.0 as published by the 
 * Open Source Initiative.
 *
 * You should have received a copy of the Open Software Licence along with this
 * application. if not, contact the Open Source Initiative (www.opensource.org)
 *****************************************************************************/
package com.wwm.postcode;

public interface PostcodeService {

	public static final int minPostcodeLen = 5;

	public PostcodeResult lookupFull(String postcode);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy