blob: f464a3c06385f31753545682222be459f2ee9073 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) 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
*******************************************************************************/
/**
*/
package org.eclipse.emf.parsley.examples.mail.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.EObjectImpl;
import org.eclipse.emf.parsley.examples.mail.FolderContent;
import org.eclipse.emf.parsley.examples.mail.MailPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Folder Content</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public abstract class FolderContentImpl extends EObjectImpl implements FolderContent {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected FolderContentImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return MailPackage.Literals.FOLDER_CONTENT;
}
} //FolderContentImpl