Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/src-gen/org/eclipse/papyrus/uml/textedit/parameter/xtext/umlParameter/StringValue.java')
-rw-r--r--plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/src-gen/org/eclipse/papyrus/uml/textedit/parameter/xtext/umlParameter/StringValue.java58
1 files changed, 30 insertions, 28 deletions
diff --git a/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/src-gen/org/eclipse/papyrus/uml/textedit/parameter/xtext/umlParameter/StringValue.java b/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/src-gen/org/eclipse/papyrus/uml/textedit/parameter/xtext/umlParameter/StringValue.java
index 4c70f328bf3..c589154c5d0 100644
--- a/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/src-gen/org/eclipse/papyrus/uml/textedit/parameter/xtext/umlParameter/StringValue.java
+++ b/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/src-gen/org/eclipse/papyrus/uml/textedit/parameter/xtext/umlParameter/StringValue.java
@@ -10,41 +10,43 @@ package org.eclipse.papyrus.uml.textedit.parameter.xtext.umlParameter;
*
* <p>
* The following features are supported:
+ * </p>
* <ul>
- * <li>{@link org.eclipse.papyrus.uml.textedit.parameter.xtext.umlParameter.StringValue#getLiteralString <em>Literal String</em>}</li>
+ * <li>{@link org.eclipse.papyrus.uml.textedit.parameter.xtext.umlParameter.StringValue#getLiteralString <em>Literal String</em>}</li>
* </ul>
- * </p>
*
* @see org.eclipse.papyrus.uml.textedit.parameter.xtext.umlParameter.UmlParameterPackage#getStringValue()
* @model
* @generated
*/
-public interface StringValue extends Value
-{
- /**
- * Returns the value of the '<em><b>Literal String</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Literal String</em>' attribute isn't clear,
- * there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- * @return the value of the '<em>Literal String</em>' attribute.
- * @see #setLiteralString(String)
- * @see org.eclipse.papyrus.uml.textedit.parameter.xtext.umlParameter.UmlParameterPackage#getStringValue_LiteralString()
- * @model
- * @generated
- */
- String getLiteralString();
+public interface StringValue extends Value {
+ /**
+ * Returns the value of the '<em><b>Literal String</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Literal String</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ *
+ * @return the value of the '<em>Literal String</em>' attribute.
+ * @see #setLiteralString(String)
+ * @see org.eclipse.papyrus.uml.textedit.parameter.xtext.umlParameter.UmlParameterPackage#getStringValue_LiteralString()
+ * @model
+ * @generated
+ */
+ String getLiteralString();
- /**
- * Sets the value of the '{@link org.eclipse.papyrus.uml.textedit.parameter.xtext.umlParameter.StringValue#getLiteralString <em>Literal String</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Literal String</em>' attribute.
- * @see #getLiteralString()
- * @generated
- */
- void setLiteralString(String value);
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.uml.textedit.parameter.xtext.umlParameter.StringValue#getLiteralString <em>Literal String</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Literal String</em>' attribute.
+ * @see #getLiteralString()
+ * @generated
+ */
+ void setLiteralString(String value);
} // StringValue

Back to the top