org.jminor.common.model.valuemap
Interface ValueAsStringProvider<K>

Type Parameters:
K - the type of the map keys
All Known Subinterfaces:
Entity, Entity.Key, ValueChangeMap<K,V>, ValueMap<K,V>
All Known Implementing Classes:
ValueChangeMapImpl, ValueMapImpl

public interface ValueAsStringProvider<K>

Provides values mapped to keys as strings.


Method Summary
 String getValueAsString(K key)
          Retrieves the value mapped to the given key as a String
 

Method Detail

getValueAsString

String getValueAsString(K key)
Retrieves the value mapped to the given key as a String

Parameters:
key - the key
Returns:
the value mapped to the given key as a string, an empty string if no such mapping exists