/*******************************************************************************
* 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 extends Class Indirectly</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link ca.uwaterloo.gsd.fsml.implModel.variant_extendsClass_Indirectly#getClassName <em>Class Name</em>}</li>
* </ul>
* </p>
*
* @see ca.uwaterloo.gsd.fsml.implModel.ImplModelPackage#getvariant_extendsClass_Indirectly()
* @model
* @generated
*/
public interface variant_extendsClass_Indirectly extends variant_extendsClass {
/**
* Returns the value of the '<em><b>Class Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Class 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>Class Name</em>' attribute.
* @see #setClassName(String)
* @see ca.uwaterloo.gsd.fsml.implModel.ImplModelPackage#getvariant_extendsClass_Indirectly_ClassName()
* @model
* @generated
*/
String getClassName();
/**
* Sets the value of the '{@link ca.uwaterloo.gsd.fsml.implModel.variant_extendsClass_Indirectly#getClassName <em>Class Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Class Name</em>' attribute.
* @see #getClassName()
* @generated
*/
void setClassName(String value);
} // variant_extendsClass_Indirectly