com.sun.mdm.index.objects
Class SuperKey

java.lang.Object
  extended bycom.sun.mdm.index.objects.ObjectKey
      extended bycom.sun.mdm.index.objects.SuperKey
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class SuperKey
extends ObjectKey

ObjectKey definition class

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.mdm.index.objects.ObjectKey
serialVersionUID, version
 
Constructor Summary
SuperKey(java.util.ArrayList names, java.util.ArrayList types, java.util.ArrayList values)
           
 
Method Summary
 int getKeyType(java.lang.String name)
          gets key type for given field
 
Methods inherited from class com.sun.mdm.index.objects.ObjectKey
equals, getKeyNames, getKeyTypes, getKeyValue, getKeyValues, hashCode, readExternal, setKeyValue, toString, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SuperKey

public SuperKey(java.util.ArrayList names,
                java.util.ArrayList types,
                java.util.ArrayList values)
         throws ObjectException
Method Detail

getKeyType

public int getKeyType(java.lang.String name)
               throws ObjectException
gets key type for given field

Overrides:
getKeyType in class ObjectKey
Parameters:
name - name
Returns:
ArrayList
Throws:
ObjectException - ObjectException


Sun Microsystems, Inc.