* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setLabelStyle(BPMNLabelStyle newLabelStyle) {
BPMNLabelStyle oldLabelStyle = labelStyle;
labelStyle = newLabelStyle;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
BpmnDiPackage.BPMN_LABEL__LABEL_STYLE, oldLabelStyle, labelStyle));
}