blob: bac2243cb96a1ed3a2139a1721416c0b58214c84 [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;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Folder Content</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.emf.parsley.examples.mail.MailPackage#getFolderContent()
* @model abstract="true"
* @generated
*/
public interface FolderContent extends EObject {
} // FolderContent