UIX 2.2.16

oracle.cabo.ui.laf.xml.parse
Class BundleNode

java.lang.Object
  |
  +--oracle.cabo.ui.laf.xml.parse.BundleNode

public class BundleNode
extends java.lang.Object

Object which represents a single element.


Constructor Summary
BundleNode(java.lang.String namespace, java.lang.String name)
          Creates a BundleNode
 
Method Summary
 java.lang.String getBundleName()
          Returns the fully-qualified class name of the bundle that is defined by this BundleNode.
 java.lang.String getBundleNamespace()
          Returns the namespace of the UIExtension for which this bundle provides translations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleNode

public BundleNode(java.lang.String namespace,
                  java.lang.String name)
Creates a BundleNode
Parameters:
namespace - The namespace of UIExtension which this bundle is registered for.
name - The fully-qualified class name of the bundle
Method Detail

getBundleNamespace

public java.lang.String getBundleNamespace()
Returns the namespace of the UIExtension for which this bundle provides translations.

getBundleName

public java.lang.String getBundleName()
Returns the fully-qualified class name of the bundle that is defined by this BundleNode.

UIX 2.2.16