int nCount = xRelation.getRelationCount();
try
{
for( int i = 0; i < nCount; i++ )
{
AccessibleRelation aRelation = xRelation.getRelation( i );
StringBuffer aBuffer = new StringBuffer();
aBuffer.append (NameProvider.getRelationName (aRelation.RelationType));
aBuffer.append( ": " );