blob: ba31fe6f7e0b9f36b2cf0dd667d603cbfefeecab [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007-2013 THALES GLOBAL SERVICES.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Obeo - initial API and implementation
*******************************************************************************/
package org.eclipse.sirius.tests.sample.migration.migrationmodeler;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Workspace Image</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>
* {@link org.eclipse.sirius.tests.sample.migration.migrationmodeler.WorkspaceImage#getWorkspacePath
* <em>Workspace Path</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.sirius.tests.sample.migration.migrationmodeler.MigrationmodelerPackage#getWorkspaceImage()
* @model
* @generated
*/
public interface WorkspaceImage extends NodeStyle, ContainerStyle {
/**
* Returns the value of the '<em><b>Workspace Path</b></em>' attribute. <!--
* begin-user-doc --> <!-- end-user-doc --> <!-- begin-model-doc --> The
* path of the image to use. <!-- end-model-doc -->
*
* @return the value of the '<em>Workspace Path</em>' attribute.
* @see #setWorkspacePath(String)
* @see org.eclipse.sirius.tests.sample.migration.migrationmodeler.MigrationmodelerPackage#getWorkspaceImage_WorkspacePath()
* @model required="true"
* @generated
*/
String getWorkspacePath();
/**
* Sets the value of the '
* {@link org.eclipse.sirius.tests.sample.migration.migrationmodeler.WorkspaceImage#getWorkspacePath
* <em>Workspace Path</em>}' attribute. <!-- begin-user-doc --> <!--
* end-user-doc -->
*
* @param value
* the new value of the '<em>Workspace Path</em>' attribute.
* @see #getWorkspacePath()
* @generated
*/
void setWorkspacePath(String value);
} // WorkspaceImage