/** * Copyright (c) 2008 Olivier Moises * * 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: * Olivier Moises- initial API and implementation */ package org.eclipse.wazaabi.mm.core.styles.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.wazaabi.mm.core.styles.CoreStylesPackage; import org.eclipse.wazaabi.mm.core.styles.ImageRule; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Image Rule</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class ImageRuleImpl extends StringRuleImpl implements ImageRule { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected ImageRuleImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return CoreStylesPackage.Literals.IMAGE_RULE; } } //ImageRuleImpl