blob: 23b3e7cb491999bdd27089aa7b6a208d182247bb [file] [log] [blame]
/**
*/
package org.eclipse.emf.ecp.ecview.common.model.core;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>YMulti Selection Bindable</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.emf.ecp.ecview.common.model.core.YMultiSelectionBindable#getMultiSelectionBindingEndpoint <em>Multi Selection Binding Endpoint</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.emf.ecp.ecview.common.model.core.CoreModelPackage#getYMultiSelectionBindable()
* @model interface="true" abstract="true"
* @generated
*/
public interface YMultiSelectionBindable extends YBindable {
/**
* Returns the value of the '<em><b>Multi Selection Binding Endpoint</b></em>' reference.
* It is bidirectional and its opposite is '{@link org.eclipse.emf.ecp.ecview.common.model.core.YEmbeddableMultiSelectionEndpoint#getElement <em>Element</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Multi Selection Binding Endpoint</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Multi Selection Binding Endpoint</em>' reference.
* @see #setMultiSelectionBindingEndpoint(YEmbeddableMultiSelectionEndpoint)
* @see org.eclipse.emf.ecp.ecview.common.model.core.CoreModelPackage#getYMultiSelectionBindable_MultiSelectionBindingEndpoint()
* @see org.eclipse.emf.ecp.ecview.common.model.core.YEmbeddableMultiSelectionEndpoint#getElement
* @model opposite="element"
* @generated
*/
YEmbeddableMultiSelectionEndpoint getMultiSelectionBindingEndpoint();
/**
* Sets the value of the '{@link org.eclipse.emf.ecp.ecview.common.model.core.YMultiSelectionBindable#getMultiSelectionBindingEndpoint <em>Multi Selection Binding Endpoint</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Multi Selection Binding Endpoint</em>' reference.
* @see #getMultiSelectionBindingEndpoint()
* @generated
*/
void setMultiSelectionBindingEndpoint(YEmbeddableMultiSelectionEndpoint value);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model
* @generated
*/
YEmbeddableMultiSelectionEndpoint createMultiSelectionEndpoint();
} // YMultiSelectionBindable