Skip navigation links


com.oracle.producer.spi
Interface ILocalizedString


public interface ILocalizedString

A localized string, with a value and a locale. The SPI implementation is responsible for the implementation of this class.


Method Summary
 Locale getLocale()
          Locale of the string
 String getValue()
          Value of the string

 

Method Detail

getValue

String getValue()
Value of the string
Returns
value

getLocale

Locale getLocale()
Locale of the string
Returns
locale

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.