SAP J2EE Engine

Version 6.40


com.sapportals.connector.metadata.relations
Interface IKey


public interface IKey

This interface exposes metadata for a relation key - a set of attributes that participate in a relation between objects

Version:
1.0

Method Summary
 java.util.List getAttributes()
          Returns the attributes of the key.
 java.lang.String getName()
          Returns the name of the key.
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the key.
Returns:
String the name

getAttributes

public java.util.List getAttributes()
                             throws ConnectorException
Returns the attributes of the key.
Returns:
List of IAttribute interface
See Also:
IAttribute

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.