blob: e1440b333ef740f7d3c7decc797b128e51959753 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2019 Xored Software Inc and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Xored Software Inc - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.rcptt.core.ecl.core.model;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Q7 Information</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.rcptt.core.ecl.core.model.Q7Information#getVersion <em>Version</em>}</li>
* <li>{@link org.eclipse.rcptt.core.ecl.core.model.Q7Information#isTeslaActive <em>Tesla Active</em>}</li>
* <li>{@link org.eclipse.rcptt.core.ecl.core.model.Q7Information#getTeslaPort <em>Tesla Port</em>}</li>
* <li>{@link org.eclipse.rcptt.core.ecl.core.model.Q7Information#isClientActive <em>Client Active</em>}</li>
* <li>{@link org.eclipse.rcptt.core.ecl.core.model.Q7Information#getWindowCount <em>Window Count</em>}</li>
* </ul>
*
* @see org.eclipse.rcptt.core.ecl.core.model.Q7CorePackage#getQ7Information()
* @model
* @generated
*/
public interface Q7Information extends EObject {
/**
* Returns the value of the '<em><b>Version</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Version</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Version</em>' attribute.
* @see #setVersion(String)
* @see org.eclipse.rcptt.core.ecl.core.model.Q7CorePackage#getQ7Information_Version()
* @model
* @generated
*/
String getVersion();
/**
* Sets the value of the '{@link org.eclipse.rcptt.core.ecl.core.model.Q7Information#getVersion <em>Version</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Version</em>' attribute.
* @see #getVersion()
* @generated
*/
void setVersion(String value);
/**
* Returns the value of the '<em><b>Tesla Active</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Tesla Active</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Tesla Active</em>' attribute.
* @see #setTeslaActive(boolean)
* @see org.eclipse.rcptt.core.ecl.core.model.Q7CorePackage#getQ7Information_TeslaActive()
* @model
* @generated
*/
boolean isTeslaActive();
/**
* Sets the value of the '{@link org.eclipse.rcptt.core.ecl.core.model.Q7Information#isTeslaActive <em>Tesla Active</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Tesla Active</em>' attribute.
* @see #isTeslaActive()
* @generated
*/
void setTeslaActive(boolean value);
/**
* Returns the value of the '<em><b>Tesla Port</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Tesla Port</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Tesla Port</em>' attribute.
* @see #setTeslaPort(int)
* @see org.eclipse.rcptt.core.ecl.core.model.Q7CorePackage#getQ7Information_TeslaPort()
* @model
* @generated
*/
int getTeslaPort();
/**
* Sets the value of the '{@link org.eclipse.rcptt.core.ecl.core.model.Q7Information#getTeslaPort <em>Tesla Port</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Tesla Port</em>' attribute.
* @see #getTeslaPort()
* @generated
*/
void setTeslaPort(int value);
/**
* Returns the value of the '<em><b>Client Active</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Client Active</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Client Active</em>' attribute.
* @see #setClientActive(boolean)
* @see org.eclipse.rcptt.core.ecl.core.model.Q7CorePackage#getQ7Information_ClientActive()
* @model
* @generated
*/
boolean isClientActive();
/**
* Sets the value of the '{@link org.eclipse.rcptt.core.ecl.core.model.Q7Information#isClientActive <em>Client Active</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Client Active</em>' attribute.
* @see #isClientActive()
* @generated
*/
void setClientActive(boolean value);
/**
* Returns the value of the '<em><b>Window Count</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Window Count</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Window Count</em>' attribute.
* @see #setWindowCount(int)
* @see org.eclipse.rcptt.core.ecl.core.model.Q7CorePackage#getQ7Information_WindowCount()
* @model
* @generated
*/
int getWindowCount();
/**
* Sets the value of the '{@link org.eclipse.rcptt.core.ecl.core.model.Q7Information#getWindowCount <em>Window Count</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Window Count</em>' attribute.
* @see #getWindowCount()
* @generated
*/
void setWindowCount(int value);
} // Q7Information