blob: 283fbce5b069ec56759d2f038f97f6490f1c37fc [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.horizontal.model.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecp.view.spi.horizontal.model.VHorizontalLayout;
import org.eclipse.emf.ecp.view.spi.horizontal.model.VHorizontalPackage;
import org.eclipse.emf.ecp.view.spi.model.impl.VContainedContainerImpl;
/**
* <!-- 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 VHorizontalLayoutImpl extends VContainedContainerImpl implements VHorizontalLayout {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
*/
protected VHorizontalLayoutImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return VHorizontalPackage.Literals.HORIZONTAL_LAYOUT;
}
} // VHorizontalLayoutImpl