Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/org/w3/_2000/_09/xmldsig/ManifestType.java')
-rwxr-xr-xtests/org.eclipse.emf.teneo.samples/src/org/w3/_2000/_09/xmldsig/ManifestType.java38
1 files changed, 19 insertions, 19 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/org/w3/_2000/_09/xmldsig/ManifestType.java b/tests/org.eclipse.emf.teneo.samples/src/org/w3/_2000/_09/xmldsig/ManifestType.java
index 8014430ab..ab8c1c5c4 100755
--- a/tests/org.eclipse.emf.teneo.samples/src/org/w3/_2000/_09/xmldsig/ManifestType.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/org/w3/_2000/_09/xmldsig/ManifestType.java
@@ -11,32 +11,31 @@ import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Manifest Type</b></em>'.
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Manifest Type</b></em>'.
* <!-- end-user-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.w3._2000._09.xmldsig.ManifestType#getReference <em>Reference</em>}</li>
- * <li>{@link org.w3._2000._09.xmldsig.ManifestType#getId <em>Id</em>}</li>
+ * <li>{@link org.w3._2000._09.xmldsig.ManifestType#getReference <em>Reference</em>}</li>
+ * <li>{@link org.w3._2000._09.xmldsig.ManifestType#getId <em>Id</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.w3._2000._09.xmldsig.XmldsigPackage#getManifestType()
* @model extendedMetaData="name='ManifestType' kind='elementOnly'"
* @generated
*/
public interface ManifestType extends EObject {
/**
- * Returns the value of the '<em><b>Reference</b></em>' containment reference list.
- * The list contents are of type {@link org.w3._2000._09.xmldsig.ReferenceType}.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Reference</b></em>' containment reference list. The list
+ * contents are of type {@link org.w3._2000._09.xmldsig.ReferenceType}. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Reference</em>' containment reference list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Reference</em>' containment reference list isn't clear, there really
+ * should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Reference</em>' containment reference list.
* @see org.w3._2000._09.xmldsig.XmldsigPackage#getManifestType_Reference()
* @model containment="true" required="true"
@@ -46,13 +45,13 @@ public interface ManifestType extends EObject {
EList<ReferenceType> getReference();
/**
- * Returns the value of the '<em><b>Id</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Id</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Id</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Id</em>' attribute isn't clear, there really should be more of a
+ * description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Id</em>' attribute.
* @see #setId(String)
* @see org.w3._2000._09.xmldsig.XmldsigPackage#getManifestType_Id()
@@ -63,10 +62,11 @@ public interface ManifestType extends EObject {
String getId();
/**
- * Sets the value of the '{@link org.w3._2000._09.xmldsig.ManifestType#getId <em>Id</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Id</em>' attribute.
+ * Sets the value of the '{@link org.w3._2000._09.xmldsig.ManifestType#getId <em>Id</em>}'
+ * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Id</em>' attribute.
* @see #getId()
* @generated
*/

Back to the top