com.swfit.core.search
Class CountyList

java.lang.Object
  |
  +--com.swfit.core.search.CountyList

public abstract class CountyList
extends java.lang.Object

A list of counties / states for use in forms.

Since:
SWFIT1.0
Version:
$Revision: 1.1 $ $Date: 2003/02/02 20:47:25 $
Author:
Olaf Havnes

Field Summary
static java.lang.String COUNTY_LIST_FILE
           
static java.lang.String NORWEGIAN
           
 
Method Summary
 java.lang.String[] counties()
           
abstract  java.lang.String country()
           
abstract  java.lang.String explainer()
           
static CountyList getCountyList(java.io.File file)
           
static CountyList getCountyList(java.lang.String file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNTY_LIST_FILE

public static final java.lang.String COUNTY_LIST_FILE

NORWEGIAN

public static final java.lang.String NORWEGIAN
Method Detail

getCountyList

public static final CountyList getCountyList(java.lang.String file)
                                      throws java.io.IOException

getCountyList

public static final CountyList getCountyList(java.io.File file)
                                      throws java.io.IOException

counties

public final java.lang.String[] counties()

explainer

public abstract java.lang.String explainer()

country

public abstract java.lang.String country()


Swfit developer homepage
Copyright © 2003 Orgdot AS. All Rights Reserved.