Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/src-gen/org/eclipse/papyrus/uml/textedit/property/xtext/umlProperty/BooleanValue.java')
-rw-r--r--plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/src-gen/org/eclipse/papyrus/uml/textedit/property/xtext/umlProperty/BooleanValue.java62
1 files changed, 32 insertions, 30 deletions
diff --git a/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/src-gen/org/eclipse/papyrus/uml/textedit/property/xtext/umlProperty/BooleanValue.java b/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/src-gen/org/eclipse/papyrus/uml/textedit/property/xtext/umlProperty/BooleanValue.java
index cdb5a3ddad7..eb77781c8ce 100644
--- a/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/src-gen/org/eclipse/papyrus/uml/textedit/property/xtext/umlProperty/BooleanValue.java
+++ b/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/src-gen/org/eclipse/papyrus/uml/textedit/property/xtext/umlProperty/BooleanValue.java
@@ -12,42 +12,44 @@ package org.eclipse.papyrus.uml.textedit.property.xtext.umlProperty;
* The following features are supported:
* </p>
* <ul>
- * <li>{@link org.eclipse.papyrus.uml.textedit.property.xtext.umlProperty.BooleanValue#getLiteralBoolean <em>Literal Boolean</em>}</li>
+ * <li>{@link org.eclipse.papyrus.uml.textedit.property.xtext.umlProperty.BooleanValue#getLiteralBoolean <em>Literal Boolean</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.uml.textedit.property.xtext.umlProperty.UmlPropertyPackage#getBooleanValue()
* @model
* @generated
*/
-public interface BooleanValue extends Value
-{
- /**
- * Returns the value of the '<em><b>Literal Boolean</b></em>' attribute.
- * The literals are from the enumeration {@link org.eclipse.papyrus.uml.textedit.property.xtext.umlProperty.BooleanLiterals}.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Literal Boolean</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 Boolean</em>' attribute.
- * @see org.eclipse.papyrus.uml.textedit.property.xtext.umlProperty.BooleanLiterals
- * @see #setLiteralBoolean(BooleanLiterals)
- * @see org.eclipse.papyrus.uml.textedit.property.xtext.umlProperty.UmlPropertyPackage#getBooleanValue_LiteralBoolean()
- * @model
- * @generated
- */
- BooleanLiterals getLiteralBoolean();
+public interface BooleanValue extends Value {
+ /**
+ * Returns the value of the '<em><b>Literal Boolean</b></em>' attribute.
+ * The literals are from the enumeration {@link org.eclipse.papyrus.uml.textedit.property.xtext.umlProperty.BooleanLiterals}.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Literal Boolean</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 Boolean</em>' attribute.
+ * @see org.eclipse.papyrus.uml.textedit.property.xtext.umlProperty.BooleanLiterals
+ * @see #setLiteralBoolean(BooleanLiterals)
+ * @see org.eclipse.papyrus.uml.textedit.property.xtext.umlProperty.UmlPropertyPackage#getBooleanValue_LiteralBoolean()
+ * @model
+ * @generated
+ */
+ BooleanLiterals getLiteralBoolean();
- /**
- * Sets the value of the '{@link org.eclipse.papyrus.uml.textedit.property.xtext.umlProperty.BooleanValue#getLiteralBoolean <em>Literal Boolean</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Literal Boolean</em>' attribute.
- * @see org.eclipse.papyrus.uml.textedit.property.xtext.umlProperty.BooleanLiterals
- * @see #getLiteralBoolean()
- * @generated
- */
- void setLiteralBoolean(BooleanLiterals value);
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.uml.textedit.property.xtext.umlProperty.BooleanValue#getLiteralBoolean <em>Literal Boolean</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Literal Boolean</em>' attribute.
+ * @see org.eclipse.papyrus.uml.textedit.property.xtext.umlProperty.BooleanLiterals
+ * @see #getLiteralBoolean()
+ * @generated
+ */
+ void setLiteralBoolean(BooleanLiterals value);
} // BooleanValue

Back to the top