* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setTagCreation(TagCreationInfo newTagCreation) {
TagCreationInfo oldTagCreation = tagCreation;
tagCreation = newTagCreation;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, PaletteInfosPackage.PALETTE_INFO__TAG_CREATION, oldTagCreation, tagCreation));
}