* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setType(BType newType) {
BType oldType = type;
type = newType;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ClassicalBPackage.BPARAMETER__TYPE, oldType, type));
}