blob: cea7b262516e6153f1ffb91230a02f5ffa39436b [file] [log] [blame]
/*
* Copyright (c) 2014, 2016 Eike Stepper (Loehne, Germany) 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
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
*/
package org.eclipse.oomph.setup.launching;
import org.eclipse.oomph.setup.SetupPackage;
import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EPackage;
/**
* <!-- begin-user-doc -->
* The <b>Package</b> for the model.
* It contains accessors for the meta objects to represent
* <ul>
* <li>each class,</li>
* <li>each feature of each class,</li>
* <li>each enum,</li>
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
* @see org.eclipse.oomph.setup.launching.LaunchingFactory
* @model kind="package"
* annotation="http://www.eclipse.org/emf/2002/Ecore schemaLocation='http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Launching.ecore'"
* annotation="http://www.eclipse.org/oomph/setup/Enablement variableName='setup.launching.p2' repository='${oomph.update.url}' installableUnits='org.eclipse.oomph.setup.launching.feature.group'"
* annotation="http://www.eclipse.org/oomph/base/LabelProvider imageBaseURI='http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/plugins/org.eclipse.oomph.setup.launching.edit/icons/full/obj16'"
* @generated
*/
public interface LaunchingPackage extends EPackage
{
/**
* The package name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNAME = "launching"; //$NON-NLS-1$
/**
* The package namespace URI.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNS_URI = "http://www.eclipse.org/oomph/setup/launching/1.0"; //$NON-NLS-1$
/**
* The package namespace name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNS_PREFIX = "launching"; //$NON-NLS-1$
/**
* The singleton instance of the package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
LaunchingPackage eINSTANCE = org.eclipse.oomph.setup.launching.impl.LaunchingPackageImpl.init();
/**
* The meta object id for the '{@link org.eclipse.oomph.setup.launching.impl.LaunchTaskImpl <em>Launch Task</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.oomph.setup.launching.impl.LaunchTaskImpl
* @see org.eclipse.oomph.setup.launching.impl.LaunchingPackageImpl#getLaunchTask()
* @generated
*/
int LAUNCH_TASK = 0;
/**
* The feature id for the '<em><b>Annotations</b></em>' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int LAUNCH_TASK__ANNOTATIONS = SetupPackage.SETUP_TASK__ANNOTATIONS;
/**
* The feature id for the '<em><b>ID</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int LAUNCH_TASK__ID = SetupPackage.SETUP_TASK__ID;
/**
* The feature id for the '<em><b>Description</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int LAUNCH_TASK__DESCRIPTION = SetupPackage.SETUP_TASK__DESCRIPTION;
/**
* The feature id for the '<em><b>Scope Type</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int LAUNCH_TASK__SCOPE_TYPE = SetupPackage.SETUP_TASK__SCOPE_TYPE;
/**
* The feature id for the '<em><b>Excluded Triggers</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int LAUNCH_TASK__EXCLUDED_TRIGGERS = SetupPackage.SETUP_TASK__EXCLUDED_TRIGGERS;
/**
* The feature id for the '<em><b>Disabled</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int LAUNCH_TASK__DISABLED = SetupPackage.SETUP_TASK__DISABLED;
/**
* The feature id for the '<em><b>Predecessors</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int LAUNCH_TASK__PREDECESSORS = SetupPackage.SETUP_TASK__PREDECESSORS;
/**
* The feature id for the '<em><b>Successors</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int LAUNCH_TASK__SUCCESSORS = SetupPackage.SETUP_TASK__SUCCESSORS;
/**
* The feature id for the '<em><b>Restrictions</b></em>' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int LAUNCH_TASK__RESTRICTIONS = SetupPackage.SETUP_TASK__RESTRICTIONS;
/**
* The feature id for the '<em><b>Filter</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int LAUNCH_TASK__FILTER = SetupPackage.SETUP_TASK__FILTER;
/**
* The feature id for the '<em><b>Launcher</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int LAUNCH_TASK__LAUNCHER = SetupPackage.SETUP_TASK_FEATURE_COUNT + 0;
/**
* The feature id for the '<em><b>Run Every Startup</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int LAUNCH_TASK__RUN_EVERY_STARTUP = SetupPackage.SETUP_TASK_FEATURE_COUNT + 1;
/**
* The number of structural features of the '<em>Launch Task</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int LAUNCH_TASK_FEATURE_COUNT = SetupPackage.SETUP_TASK_FEATURE_COUNT + 2;
/**
* Returns the meta object for class '{@link org.eclipse.oomph.setup.launching.LaunchTask <em>Launch Task</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the meta object for class '<em>Launch Task</em>'.
* @see org.eclipse.oomph.setup.launching.LaunchTask
* @generated
*/
EClass getLaunchTask();
/**
* Returns the meta object for the attribute '{@link org.eclipse.oomph.setup.launching.LaunchTask#getLauncher <em>Launcher</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the meta object for the attribute '<em>Launcher</em>'.
* @see org.eclipse.oomph.setup.launching.LaunchTask#getLauncher()
* @see #getLaunchTask()
* @generated
*/
EAttribute getLaunchTask_Launcher();
/**
* Returns the meta object for the attribute '{@link org.eclipse.oomph.setup.launching.LaunchTask#isRunEveryStartup <em>Run Every Startup</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the meta object for the attribute '<em>Run Every Startup</em>'.
* @see org.eclipse.oomph.setup.launching.LaunchTask#isRunEveryStartup()
* @see #getLaunchTask()
* @generated
*/
EAttribute getLaunchTask_RunEveryStartup();
/**
* Returns the factory that creates the instances of the model.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the factory that creates the instances of the model.
* @generated
*/
LaunchingFactory getLaunchingFactory();
/**
* <!-- begin-user-doc -->
* Defines literals for the meta objects that represent
* <ul>
* <li>each class,</li>
* <li>each feature of each class,</li>
* <li>each enum,</li>
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
* @generated
*/
interface Literals
{
/**
* The meta object literal for the '{@link org.eclipse.oomph.setup.launching.impl.LaunchTaskImpl <em>Launch Task</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.oomph.setup.launching.impl.LaunchTaskImpl
* @see org.eclipse.oomph.setup.launching.impl.LaunchingPackageImpl#getLaunchTask()
* @generated
*/
EClass LAUNCH_TASK = eINSTANCE.getLaunchTask();
/**
* The meta object literal for the '<em><b>Launcher</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
EAttribute LAUNCH_TASK__LAUNCHER = eINSTANCE.getLaunchTask_Launcher();
/**
* The meta object literal for the '<em><b>Run Every Startup</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
EAttribute LAUNCH_TASK__RUN_EVERY_STARTUP = eINSTANCE.getLaunchTask_RunEveryStartup();
}
} // LaunchingPackage