/** * Copyright (c) 2015 Obeo. * 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.htm * Contributors: Obeo - initial API and implementation */ package org.eclipse.eef.impl; import org.eclipse.eef.EEFSelectStyle; import org.eclipse.eef.EefPackage; import org.eclipse.emf.ecore.EClass; /** * <!-- begin-user-doc --> An implementation of the model object '<em><b>EEF Select Style</b></em>'. <!-- end-user-doc * --> * <p> * </p> * * @generated */ public class EEFSelectStyleImpl extends EEFWidgetStyleImpl implements EEFSelectStyle { /** * <!-- begin-user-doc --> <!-- end-user-doc --> * * @generated */ protected EEFSelectStyleImpl() { super(); } /** * <!-- begin-user-doc --> <!-- end-user-doc --> * * @generated */ @Override protected EClass eStaticClass() { return EefPackage.Literals.EEF_SELECT_STYLE; } } // EEFSelectStyleImpl