getRelationType()

Retrieves the attribute's relationship type, which is containment for an attribute that represents a child business object or an array of child business objects.

Syntax

public String getRelationType();
 

Parameters

None.

Return values

A String that contains the relationship type ("containment") of an attribute that represents a child business object or an array of child business objects.

See also

setRelationType()

Copyright IBM Corp. 1997, 2003