org.kuali.rice.location.framework.state
Class StateValuesFinder
java.lang.Object
org.kuali.rice.krad.keyvalues.KeyValuesBase
org.kuali.rice.location.framework.state.StateValuesFinder
- All Implemented Interfaces:
- Serializable, KeyValuesFinder
public class StateValuesFinder
- extends KeyValuesBase
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StateValuesFinder
public StateValuesFinder()
getKeyValues
public List<KeyValue> getKeyValues()
- Description copied from interface:
KeyValuesFinder
- Builds a list of key values representations for valid value selections.
- Returns:
- List of KeyValue objects
setCountryCode
public void setCountryCode(String countryCode)
clearInternalCache
public void clearInternalCache()
- Description copied from interface:
KeyValuesFinder
- Clears any internal cache that is being maintained by the value finder
- Specified by:
clearInternalCache
in interface KeyValuesFinder
- Overrides:
clearInternalCache
in class KeyValuesBase
- See Also:
KeyValuesFinder.clearInternalCache()
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.