Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.projectconfig/src/org/eclipse/emf/cdo/releng/projectconfig/Project.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.projectconfig/src/org/eclipse/emf/cdo/releng/projectconfig/Project.java122
1 files changed, 122 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.projectconfig/src/org/eclipse/emf/cdo/releng/projectconfig/Project.java b/plugins/org.eclipse.emf.cdo.releng.projectconfig/src/org/eclipse/emf/cdo/releng/projectconfig/Project.java
new file mode 100644
index 0000000000..beeb7c4c70
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.releng.projectconfig/src/org/eclipse/emf/cdo/releng/projectconfig/Project.java
@@ -0,0 +1,122 @@
+/**
+ */
+package org.eclipse.emf.cdo.releng.projectconfig;
+
+import org.eclipse.emf.cdo.releng.preferences.PreferenceNode;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Project</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.eclipse.emf.cdo.releng.projectconfig.Project#getConfiguration <em>Configuration</em>}</li>
+ * <li>{@link org.eclipse.emf.cdo.releng.projectconfig.Project#getPreferenceProfiles <em>Preference Profiles</em>}</li>
+ * <li>{@link org.eclipse.emf.cdo.releng.projectconfig.Project#getPreferenceNode <em>Preference Node</em>}</li>
+ * <li>{@link org.eclipse.emf.cdo.releng.projectconfig.Project#getPreferenceProfileReferences <em>Preference Profile References</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.emf.cdo.releng.projectconfig.ProjectConfigPackage#getProject()
+ * @model annotation="http://www.eclipse.org/emf/2002/Ecore constraints='AllPreferencesManaged'"
+ * @generated
+ */
+public interface Project extends EObject
+{
+ /**
+ * Returns the value of the '<em><b>Configuration</b></em>' container reference.
+ * It is bidirectional and its opposite is '{@link org.eclipse.emf.cdo.releng.projectconfig.WorkspaceConfiguration#getProjects <em>Projects</em>}'.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Configuration</em>' container reference isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Configuration</em>' container reference.
+ * @see #setConfiguration(WorkspaceConfiguration)
+ * @see org.eclipse.emf.cdo.releng.projectconfig.ProjectConfigPackage#getProject_Configuration()
+ * @see org.eclipse.emf.cdo.releng.projectconfig.WorkspaceConfiguration#getProjects
+ * @model opposite="projects" required="true" transient="false"
+ * @generated
+ */
+ WorkspaceConfiguration getConfiguration();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.emf.cdo.releng.projectconfig.Project#getConfiguration <em>Configuration</em>}' container reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Configuration</em>' container reference.
+ * @see #getConfiguration()
+ * @generated
+ */
+ void setConfiguration(WorkspaceConfiguration value);
+
+ /**
+ * Returns the value of the '<em><b>Preference Profiles</b></em>' containment reference list.
+ * The list contents are of type {@link org.eclipse.emf.cdo.releng.projectconfig.PreferenceProfile}.
+ * It is bidirectional and its opposite is '{@link org.eclipse.emf.cdo.releng.projectconfig.PreferenceProfile#getProject <em>Project</em>}'.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Preference Profiles</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>Preference Profiles</em>' containment reference list.
+ * @see org.eclipse.emf.cdo.releng.projectconfig.ProjectConfigPackage#getProject_PreferenceProfiles()
+ * @see org.eclipse.emf.cdo.releng.projectconfig.PreferenceProfile#getProject
+ * @model opposite="project" containment="true"
+ * @generated
+ */
+ EList<PreferenceProfile> getPreferenceProfiles();
+
+ /**
+ * Returns the value of the '<em><b>Preference Node</b></em>' reference.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Preference Node</em>' reference isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Preference Node</em>' reference.
+ * @see #setPreferenceNode(PreferenceNode)
+ * @see org.eclipse.emf.cdo.releng.projectconfig.ProjectConfigPackage#getProject_PreferenceNode()
+ * @model required="true"
+ * @generated
+ */
+ PreferenceNode getPreferenceNode();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.emf.cdo.releng.projectconfig.Project#getPreferenceNode <em>Preference Node</em>}' reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Preference Node</em>' reference.
+ * @see #getPreferenceNode()
+ * @generated
+ */
+ void setPreferenceNode(PreferenceNode value);
+
+ /**
+ * Returns the value of the '<em><b>Preference Profile References</b></em>' reference list.
+ * The list contents are of type {@link org.eclipse.emf.cdo.releng.projectconfig.PreferenceProfile}.
+ * It is bidirectional and its opposite is '{@link org.eclipse.emf.cdo.releng.projectconfig.PreferenceProfile#getReferentProjects <em>Referent Projects</em>}'.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Preference Profile References</em>' reference list isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Preference Profile References</em>' reference list.
+ * @see org.eclipse.emf.cdo.releng.projectconfig.ProjectConfigPackage#getProject_PreferenceProfileReferences()
+ * @see org.eclipse.emf.cdo.releng.projectconfig.PreferenceProfile#getReferentProjects
+ * @model opposite="referentProjects"
+ * @generated
+ */
+ EList<PreferenceProfile> getPreferenceProfileReferences();
+
+} // Project

Back to the top