/******************************************************************************* * 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 assigned With Null In Method</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link ca.uwaterloo.gsd.fsml.implModel.variant_assignedWithNull_InMethod#getMethodName <em>Method Name</em>}</li> * </ul> * </p> * * @see ca.uwaterloo.gsd.fsml.implModel.ImplModelPackage#getvariant_assignedWithNull_InMethod() * @model * @generated */ public interface variant_assignedWithNull_InMethod extends variant_assignedWithNull { /** * Returns the value of the '<em><b>Method Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Method 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>Method Name</em>' attribute. * @see #setMethodName(String) * @see ca.uwaterloo.gsd.fsml.implModel.ImplModelPackage#getvariant_assignedWithNull_InMethod_MethodName() * @model * @generated */ String getMethodName(); /** * Sets the value of the '{@link ca.uwaterloo.gsd.fsml.implModel.variant_assignedWithNull_InMethod#getMethodName <em>Method Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Method Name</em>' attribute. * @see #getMethodName() * @generated */ void setMethodName(String value); } // variant_assignedWithNull_InMethod