* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setNodeType(TCGNodeType newNodeType) {
TCGNodeType oldNodeType = nodeType;
nodeType = newNodeType == null ? NODE_TYPE_EDEFAULT : newNodeType;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, GeneratedPackage.TCG_INTERMEDIATE_NODE__NODE_TYPE, oldNodeType, nodeType));
}