blob: 61f45153ed8c693dee214bec6726146ca3b9079f [file] [log] [blame]
/**
* Copyright (c) 2010, 2019 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.jee.jsp.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.modisco.jee.jsp.JSPDirective;
import org.eclipse.modisco.jee.jsp.JspPackage;
import org.eclipse.modisco.xml.emf.impl.ElementImpl;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>JSP Directive</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class JSPDirectiveImpl extends ElementImpl implements JSPDirective {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected JSPDirectiveImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return JspPackage.Literals.JSP_DIRECTIVE;
}
} //JSPDirectiveImpl