UmlUtilities.findApplicableStereotype(
property,
UMLProfile.STEREOTYPE_IDENTIFIER);
if (stereotype == null)
{
throw new MetafacadeException("Could not apply '" + UMLProfile.STEREOTYPE_IDENTIFIER + "' to " +
property + ", the stereotype could not be found");
}
property.apply(stereotype);
}
}