blob: dc54c999389631a131cef8496edc932120926844 [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.core.common.model.binding;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.EStructuralFeature;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>YEC View Model List Binding Endpoint</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.ecview.core.common.model.binding.YECViewModelListBindingEndpoint#getElement <em>Element</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.common.model.binding.YECViewModelListBindingEndpoint#getFeatures <em>Features</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.common.model.binding.YECViewModelListBindingEndpoint#getPropertyPath <em>Property Path</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.common.model.binding.YECViewModelListBindingEndpoint#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.common.model.binding.YECViewModelListBindingEndpoint#getTypeQualifiedName <em>Type Qualified Name</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.core.common.model.binding.YECViewModelListBindingEndpoint#getEmfNsURI <em>Emf Ns URI</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.ecview.core.common.model.binding.BindingPackage#getYECViewModelListBindingEndpoint()
* @model
* @generated
*/
public interface YECViewModelListBindingEndpoint extends YListBindingEndpoint {
/**
* Returns the value of the '<em><b>Element</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Element</em>' reference isn't clear,
* there really should be more of a description here...
*
* <!-- end-user-doc -->
* @return the value of the '<em>Element</em>' reference.
* @see #setElement(EObject)
* @see org.eclipse.osbp.ecview.core.common.model.binding.BindingPackage#getYECViewModelListBindingEndpoint_Element()
* @model required="true"
* @generated
*/
EObject getElement();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.core.common.model.binding.YECViewModelListBindingEndpoint#getElement <em>Element</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Element</em>' reference.
* @see #getElement()
* @generated
*/
void setElement(EObject value);
/**
* Returns the value of the '<em><b>Features</b></em>' reference list.
* The list contents are of type {@link org.eclipse.emf.ecore.EStructuralFeature}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Features</em>' reference list isn't clear,
* there really should be more of a description here...
*
* <!-- end-user-doc -->
* @return the value of the '<em>Features</em>' reference list.
* @see org.eclipse.osbp.ecview.core.common.model.binding.BindingPackage#getYECViewModelListBindingEndpoint_Features()
* @model
* @generated
*/
EList<EStructuralFeature> getFeatures();
/**
* Returns the value of the '<em><b>Property Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Property Path</em>' attribute isn't clear,
* there really should be more of a description here...
*
* <!-- end-user-doc -->
* @return the value of the '<em>Property Path</em>' attribute.
* @see #setPropertyPath(String)
* @see org.eclipse.osbp.ecview.core.common.model.binding.BindingPackage#getYECViewModelListBindingEndpoint_PropertyPath()
* @model
* @generated
*/
String getPropertyPath();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.core.common.model.binding.YECViewModelListBindingEndpoint#getPropertyPath <em>Property Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Property Path</em>' attribute.
* @see #getPropertyPath()
* @generated
*/
void setPropertyPath(String value);
/**
* Returns the value of the '<em><b>Type</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type</em>' attribute isn't clear,
* there really should be more of a description here...
*
* <!-- end-user-doc -->
* @return the value of the '<em>Type</em>' attribute.
* @see #setType(Class)
* @see org.eclipse.osbp.ecview.core.common.model.binding.BindingPackage#getYECViewModelListBindingEndpoint_Type()
* @model
* @generated
*/
Class<?> getType();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.core.common.model.binding.YECViewModelListBindingEndpoint#getType <em>Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Type</em>' attribute.
* @see #getType()
* @generated
*/
void setType(Class<?> value);
/**
* Returns the value of the '<em><b>Type Qualified Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type Qualified Name</em>' attribute isn't clear,
* there really should be more of a description here...
*
* <!-- end-user-doc -->
* @return the value of the '<em>Type Qualified Name</em>' attribute.
* @see #setTypeQualifiedName(String)
* @see org.eclipse.osbp.ecview.core.common.model.binding.BindingPackage#getYECViewModelListBindingEndpoint_TypeQualifiedName()
* @model
* @generated
*/
String getTypeQualifiedName();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.core.common.model.binding.YECViewModelListBindingEndpoint#getTypeQualifiedName <em>Type Qualified Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Type Qualified Name</em>' attribute.
* @see #getTypeQualifiedName()
* @generated
*/
void setTypeQualifiedName(String value);
/**
* Returns the value of the '<em><b>Emf Ns URI</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Emf Ns URI</em>' attribute isn't clear,
* there really should be more of a description here...
*
* <!-- end-user-doc -->
* @return the value of the '<em>Emf Ns URI</em>' attribute.
* @see #setEmfNsURI(String)
* @see org.eclipse.osbp.ecview.core.common.model.binding.BindingPackage#getYECViewModelListBindingEndpoint_EmfNsURI()
* @model
* @generated
*/
String getEmfNsURI();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.core.common.model.binding.YECViewModelListBindingEndpoint#getEmfNsURI <em>Emf Ns URI</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Emf Ns URI</em>' attribute.
* @see #getEmfNsURI()
* @generated
*/
void setEmfNsURI(String value);
} // YECViewModelListBindingEndpoint