Skip navigation links

Oracle® OLAP Java API Reference
10g Release 2 (10.2)

B14348-04


oracle.express.resource
Class ExpressBundle_ar

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended byoracle.express.resource.ExpressBundle_ar


public final class ExpressBundle_ar
extends java.util.ListResourceBundle

Contains locale-specific objects related to the oracle.express package. These objects can be used to adapt the OLAP API to a particular locale. For more information on resource bundles, see the Sun Microsystems Java documentation.


Field Summary

 

Fields inherited from class java.util.ResourceBundle
parent

 

Constructor Summary
ExpressBundle_ar()
           

 

Method Summary
 java.lang.Object[][] getContents()
          Gets the locale-specific objects in this ExpressBundle.

 

Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject

 

Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ExpressBundle_ar

public ExpressBundle_ar()

Method Detail

getContents

public java.lang.Object[][] getContents()
Gets the locale-specific objects in this ExpressBundle.
Returns:
An array of locale-specific objects that are stored in this ExpressBundle.

Skip navigation links

Oracle® OLAP Java API Reference
10g Release 2 (10.2)

B14348-04


Copyright © 2002, 2007, Oracle. All rights reserved.