Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.javatools.resourcebundle
Class ResourceBundleType

java.lang.Object
  extended by oracle.javatools.resourcebundle.ResourceBundleType
Direct Known Subclasses:
ResourceBundleTypeDT

public abstract class ResourceBundleType
extends java.lang.Object

A ResourceBundleType represents an implementation of an ResourceBundleWrapper. The ResourceBundleType should only be created by the ResourceBundleManager based on data supplied in an extension manifest.


Field Summary
protected  java.lang.String _displayName
           
protected  java.lang.String _extension
           
protected  java.lang.String _id
           
 
Constructor Summary
ResourceBundleType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDisplayName()
          Gets the user-friendly display name
 java.lang.String getExtension()
          Gets the extension of the resource bundle file
 java.lang.String getId()
          Gets the unique identifier
abstract  ResourceBundleWrapper getResourceBundleWrapperInstance()
           
 int hashCode()
           
 java.lang.String toString()
          Convenience method for displaying a ResourceBundleType calls getDisplayName()
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_id

protected java.lang.String _id

_displayName

protected java.lang.String _displayName

_extension

protected java.lang.String _extension
Constructor Detail

ResourceBundleType

public ResourceBundleType()
Method Detail

getId

public java.lang.String getId()
Gets the unique identifier

Returns:
the unique identifier

getDisplayName

public java.lang.String getDisplayName()
Gets the user-friendly display name

Returns:
the user-friendly display name

getExtension

public java.lang.String getExtension()
Gets the extension of the resource bundle file

Returns:
the extension of the resource bundle file

getResourceBundleWrapperInstance

public abstract ResourceBundleWrapper getResourceBundleWrapperInstance()
                                                                throws java.lang.ClassNotFoundException,
                                                                       java.lang.InstantiationException,
                                                                       java.lang.IllegalAccessException
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Convenience method for displaying a ResourceBundleType calls getDisplayName()

Overrides:
toString in class java.lang.Object
Returns:
a user-friendly name

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.