Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaadia Dhouib2014-01-27 13:21:53 +0000
committerSaadia Dhouib2014-01-27 13:21:53 +0000
commitb58a26434724150a2c7e0ae6e8a0406151d01774 (patch)
tree483ed8b252ec54960470dcf9844730eb592d1e61 /deprecated/org.eclipse.papyrus.uml.profilefacet/src/org/eclipse/papyrus/uml/profilefacet/queries/getter/GetStringSingleValue.java
parentf31451326e4d9000bd53de8e7545221cbec83f66 (diff)
parent61fe1560ac4f7d2d667c116648cbe5a2eb6a10ef (diff)
downloadorg.eclipse.papyrus-b58a26434724150a2c7e0ae6e8a0406151d01774.tar.gz
org.eclipse.papyrus-b58a26434724150a2c7e0ae6e8a0406151d01774.tar.xz
org.eclipse.papyrus-b58a26434724150a2c7e0ae6e8a0406151d01774.zip
Merge branch 'master' of git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus
Diffstat (limited to 'deprecated/org.eclipse.papyrus.uml.profilefacet/src/org/eclipse/papyrus/uml/profilefacet/queries/getter/GetStringSingleValue.java')
-rw-r--r--deprecated/org.eclipse.papyrus.uml.profilefacet/src/org/eclipse/papyrus/uml/profilefacet/queries/getter/GetStringSingleValue.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/deprecated/org.eclipse.papyrus.uml.profilefacet/src/org/eclipse/papyrus/uml/profilefacet/queries/getter/GetStringSingleValue.java b/deprecated/org.eclipse.papyrus.uml.profilefacet/src/org/eclipse/papyrus/uml/profilefacet/queries/getter/GetStringSingleValue.java
new file mode 100644
index 00000000000..71e7ea9db67
--- /dev/null
+++ b/deprecated/org.eclipse.papyrus.uml.profilefacet/src/org/eclipse/papyrus/uml/profilefacet/queries/getter/GetStringSingleValue.java
@@ -0,0 +1,21 @@
+/*****************************************************************************
+ * Copyright (c) 2012 CEA LIST.
+ *
+ *
+ * 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:
+ * Vincent Lorenzo (CEA LIST) vincent.lorenzo@cea.fr - Initial API and implementation
+ *
+ *****************************************************************************/
+package org.eclipse.papyrus.uml.profilefacet.queries.getter;
+
+
+
+
+public class GetStringSingleValue extends GetGenericSingleValue<String> {
+
+}

Back to the top