com.semarchy.mdm.runtime.model.logical
Interface ITranslationBundle

All Superinterfaces:
Serializable

public interface ITranslationBundle
extends Serializable

Provides the model translation keys. This should generally not be used directly.

Author:
sarod

Method Summary
 boolean containsKey(String pKey)
           
 Set<String> getKeys()
          The set of translations keys
 Locale getLocale()
          The translation locale Locale.ROOT for base bundle
 String getValue(String pKey)
           
 

Method Detail

getLocale

Locale getLocale()
The translation locale Locale.ROOT for base bundle

Returns:

getKeys

Set<String> getKeys()
The set of translations keys

Returns:

containsKey

boolean containsKey(String pKey)

getValue

String getValue(String pKey)
Parameters:
pKey -
Returns:
should return null only if containKey return false


Copyright © 2015. All Rights Reserved.