List<ProjectPropertiesDefinition> realTPS = new LinkedList<ProjectPropertiesDefinition>();
List<IContainable> structuralField = new LinkedList<IContainable>();
for (IContainable c : tipProprietaInArea)
{
ProjectPropertiesDefinition rpPd = getApplicationService()
.findPropertiesDefinitionByShortName(
ProjectPropertiesDefinition.class, c.getShortName());
if (rpPd != null)
{
realTPS.add(rpPd);