isForeignKey()

Determines whether this attribute is part of the business object's foreign key.

Syntax

public boolean isForeignKey();
 

Parameters

None.

Return values

Returns true, if the attribute is a foreign key or part of the foreign key; otherwise, returns false.

See also

setIsForeignKey()

Copyright IBM Corp. 1997, 2003