Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.rmf.rif12.model/src/org/eclipse/rmf/rif12/ExchangeFile/AttributeDefinition.java')
-rw-r--r--org.eclipse.rmf.rif12.model/src/org/eclipse/rmf/rif12/ExchangeFile/AttributeDefinition.java35
1 files changed, 0 insertions, 35 deletions
diff --git a/org.eclipse.rmf.rif12.model/src/org/eclipse/rmf/rif12/ExchangeFile/AttributeDefinition.java b/org.eclipse.rmf.rif12.model/src/org/eclipse/rmf/rif12/ExchangeFile/AttributeDefinition.java
deleted file mode 100644
index 64758417..00000000
--- a/org.eclipse.rmf.rif12.model/src/org/eclipse/rmf/rif12/ExchangeFile/AttributeDefinition.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011, 2012 itemis GmbH.
- * 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.html
- *
- * Contributors:
- * Nirmal Sasidharan - initial API and implementation
- ******************************************************************************/
-
-package org.eclipse.rmf.rif12.ExchangeFile;
-
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Attribute Definition</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * Name des Attributs.
- * Zuordnung des Datentyps zum Attribut, aber NICHT die Datentypdefinition selbst.
- * Default-Wert.
- *
- *
- *
- * <!-- end-model-doc -->
- *
- *
- * @see org.eclipse.rmf.rif12.ExchangeFile.ExchangeFilePackage#getAttributeDefinition()
- * @model abstract="true"
- * @generated
- */
-public interface AttributeDefinition extends Identifiable {
-} // AttributeDefinition

Back to the top