blob: 0547e4672b81cb3acf0ad2e43c42132c8c9b685f [file] [log] [blame]
/**
*
* Copyright (c) 2011, 2016 - 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:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
*/
package org.eclipse.osbp.infogrid.model.gridsource;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.xtext.common.types.JvmTypeReference;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Cx Grid Source</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getId <em>Id</em>}</li>
* <li>{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getTags <em>Tags</em>}</li>
* <li>{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getKind <em>Kind</em>}</li>
* <li>{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getRootType <em>Root Type</em>}</li>
* <li>{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getRootTypeFQN <em>Root Type FQN</em>}</li>
* <li>{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getProperties <em>Properties</em>}</li>
* <li>{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getInputs <em>Inputs</em>}</li>
* <li>{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getSelectionEventTopic <em>Selection Event Topic</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourcePackage#getCxGridSource()
* @model
* @generated
*/
public interface CxGridSource extends EObject {
/**
* Returns the value of the '<em><b>Id</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Id</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Id</em>' attribute.
* @see #setId(String)
* @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourcePackage#getCxGridSource_Id()
* @model
* @generated
*/
String getId();
/**
* Sets the value of the '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getId <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Id</em>' attribute.
* @see #getId()
* @generated
*/
void setId(String value);
/**
* Returns the value of the '<em><b>Tags</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Tags</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Tags</em>' attribute list.
* @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourcePackage#getCxGridSource_Tags()
* @model
* @generated
*/
EList<String> getTags();
/**
* Returns the value of the '<em><b>Kind</b></em>' attribute.
* The default value is <code>"ecview"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Kind</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Kind</em>' attribute.
* @see #setKind(String)
* @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourcePackage#getCxGridSource_Kind()
* @model default="ecview"
* @generated
*/
String getKind();
/**
* Sets the value of the '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getKind <em>Kind</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Kind</em>' attribute.
* @see #getKind()
* @generated
*/
void setKind(String value);
/**
* Returns the value of the '<em><b>Root Type</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Root Type</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Root Type</em>' containment reference.
* @see #setRootType(JvmTypeReference)
* @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourcePackage#getCxGridSource_RootType()
* @model containment="true"
* @generated
*/
JvmTypeReference getRootType();
/**
* Sets the value of the '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getRootType <em>Root Type</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Root Type</em>' containment reference.
* @see #getRootType()
* @generated
*/
void setRootType(JvmTypeReference value);
/**
* Returns the value of the '<em><b>Root Type FQN</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Root Type FQN</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Root Type FQN</em>' attribute.
* @see #setRootTypeFQN(String)
* @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourcePackage#getCxGridSource_RootTypeFQN()
* @model
* @generated
*/
String getRootTypeFQN();
/**
* Sets the value of the '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getRootTypeFQN <em>Root Type FQN</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Root Type FQN</em>' attribute.
* @see #getRootTypeFQN()
* @generated
*/
void setRootTypeFQN(String value);
/**
* Returns the value of the '<em><b>Properties</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.infogrid.model.gridsource.CxGridProperty}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Properties</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Properties</em>' containment reference list.
* @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourcePackage#getCxGridSource_Properties()
* @model containment="true"
* @generated
*/
EList<CxGridProperty> getProperties();
/**
* Returns the value of the '<em><b>Inputs</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceInput}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Inputs</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Inputs</em>' containment reference list.
* @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourcePackage#getCxGridSource_Inputs()
* @model containment="true"
* @generated
*/
EList<CxGridSourceInput> getInputs();
/**
* Returns the value of the '<em><b>Selection Event Topic</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Selection Event Topic</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Selection Event Topic</em>' attribute.
* @see #setSelectionEventTopic(String)
* @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourcePackage#getCxGridSource_SelectionEventTopic()
* @model
* @generated
*/
String getSelectionEventTopic();
/**
* Sets the value of the '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getSelectionEventTopic <em>Selection Event Topic</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Selection Event Topic</em>' attribute.
* @see #getSelectionEventTopic()
* @generated
*/
void setSelectionEventTopic(String value);
} // CxGridSource