blob: 75371684fe51e4de9e4a6c849034815500b1b467 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2019 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 v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v20.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.TextSelector;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Get Handle</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.rcptt.tesla.ecl.model.diagram.DiagramPackage#getGetHandle()
* @model annotation="http://www.eclipse.org/ecl/docs description='Gets specified handle of GMF element. If this handle is not found, the error is returned.' returns='handle' example='get-editor Diagram | get-diagram | get-edit-part -className DiagramEditPart | get-handle ResizeHandle | mouse-hover 5 5 -height 7 -width 7' recorded='true'"
* @generated
*/
public interface GetHandle extends TextSelector {
} // GetHandle