Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.modisco.omg.gastm/src-gen/org/eclipse/modisco/omg/gastm/RealLiteral.java')
-rw-r--r--org.eclipse.modisco.omg.gastm/src-gen/org/eclipse/modisco/omg/gastm/RealLiteral.java28
1 files changed, 28 insertions, 0 deletions
diff --git a/org.eclipse.modisco.omg.gastm/src-gen/org/eclipse/modisco/omg/gastm/RealLiteral.java b/org.eclipse.modisco.omg.gastm/src-gen/org/eclipse/modisco/omg/gastm/RealLiteral.java
new file mode 100644
index 000000000..192729fb2
--- /dev/null
+++ b/org.eclipse.modisco.omg.gastm/src-gen/org/eclipse/modisco/omg/gastm/RealLiteral.java
@@ -0,0 +1,28 @@
+/**
+ * <copyright>
+ * Copyright (c) 2009, 2010 Open Canarias, S.L.
+ * 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:
+ * Adolfo Sanchez-Barbudo Herrera - Initial API and implementation
+ *
+ * </copyright>
+ */
+package org.eclipse.modisco.omg.gastm;
+
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Real Literal</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ *
+ * @see org.eclipse.modisco.omg.gastm.GASTMPackage#getRealLiteral()
+ * @model
+ * @generated
+ */
+public interface RealLiteral extends Literal {
+} // RealLiteral

Back to the top