blob: fa9374f659aa21199d9c5a041c6c3d6056a5d589 [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;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Get Section</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.rcptt.tesla.ecl.model.TeslaPackage#getGetSection()
* @model annotation="http://www.eclipse.org/ecl/docs description='Gets section with defined parameter. If this section doesn\'t exist, then error is returned.' returns='section' recorded='true' example='get-editor CheckSetCommand | get-section Contexts | key-type \"M1+s\"'"
* @generated
*/
public interface GetSection extends TextSelector {
} // GetSection