blob: 8fb36512b20e785b4785045c9ebdd7a49ea2bb7c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2014 Xored Software Inc 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:
* Xored Software Inc - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.rcptt.workspace.impl;
import org.eclipse.rcptt.workspace.WSContainer;
import org.eclipse.rcptt.workspace.WorkspacePackage;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>WS Container</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public abstract class WSContainerImpl extends WSResourceImpl implements WSContainer {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected WSContainerImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return WorkspacePackage.Literals.WS_CONTAINER;
}
} //WSContainerImpl