blob: cb6b1e68ec855d947883ff4b6c9952958132febd [file] [log] [blame]
/**
* Copyright (c) 2012, 2015 - Lunifera GmbH (Austria), Loetz GmbH&Co.KG and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Florian Pirchner - initial API and implementation
*/
package org.eclipse.osbp.ecview.core.extension.model.extension;
import org.eclipse.osbp.ecview.core.common.model.core.YField;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>YUi Input</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.osbp.ecview.core.extension.model.extension.ExtensionModelPackage#getYInput()
* @model abstract="true"
* @generated
*/
public interface YInput extends YField {
} // YUiInput