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

E17493-02

oracle.javatools.xml.esax
Class Key

java.lang.Object
  extended by oracle.javatools.xml.esax.Key

public class Key
extends java.lang.Object

The key for a property in an ElementContext.


Constructor Summary
Key(java.lang.String name)
          Construct a key with the specified name.
 
Method Summary
 int hashCode()
           
 java.lang.String toString()
          Get a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Key

public Key(java.lang.String name)
Construct a key with the specified name.

Parameters:
name - a name for this key, never displayed to the user.
Method Detail

toString

public java.lang.String toString()
Get a string representation of this object. This is just the name of the key.

Overrides:
toString in class java.lang.Object
Returns:
the name of the key.

hashCode

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

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

E17493-02

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