}
else
{
String substringName = modifiedAttributeType.getSubstr();
MatchingRule matchingRule = MatchingRules.getMatchingRule( substringName );
if ( matchingRule != null )
{
substringComboViewer.setSelection( new StructuredSelection( matchingRule ), true );
}
else