blob: 52966a9d5b3ae26566e2dc3413949e211dbaba80 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2008 E.D.Willink and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* E.D.Willink - initial API and implementation
*
* </copyright>
*
* $Id: FoldingBehaviorImpl.java,v 1.1 2008/08/08 16:39:55 ewillink Exp $
*/
package org.eclipse.qvt.declarative.editor.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.qvt.declarative.editor.EditorPackage;
import org.eclipse.qvt.declarative.editor.FoldingBehavior;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Folding Behavior</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class FoldingBehaviorImpl extends BehaviorImpl implements FoldingBehavior {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected FoldingBehaviorImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return EditorPackage.Literals.FOLDING_BEHAVIOR;
}
} //FoldingBehaviorImpl