/*******************************************************************************
* 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 New Initializer</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link ca.uwaterloo.gsd.fsml.implModel.variant_assignedWithNew_Initializer#getInitializedType <em>Initialized Type</em>}</li>
* </ul>
* </p>
*
* @see ca.uwaterloo.gsd.fsml.implModel.ImplModelPackage#getvariant_assignedWithNew_Initializer()
* @model
* @generated
*/
public interface variant_assignedWithNew_Initializer extends variant_assignedWithNew {
/**
* Returns the value of the '<em><b>Initialized Type</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Initialized Type</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Initialized Type</em>' attribute.
* @see #setInitializedType(String)
* @see ca.uwaterloo.gsd.fsml.implModel.ImplModelPackage#getvariant_assignedWithNew_Initializer_InitializedType()
* @model
* @generated
*/
String getInitializedType();
/**
* Sets the value of the '{@link ca.uwaterloo.gsd.fsml.implModel.variant_assignedWithNew_Initializer#getInitializedType <em>Initialized Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Initialized Type</em>' attribute.
* @see #getInitializedType()
* @generated
*/
void setInitializedType(String value);
} // variant_assignedWithNew_Initializer