{
final Collection<? extends CTypeInfo> ref = f.getPropertyInfo().ref();
if ( ref != null && ref.size() == 1 )
{
final CTypeInfo refType = ref.iterator().next();
final ClassOutline refClass =
this.getClassOutline( outline, refType.toType( outline, Aspect.EXPOSED ).binaryName() );
if ( refClass != null )
{
if ( f.getPropertyInfo().isCollection() )
{