blob: de9727a61bc4d0a29f8addd662b960e987e77ff6 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2014 itemis 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:
* itemis - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.sphinx.tests.emf.serialization.model.nodes.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.sphinx.tests.emf.serialization.model.nodes.NodesPackage;
import org.eclipse.sphinx.tests.emf.serialization.model.nodes.SubNode;
/**
* <!-- begin-user-doc --> An implementation of the model object '<em><b>Sub Node</b></em>'. <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class SubNodeImpl extends NodeImpl implements SubNode {
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
protected SubNodeImpl() {
super();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return NodesPackage.Literals.SUB_NODE;
}
} // SubNodeImpl