Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/StructuralFeature.java')
-rw-r--r--plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/StructuralFeature.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/StructuralFeature.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/StructuralFeature.java
index 84892b9a..3606e0f4 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/StructuralFeature.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/StructuralFeature.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2006 IBM Corporation and others.
+ * Copyright (c) 2005, 2011 IBM Corporation, CEA, and others.
* 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
@@ -7,6 +7,7 @@
*
* Contributors:
* IBM - initial API and implementation
+ * Kenn Hussey (CEA) - 327039
*
* $Id: StructuralFeature.java,v 1.4 2006/05/12 20:38:09 khussey Exp $
*/
@@ -18,8 +19,8 @@ package org.eclipse.uml2.uml;
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
- * A structural feature is a typed feature of a classifier that specifies the structure of instances of the classifier.
* By specializing multiplicity element, it supports a multiplicity that specifies valid cardinalities for the collection of values associated with an instantiation of the structural feature.
+ * A structural feature is a typed feature of a classifier that specifies the structure of instances of the classifier.
* <!-- end-model-doc -->
*
* <p>
@@ -47,7 +48,7 @@ public interface StructuralFeature
* @return the value of the '<em>Is Read Only</em>' attribute.
* @see #setIsReadOnly(boolean)
* @see org.eclipse.uml2.uml.UMLPackage#getStructuralFeature_IsReadOnly()
- * @model default="false" dataType="org.eclipse.uml2.uml.Boolean" required="true" ordered="false"
+ * @model default="false" dataType="org.eclipse.uml2.types.Boolean" required="true" ordered="false"
* @generated
*/
boolean isReadOnly();

Back to the top