Uses of Class
org.jminor.common.model.valuemap.StringProvider

Packages that use StringProvider
org.jminor.common.model.valuemap   
 

Uses of StringProvider in org.jminor.common.model.valuemap
 

Methods in org.jminor.common.model.valuemap that return StringProvider
 StringProvider<K> StringProvider.addFormattedValue(K key, Format format)
          Adds the value mapped to the given key to this StringProvider
 StringProvider<K> StringProvider.addReferencedValue(K referenceKey, K key)
          Adds the value mapped to the given key in the ValueMap instance mapped to the given foreignKeyPropertyID to this StringProvider
 StringProvider<K> StringProvider.addText(String text)
          Adds the given static text to this StringProvider
 StringProvider<K> StringProvider.addValue(K key)
          Adds the value mapped to the given key to this StringProvider