/******************************************************************************* * Copyright (c) 2010 Herman Lee. * 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: * Herman Lee - initial API and implementation ******************************************************************************/ package ca.uwaterloo.gsd.fsml.implModel; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>variant implements Interface Indirectly</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link ca.uwaterloo.gsd.fsml.implModel.variant_implementsInterface_Indirectly#getInterfaceName <em>Interface Name</em>}</li> * </ul> * </p> * * @see ca.uwaterloo.gsd.fsml.implModel.ImplModelPackage#getvariant_implementsInterface_Indirectly() * @model * @generated */ public interface variant_implementsInterface_Indirectly extends variant_implementsInterface { /** * Returns the value of the '<em><b>Interface Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Interface Name</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Interface Name</em>' attribute. * @see #setInterfaceName(String) * @see ca.uwaterloo.gsd.fsml.implModel.ImplModelPackage#getvariant_implementsInterface_Indirectly_InterfaceName() * @model * @generated */ String getInterfaceName(); /** * Sets the value of the '{@link ca.uwaterloo.gsd.fsml.implModel.variant_implementsInterface_Indirectly#getInterfaceName <em>Interface Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Interface Name</em>' attribute. * @see #getInterfaceName() * @generated */ void setInterfaceName(String value); } // variant_implementsInterface_Indirectly