blob: e7562b4d87413f5614089f33317fbc328f4f8a9a [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 v1.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;
import org.eclipse.rcptt.ecl.core.Command;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Get Last Message Box</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.rcptt.tesla.ecl.model.TeslaPackage#getGetLastMessageBox()
* @model annotation="http://www.eclipse.org/ecl/docs description='Gets last shown MessageBox info. If MessageBox was not shown, then error is returned.' returns='MessageBoxInfo' example='set-dialog-result MessageBox 128\r\nget-view \"Q7 Quality Mockups\" | get-group \"MessageBox Test\" | get-button \"Message Box with YES/NO Buttons\" | click\r\nwith [get-last-message-box] {\r\n get-property title | equals \"Warning\" | verify-true\r\n get-property message | equals \"Yes or No?\" | verify-true\r\n}'"
* @generated
*/
public interface GetLastMessageBox extends Command {
} // GetLastMessageBox