Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-03-07 15:04:21 +0000
committerCamille Letavernier2014-03-07 15:04:21 +0000
commitbec68c9cdfee2d206dc824ec4aefdee99cb5831a (patch)
tree9d21fb3979933cd346a6554cb062355fd51fc666 /plugins
parent6873b36b667f24becf904abfb0ea9c2d9e9d560b (diff)
downloadorg.eclipse.papyrus-bec68c9cdfee2d206dc824ec4aefdee99cb5831a.tar.gz
org.eclipse.papyrus-bec68c9cdfee2d206dc824ec4aefdee99cb5831a.tar.xz
org.eclipse.papyrus-bec68c9cdfee2d206dc824ec4aefdee99cb5831a.zip
429744: [UML 2.5] Migrate Papyrus to UML 2.5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429744 - Trivial: remove the Property:default property definition from the properties view
Diffstat (limited to 'plugins')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx
index cc1223495ba..d0d4bedb039 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx
@@ -4411,7 +4411,6 @@
<properties name="datatype" type="Reference" description="The DataType that owns this Property."/>
<properties name="isDerived" description="If isDerived is true, the value of the attribute is derived from information elsewhere.&#xD;&#xA;Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/>
<properties name="isDerivedUnion" description="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/>
- <properties name="default" description="Specifies a String that represents a value to be used when no argument is supplied for the Property.&#xD;&#xA;A String that is evaluated to give a default value for the Property when an object of the owning Classifier is instantiated."/>
<properties name="aggregation" type="Enumeration" description="Specifies the kind of aggregation that applies to the Property."/>
<properties name="isComposite" description="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.&#xD;&#xA;This is a derived value, indicating whether the aggregation of the Property is composite or not."/>
<properties name="redefinedProperty" type="Reference" description="References the properties that are redefined by this property."/>

Back to the top