Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTableConditionalStyle.java')
-rw-r--r--plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTableConditionalStyle.java57
1 files changed, 0 insertions, 57 deletions
diff --git a/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTableConditionalStyle.java b/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTableConditionalStyle.java
deleted file mode 100644
index 4a4a69e64..000000000
--- a/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFTableConditionalStyle.java
+++ /dev/null
@@ -1,57 +0,0 @@
-/**
- * Copyright (c) 2015 Obeo.
- * 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.htm
- * Contributors: Obeo - initial API and implementation
- */
-package org.eclipse.eef;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>EEF Table Conditional Style</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * Represents a conditional style for a table widget.
- * <!-- end-model-doc -->
- *
- * <p>
- * The following features are supported:
- * </p>
- * <ul>
- * <li>{@link org.eclipse.eef.EEFTableConditionalStyle#getStyle <em>Style</em>}</li>
- * </ul>
- *
- * @see org.eclipse.eef.EefPackage#getEEFTableConditionalStyle()
- * @model
- * @generated
- */
-public interface EEFTableConditionalStyle extends EEFConditionalStyle {
- /**
- * Returns the value of the '<em><b>Style</b></em>' containment reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * Defines the style.
- * <!-- end-model-doc -->
- * @return the value of the '<em>Style</em>' containment reference.
- * @see #setStyle(EEFTableStyle)
- * @see org.eclipse.eef.EefPackage#getEEFTableConditionalStyle_Style()
- * @model containment="true" resolveProxies="true"
- * @generated
- */
- EEFTableStyle getStyle();
-
- /**
- * Sets the value of the '{@link org.eclipse.eef.EEFTableConditionalStyle#getStyle <em>Style</em>}' containment reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Style</em>' containment reference.
- * @see #getStyle()
- * @generated
- */
- void setStyle(EEFTableStyle value);
-
-} // EEFTableConditionalStyle

Back to the top