* Associate the correct decoration, depending on the attribute isShareable.
* <!-- end-user-doc -->
* @generated NOT
*/
protected boolean updateFace() {
componentOf c = (componentOf)((View)componentofeditpart.getModel()).getElement();
if (c.isIsShareable() == false)
return true;
else
return false;
}