blob: ab927e266513a2597eb05a6801446b4c9f6cb25c [file] [log] [blame]
/**
* Copyright (c) 2011, 2015 - Lunifera GmbH (Gross Enzersdorf, Austria), Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* 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:
* Florian Pirchner - Initial implementation
*/
package org.eclipse.osbp.ecview.semantic.uisemantics;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Ux Available Bindings</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.ecview.semantic.uisemantics.UxAvailableBindings#getSuperElement <em>Super Element</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uisemantics.UxAvailableBindings#getBindings <em>Bindings</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.ecview.semantic.uisemantics.UiSemanticsPackage#getUxAvailableBindings()
* @model
* @generated
*/
public interface UxAvailableBindings extends EObject {
/**
* Returns the value of the '<em><b>Super Element</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Super Element</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Super Element</em>' reference.
* @see #setSuperElement(UxElementDefinition)
* @see org.eclipse.osbp.ecview.semantic.uisemantics.UiSemanticsPackage#getUxAvailableBindings_SuperElement()
* @model
* @generated
*/
UxElementDefinition getSuperElement();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.semantic.uisemantics.UxAvailableBindings#getSuperElement <em>Super Element</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Super Element</em>' reference.
* @see #getSuperElement()
* @generated
*/
void setSuperElement(UxElementDefinition value);
/**
* Returns the value of the '<em><b>Bindings</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.ecview.semantic.uisemantics.UxBindingableOption}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Bindings</em>' containment reference list isn't clear,
* there really should be more of a description here...
*
* <!-- end-user-doc -->
* @return the value of the '<em>Bindings</em>' containment reference list.
* @see org.eclipse.osbp.ecview.semantic.uisemantics.UiSemanticsPackage#getUxAvailableBindings_Bindings()
* @model containment="true"
* @generated
*/
EList<UxBindingableOption> getBindings();
} // UxAvailableBindings