Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.e4.tools.css.editor/src-gen/org/eclipse/e4/cSS/Rules.java')
-rw-r--r--bundles/org.eclipse.e4.tools.css.editor/src-gen/org/eclipse/e4/cSS/Rules.java64
1 files changed, 0 insertions, 64 deletions
diff --git a/bundles/org.eclipse.e4.tools.css.editor/src-gen/org/eclipse/e4/cSS/Rules.java b/bundles/org.eclipse.e4.tools.css.editor/src-gen/org/eclipse/e4/cSS/Rules.java
deleted file mode 100644
index 759cb2b2..00000000
--- a/bundles/org.eclipse.e4.tools.css.editor/src-gen/org/eclipse/e4/cSS/Rules.java
+++ /dev/null
@@ -1,64 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
-
- */
-package org.eclipse.e4.cSS;
-
-import org.eclipse.emf.common.util.EList;
-
-import org.eclipse.emf.ecore.EObject;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Rules</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- * <li>{@link org.eclipse.e4.cSS.Rules#getSelectors <em>Selectors</em>}</li>
- * <li>{@link org.eclipse.e4.cSS.Rules#getDeclarations <em>Declarations</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.eclipse.e4.cSS.CSSPackage#getRules()
- * @model
- * @generated
- */
-public interface Rules extends EObject
-{
- /**
- * Returns the value of the '<em><b>Selectors</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.e4.cSS.selector}.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Selectors</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>Selectors</em>' containment reference list.
- * @see org.eclipse.e4.cSS.CSSPackage#getRules_Selectors()
- * @model containment="true"
- * @generated
- */
- EList<selector> getSelectors();
-
- /**
- * Returns the value of the '<em><b>Declarations</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.e4.cSS.declaration}.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Declarations</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>Declarations</em>' containment reference list.
- * @see org.eclipse.e4.cSS.CSSPackage#getRules_Declarations()
- * @model containment="true"
- * @generated
- */
- EList<declaration> getDeclarations();
-
-} // Rules

Back to the top