blob: 9c83505b14877d7a754c1917bcc77205e2c1ca14 [file] [log] [blame]
/**
*
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
*
* 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:
* Florian Pirchner - Initial implementation
*
*/
package org.eclipse.osbp.ecview.extension.model;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>YDelegating Layouting Strategy</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.osbp.ecview.extension.model.YDelegatingLayoutingStrategy#getDelegateStrategyId <em>Delegate Strategy Id</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.osbp.ecview.extension.model.YECviewPackage#getYDelegatingLayoutingStrategy()
* @model
* @generated
*/
public interface YDelegatingLayoutingStrategy extends YLayoutingStrategy {
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->.
*
* @generated
*/
String copyright = "All rights reserved by Loetz GmbH und CoKG Heidelberg 2015.\n\nContributors:\n Florian Pirchner - initial API and implementation";
/**
* Returns the value of the '<em><b>Delegate Strategy Id</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Delegate Strategy Id</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Delegate Strategy Id</em>' attribute.
* @see #setDelegateStrategyId(String)
* @see org.eclipse.osbp.ecview.extension.model.YECviewPackage#getYDelegatingLayoutingStrategy_DelegateStrategyId()
* @model required="true"
* @generated
*/
String getDelegateStrategyId();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.extension.model.YDelegatingLayoutingStrategy#getDelegateStrategyId <em>Delegate Strategy Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Delegate Strategy Id</em>' attribute.
* @see #getDelegateStrategyId()
* @generated
*/
void setDelegateStrategyId(String value);
}