Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.dt.messages
Class AppsMessageBundleType

java.lang.Object
  extended by oracle.javatools.resourcebundle.ResourceBundleType
      extended by oracle.apps.fnd.applcore.dt.messages.AppsMessageBundleType

public class AppsMessageBundleType
extends ResourceBundleType

The Resource bundle type class. This class returns the instance to the node resource bundle class.


Field Summary
 
Fields inherited from class oracle.javatools.resourcebundle.ResourceBundleType
_displayName, _extension, _id
 
Constructor Summary
AppsMessageBundleType()
          Constructor of this class.
 
Method Summary
 ResourceBundleWrapper getResourceBundleWrapperInstance()
          Returns an instance of the this resource bundle class.
 
Methods inherited from class oracle.javatools.resourcebundle.ResourceBundleType
equals, getDisplayName, getExtension, getId, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppsMessageBundleType

public AppsMessageBundleType()
Constructor of this class. Used to initialize the id, display name and extension name for this bundle.

Method Detail

getResourceBundleWrapperInstance

public ResourceBundleWrapper getResourceBundleWrapperInstance()
                                                       throws java.lang.ClassNotFoundException,
                                                              java.lang.InstantiationException,
                                                              java.lang.IllegalAccessException
Returns an instance of the this resource bundle class.

Specified by:
getResourceBundleWrapperInstance in class ResourceBundleType
Returns:
An instance of the resource bundle class for this bundle.
Throws:
java.lang.ClassNotFoundException - DOCUMENT ME
java.lang.InstantiationException - DOCUMENT ME
java.lang.IllegalAccessException - DOCUMENT ME

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.