public class GeographicValidator
extends java.lang.Object
ServiceMapContainer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
Constructor and Description |
---|
GeographicValidator()
Constructs an empty Geographic Validator
|
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
getMap()
Returns property map
|
ServiceMap |
getServiceMap()
Returns property serviceMap
|
java.util.Set |
getSortedAbbreviations()
Returns property sortedAbbreviations
|
java.util.Set |
getSortedNames()
Returns property sortedNames
|
boolean |
isExpandByDefault()
Returns property expandByDefault
|
void |
setExpandByDefault(boolean pExpandByDefault)
Sets property expandByDefault
|
void |
setMap(java.util.Properties pMap)
Sets property map
|
void |
setServiceMap(ServiceMap pServiceMap)
Sets property serviceMap
|
public GeographicValidator()
public java.util.Set getSortedAbbreviations()
public java.util.Set getSortedNames()
public void setMap(java.util.Properties pMap)
public java.util.Properties getMap()
public void setServiceMap(ServiceMap pServiceMap)
public ServiceMap getServiceMap()
public void setExpandByDefault(boolean pExpandByDefault)
public boolean isExpandByDefault()