org.jbind.xml.schema.constraint
Class Key

java.lang.Object
  extended byorg.jbind.xml.schema.constraint.Key
All Implemented Interfaces:
IKey

public class Key
extends java.lang.Object
implements IKey


Constructor Summary
Key()
           
Key(java.lang.Object aData)
           
 
Method Summary
 void add(java.lang.Object anObject)
           
 boolean equals(java.lang.Object anObject)
          Checks equality.
 int hashCode()
          Gets a hash code.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Key

public Key()

Key

public Key(java.lang.Object aData)
Method Detail

add

public void add(java.lang.Object anObject)

equals

public boolean equals(java.lang.Object anObject)
Description copied from interface: IKey
Checks equality.

Specified by:
equals in interface IKey

hashCode

public int hashCode()
Description copied from interface: IKey
Gets a hash code.

Specified by:
hashCode in interface IKey

toString

public java.lang.String toString()