blob: 1adc4d8f96ec97754719c3732517c17ed4dec1a6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2014 Xored Software Inc and others.
* 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:
* Xored Software Inc - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.rcptt.tesla.ecl.model.diagram;
import org.eclipse.rcptt.tesla.ecl.model.Selector;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Get Edit Part</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.rcptt.tesla.ecl.model.diagram.GetEditPart#getPath <em>Path</em>}</li>
* <li>{@link org.eclipse.rcptt.tesla.ecl.model.diagram.GetEditPart#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.rcptt.tesla.ecl.model.diagram.GetEditPart#getFeature <em>Feature</em>}</li>
* <li>{@link org.eclipse.rcptt.tesla.ecl.model.diagram.GetEditPart#getClassName <em>Class Name</em>}</li>
* <li>{@link org.eclipse.rcptt.tesla.ecl.model.diagram.GetEditPart#getText <em>Text</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.rcptt.tesla.ecl.model.diagram.DiagramPackage#getGetEditPart()
* @model annotation="http://www.eclipse.org/ecl/docs description='Gets EObject part that should be edited' returns='Part of EObject' recorded='true' example='get-editor Network | get-diagram | get-edit-part -name Network | mouse-hover 139 377 -height 609 -width 1034'"
* @generated
*/
public interface GetEditPart extends Selector {
/**
* Returns the value of the '<em><b>Path</b></em>' attribute. <!--
* begin-user-doc -->
* <p>
* If the meaning of the '<em>Path</em>' attribute isn't clear, there really
* should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Path</em>' attribute.
* @see #setPath(String)
* @see org.eclipse.rcptt.tesla.ecl.model.diagram.DiagramPackage#getGetEditPart_Path()
* @model annotation=
* "http://www.eclipse.org/ecl/docs description='Path to EObject'"
* @generated
*/
String getPath();
/**
* Sets the value of the '{@link org.eclipse.rcptt.tesla.ecl.model.diagram.GetEditPart#getPath <em>Path</em>}' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @param value the new value of the '<em>Path</em>' attribute.
* @see #getPath()
* @generated
*/
void setPath(String value);
/**
* Returns the value of the '<em><b>Name</b></em>' attribute. <!--
* begin-user-doc -->
* <p>
* If the meaning of the '<em>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>Name</em>' attribute.
* @see #setName(String)
* @see org.eclipse.rcptt.tesla.ecl.model.diagram.DiagramPackage#getGetEditPart_Name()
* @model annotation=
* "http://www.eclipse.org/ecl/docs description='Name of EObject'"
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.eclipse.rcptt.tesla.ecl.model.diagram.GetEditPart#getName <em>Name</em>}' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @param value the new value of the '<em>Name</em>' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* Returns the value of the '<em><b>Feature</b></em>' attribute. <!--
* begin-user-doc -->
* <p>
* If the meaning of the '<em>Feature</em>' attribute isn't clear, there
* really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Feature</em>' attribute.
* @see #setFeature(String)
* @see org.eclipse.rcptt.tesla.ecl.model.diagram.DiagramPackage#getGetEditPart_Feature()
* @model
* @generated
*/
String getFeature();
/**
* Sets the value of the '
* {@link org.eclipse.rcptt.tesla.ecl.model.diagram.GetEditPart#getFeature
* <em>Feature</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc
* -->
*
* @param value
* the new value of the '<em>Feature</em>' attribute.
* @see #getFeature()
* @generated
*/
void setFeature(String value);
/**
* 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 org.eclipse.rcptt.tesla.ecl.model.diagram.DiagramPackage#getGetEditPart_ClassName()
* @model
* @generated
*/
String getClassName();
/**
* Sets the value of the '{@link org.eclipse.rcptt.tesla.ecl.model.diagram.GetEditPart#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);
/**
* Returns the value of the '<em><b>Text</b></em>' attribute. <!--
* begin-user-doc -->
* <p>
* If the meaning of the '<em>Text</em>' attribute isn't clear, there really
* should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Text</em>' attribute.
* @see #setText(String)
* @see org.eclipse.rcptt.tesla.ecl.model.diagram.DiagramPackage#getGetEditPart_Text()
* @model
* @generated
*/
String getText();
/**
* Sets the value of the '{@link org.eclipse.rcptt.tesla.ecl.model.diagram.GetEditPart#getText <em>Text</em>}' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @param value the new value of the '<em>Text</em>' attribute.
* @see #getText()
* @generated
*/
void setText(String value);
} // GetEditPart