blob: 88de3dfd11b54676e34656958f9b8ef5d972cfc9 [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.parsley.examples.mail.MailContent;
import org.eclipse.emf.parsley.examples.mail.MailPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Content</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class MailContentImpl extends FolderContentImpl implements MailContent {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected MailContentImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return MailPackage.Literals.MAIL_CONTENT;
}
} //MailContentImpl