blob: 991373c6c8979dbede577f2e8759a62aebd0abfa [file] [log] [blame]
/**
* Copyright (c) 2011-2013 EclipseSource Muenchen GmbH and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Eugen Neufeld - initial API and implementation
*/
package org.eclipse.emf.ecp.view.spi.vertical.model.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecp.view.spi.model.impl.VContainedContainerImpl;
import org.eclipse.emf.ecp.view.spi.vertical.model.VVerticalLayout;
import org.eclipse.emf.ecp.view.spi.vertical.model.VVerticalPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Layout</b></em>'.
*
* @since 1.2
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class VVerticalLayoutImpl extends VContainedContainerImpl implements VVerticalLayout
{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
*/
protected VVerticalLayoutImpl()
{
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
*/
@Override
protected EClass eStaticClass()
{
return VVerticalPackage.Literals.VERTICAL_LAYOUT;
}
} // VVerticalLayoutImpl