Oracle Corporation

com.bea.wlcp.wlng.api.storage.filter
Interface IndexKey


public interface IndexKey

Index key used to index filter queries.

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Method Summary
 String getMethodName()
          Get method name of this indexed method.
 Serializable getValue()
          Get value of this index key.
 

Method Detail

getMethodName

public String getMethodName()
Get method name of this indexed method.

Returns:
The method name.

getValue

public Serializable getValue()
Get value of this index key.

Returns:

Oracle Corporation