setRelationType()

Sets the relationship type of an attribute to containment, for an attribute that represents a child business object or an array of child business objects.

Syntax

public void setRelationType(String relType);
 

Parameters

relType
Is the relationship type to assign to this attribute.

Return values

None.

See also

getRelationType()

Copyright IBM Corp. 1997, 2003