Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.socialnetwork.model.resource
Class SocialNetworkModelBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by oracle.apps.fnd.applcore.socialnetwork.model.resource.SocialNetworkModelBundle

public class SocialNetworkModelBundle
extends java.util.ListResourceBundle

Translated strings for the Social Network - Model project.

Since:
11.1.1.7.0
Version:
$Header: atgpf/applcore/applications/SocialNetwork/Model/src/oracle/apps/fnd/applcore/socialnetwork/model/resource/SocialNetworkModelBundle.java /st_atgpf_pt-11.1.1.7.0/3 2013/01/15 17:30:31 pacross Exp $

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control
 
Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
SocialNetworkModelBundle()
           
 
Method Summary
 java.lang.Object[][] getContents()
           
static java.lang.String getMLSString(java.lang.String key)
          Gets a string for the given key from this resource bundle.
static java.lang.String getMLSString(java.lang.String key, oracle.jbo.LocaleContext localeContext)
          Gets a string for the given key from this resource bundle.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject, handleKeySet
 
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialNetworkModelBundle

public SocialNetworkModelBundle()
Method Detail

getContents

public java.lang.Object[][] getContents()
Specified by:
getContents in class java.util.ListResourceBundle

getMLSString

public static final java.lang.String getMLSString(java.lang.String key)
Gets a string for the given key from this resource bundle.

Parameters:
key - the key for the desired string
Returns:
the string for the given key
Throws:
java.lang.NullPointerException - if key is null
java.lang.ClassCastException - if the object found for the given key is not a string
See Also:
ResourceBundle.getString(java.lang.String)

getMLSString

public static final java.lang.String getMLSString(java.lang.String key,
                                                  oracle.jbo.LocaleContext localeContext)
Gets a string for the given key from this resource bundle.

Parameters:
key - the key for the desired string
localeContext - a specific locale to get the translated string for.
Returns:
the string for the given key
Throws:
java.lang.NullPointerException - if key is null
java.lang.ClassCastException - if the object found for the given key is not a string
See Also:
ResourceBundle.getString(java.lang.String)

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.