Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhussey2006-05-15 20:57:38 +0000
committerkhussey2006-05-15 20:57:38 +0000
commit8dd4b7e3544cbb4c4df9650fa63193a317dc779f (patch)
treed2ba57c906dc17a22881bf25c7a96b2d53d908b4
parent91fa7d7229b3e593445ede9726804b3ff1ade696 (diff)
downloadorg.eclipse.uml2.test-8dd4b7e3544cbb4c4df9650fa63193a317dc779f.tar.gz
org.eclipse.uml2.test-8dd4b7e3544cbb4c4df9650fa63193a317dc779f.tar.xz
org.eclipse.uml2.test-8dd4b7e3544cbb4c4df9650fa63193a317dc779f.zip
[87260] Taking advantage of EMF support for multi-line and sorted property cell editors.
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AbstractionItemProvider.java5
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AcceptCallActionItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AcceptEventActionItemProvider.java14
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActionExecutionSpecificationItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActionInputPinItemProvider.java7
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActionItemProvider.java24
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityEdgeItemProvider.java36
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityGroupItemProvider.java21
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityItemProvider.java31
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityNodeItemProvider.java28
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityParameterNodeItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityPartitionItemProvider.java43
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AddStructuralFeatureValueActionItemProvider.java7
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AddVariableValueActionItemProvider.java7
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ArtifactItemProvider.java22
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AssociationClassItemProvider.java23
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AssociationItemProvider.java23
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehaviorExecutionSpecificationItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehaviorItemProvider.java25
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehavioralFeatureItemProvider.java33
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehavioredClassifierItemProvider.java10
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BroadcastSignalActionItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallActionItemProvider.java11
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallBehaviorActionItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallEventItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallOperationActionItemProvider.java9
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ChangeEventItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClassItemProvider.java27
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClassifierItemProvider.java72
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClassifierTemplateParameterItemProvider.java9
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClauseItemProvider.java22
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClearAssociationActionItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CollaborationItemProvider.java18
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CollaborationUseItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CombinedFragmentItemProvider.java12
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CommentItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ComponentItemProvider.java19
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ComponentRealizationItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConditionalNodeItemProvider.java15
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectableElementItemProvider.java10
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectionPointReferenceItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectorEndItemProvider.java14
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectorItemProvider.java18
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConsiderIgnoreFragmentItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConstraintItemProvider.java12
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ContinuationItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CreateLinkObjectActionItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CreateObjectActionItemProvider.java9
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DataTypeItemProvider.java12
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DecisionNodeItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DependencyItemProvider.java24
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DeploymentItemProvider.java14
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DeploymentSpecificationItemProvider.java10
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DeploymentTargetItemProvider.java9
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DestroyObjectActionItemProvider.java13
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DirectedRelationshipItemProvider.java14
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DurationConstraintItemProvider.java5
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DurationItemProvider.java9
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DurationObservationItemProvider.java9
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ElementImportItemProvider.java12
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ElementItemProvider.java12
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/EncapsulatedClassifierItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/EnumerationItemProvider.java7
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/EnumerationLiteralItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExceptionHandlerItemProvider.java10
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExecutableNodeItemProvider.java7
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExecutionOccurrenceSpecificationItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExecutionSpecificationItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExpansionNodeItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExpansionRegionItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExpressionItemProvider.java7
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExtendItemProvider.java33
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExtensionItemProvider.java9
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExtensionPointItemProvider.java7
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/FeatureItemProvider.java11
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/GeneralOrderingItemProvider.java10
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/GeneralizationItemProvider.java14
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/GeneralizationSetItemProvider.java14
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ImageItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/IncludeItemProvider.java23
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InformationFlowItemProvider.java35
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InformationItemItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InstanceSpecificationItemProvider.java15
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InstanceValueItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionConstraintItemProvider.java12
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionFragmentItemProvider.java14
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionItemProvider.java27
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionOperandItemProvider.java22
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionUseItemProvider.java16
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InterfaceItemProvider.java29
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InterfaceRealizationItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InterruptibleActivityRegionItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/IntervalItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InvocationActionItemProvider.java13
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/JoinNodeItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LifelineItemProvider.java20
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkActionItemProvider.java10
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkEndCreationDataItemProvider.java7
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkEndDataItemProvider.java12
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkEndDestructionDataItemProvider.java7
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralBooleanItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralIntegerItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralStringItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralUnlimitedNaturalItemProvider.java5
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LoopNodeItemProvider.java36
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ManifestationItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MessageEndItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MessageItemProvider.java26
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MessageOccurrenceSpecificationItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ModelItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MultiplicityElementItemProvider.java20
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/NamedElementItemProvider.java22
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/NamespaceItemProvider.java28
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/NodeItemProvider.java13
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ObjectFlowItemProvider.java18
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ObjectNodeItemProvider.java22
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OccurrenceSpecificationItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OpaqueActionItemProvider.java16
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OpaqueBehaviorItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OpaqueExpressionItemProvider.java17
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OperationItemProvider.java49
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageImportItemProvider.java10
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageItemProvider.java27
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageMergeItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageableElementItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ParameterItemProvider.java43
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ParameterSetItemProvider.java9
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ParameterableElementItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PinItemProvider.java22
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PortItemProvider.java21
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProfileApplicationItemProvider.java7
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProfileItemProvider.java14
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PropertyItemProvider.java70
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProtocolConformanceItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProtocolStateMachineItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProtocolTransitionItemProvider.java11
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PseudostateItemProvider.java12
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/QualifierValueItemProvider.java10
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RaiseExceptionActionItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadExtentActionItemProvider.java11
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadIsClassifiedObjectActionItemProvider.java11
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadLinkActionItemProvider.java5
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadLinkObjectEndActionItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadLinkObjectEndQualifierActionItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadSelfActionItemProvider.java5
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadStructuralFeatureActionItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadVariableActionItemProvider.java7
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReceiveOperationEventItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReceiveSignalEventItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReceptionItemProvider.java5
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReclassifyObjectActionItemProvider.java11
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RedefinableElementItemProvider.java12
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RedefinableTemplateSignatureItemProvider.java19
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReduceActionItemProvider.java10
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RegionItemProvider.java28
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RelationshipItemProvider.java9
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RemoveStructuralFeatureValueActionItemProvider.java7
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RemoveVariableValueActionItemProvider.java7
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReplyActionItemProvider.java13
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendObjectActionItemProvider.java12
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendOperationEventItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendSignalActionItemProvider.java11
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendSignalEventItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SequenceNodeItemProvider.java7
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SignalEventItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SignalItemProvider.java5
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SlotItemProvider.java11
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StartClassifierBehaviorActionItemProvider.java4
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StateInvariantItemProvider.java7
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StateItemProvider.java65
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StateMachineItemProvider.java11
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StereotypeItemProvider.java5
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StringExpressionItemProvider.java10
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuralFeatureActionItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuralFeatureItemProvider.java26
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuredActivityNodeItemProvider.java60
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuredClassifierItemProvider.java16
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SubstitutionItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateBindingItemProvider.java10
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateParameterItemProvider.java17
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateParameterSubstitutionItemProvider.java10
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateSignatureItemProvider.java13
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateableElementItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TestIdentityActionItemProvider.java17
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeConstraintItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeEventItemProvider.java10
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeExpressionItemProvider.java10
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeObservationItemProvider.java10
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TransitionItemProvider.java33
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TriggerItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TypeItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TypedElementItemProvider.java5
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/UnmarshallActionItemProvider.java13
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/UseCaseItemProvider.java18
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ValuePinItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ValueSpecificationActionItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ValueSpecificationItemProvider.java5
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/VariableActionItemProvider.java8
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/VariableItemProvider.java27
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/VertexItemProvider.java14
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/WriteStructuralFeatureActionItemProvider.java6
-rw-r--r--plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/WriteVariableActionItemProvider.java9
-rw-r--r--plugins/org.eclipse.uml2.uml/model/UML.genmodel909
203 files changed, 1953 insertions, 1659 deletions
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AbstractionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AbstractionItemProvider.java
index f70b03d9..ad9dc1b5 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AbstractionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AbstractionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: AbstractionItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: AbstractionItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,7 +88,8 @@ public class AbstractionItemProvider
getString("_UI_Abstraction_mapping_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Abstraction_mapping_feature", "_UI_Abstraction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ABSTRACTION__MAPPING, true, null, null,
+ UMLPackage.Literals.ABSTRACTION__MAPPING, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AcceptCallActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AcceptCallActionItemProvider.java
index da06a20b..226b6b7e 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AcceptCallActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AcceptCallActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: AcceptCallActionItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: AcceptCallActionItemProvider.java,v 1.5 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -84,7 +84,7 @@ public class AcceptCallActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_AcceptCallAction_returnInformation_feature", "_UI_AcceptCallAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACCEPT_CALL_ACTION__RETURN_INFORMATION,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AcceptEventActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AcceptEventActionItemProvider.java
index 4b1d15af..c0dc99e5 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AcceptEventActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AcceptEventActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: AcceptEventActionItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: AcceptEventActionItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -89,7 +89,8 @@ public class AcceptEventActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_AcceptEventAction_isUnmarshall_feature", "_UI_AcceptEventAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACCEPT_EVENT_ACTION__IS_UNMARSHALL, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -107,8 +108,8 @@ public class AcceptEventActionItemProvider
getString("_UI_AcceptEventAction_result_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_AcceptEventAction_result_feature", "_UI_AcceptEventAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACCEPT_EVENT_ACTION__RESULT, true, null,
- null, null));
+ UMLPackage.Literals.ACCEPT_EVENT_ACTION__RESULT, true, false,
+ true, null, null, null));
}
/**
@@ -126,8 +127,9 @@ public class AcceptEventActionItemProvider
getString("_UI_AcceptEventAction_trigger_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_AcceptEventAction_trigger_feature", "_UI_AcceptEventAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACCEPT_EVENT_ACTION__TRIGGER, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACCEPT_EVENT_ACTION__TRIGGER, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActionExecutionSpecificationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActionExecutionSpecificationItemProvider.java
index 4edbbead..00051879 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActionExecutionSpecificationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActionExecutionSpecificationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ActionExecutionSpecificationItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ActionExecutionSpecificationItemProvider.java,v 1.5 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,7 +85,7 @@ public class ActionExecutionSpecificationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ActionExecutionSpecification_action_feature", "_UI_ActionExecutionSpecification_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACTION_EXECUTION_SPECIFICATION__ACTION,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActionInputPinItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActionInputPinItemProvider.java
index 03986a71..611d5f51 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActionInputPinItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActionInputPinItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ActionInputPinItemProvider.java,v 1.9 2006/01/24 22:46:30 khussey Exp $
+ * $Id: ActionInputPinItemProvider.java,v 1.10 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,8 +85,9 @@ public class ActionInputPinItemProvider
getString("_UI_ActionInputPin_fromAction_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActionInputPin_fromAction_feature", "_UI_ActionInputPin_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTION_INPUT_PIN__FROM_ACTION, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTION_INPUT_PIN__FROM_ACTION, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActionItemProvider.java
index 370691cd..b863bf29 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ActionItemProvider.java,v 1.3 2006/01/11 18:14:01 khussey Exp $
+ * $Id: ActionItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -91,8 +91,8 @@ public class ActionItemProvider
getString("_UI_Action_output_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Action_output_feature", "_UI_Action_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTION__OUTPUT, false, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTION__OUTPUT, false, false, false, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -111,8 +111,8 @@ public class ActionItemProvider
getString("_UI_Action_input_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Action_input_feature", "_UI_Action_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTION__INPUT, false, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTION__INPUT, false, false, false, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -131,8 +131,8 @@ public class ActionItemProvider
getString("_UI_Action_context_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Action_context_feature", "_UI_Action_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTION__CONTEXT, false, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTION__CONTEXT, false, false, false, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -151,8 +151,9 @@ public class ActionItemProvider
getString("_UI_Action_localPrecondition_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Action_localPrecondition_feature", "_UI_Action_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTION__LOCAL_PRECONDITION, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTION__LOCAL_PRECONDITION, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -171,8 +172,9 @@ public class ActionItemProvider
getString("_UI_Action_localPostcondition_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Action_localPostcondition_feature", "_UI_Action_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTION__LOCAL_POSTCONDITION, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTION__LOCAL_POSTCONDITION, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityEdgeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityEdgeItemProvider.java
index 57b63f2d..395e84c4 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityEdgeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityEdgeItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ActivityEdgeItemProvider.java,v 1.4 2006/01/04 17:47:49 khussey Exp $
+ * $Id: ActivityEdgeItemProvider.java,v 1.5 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -96,7 +96,8 @@ public class ActivityEdgeItemProvider
getString("_UI_ActivityEdge_activity_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityEdge_activity_feature", "_UI_ActivityEdge_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_EDGE__ACTIVITY, true, null, null,
+ UMLPackage.Literals.ACTIVITY_EDGE__ACTIVITY, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -116,7 +117,8 @@ public class ActivityEdgeItemProvider
getString("_UI_ActivityEdge_inGroup_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityEdge_inGroup_feature", "_UI_ActivityEdge_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_EDGE__IN_GROUP, false, null, null,
+ UMLPackage.Literals.ACTIVITY_EDGE__IN_GROUP, false, false,
+ false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -136,8 +138,8 @@ public class ActivityEdgeItemProvider
getString("_UI_ActivityEdge_inPartition_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityEdge_inPartition_feature", "_UI_ActivityEdge_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_EDGE__IN_PARTITION, true, null,
- null, null));
+ UMLPackage.Literals.ACTIVITY_EDGE__IN_PARTITION, true, false,
+ true, null, null, null));
}
/**
@@ -156,7 +158,7 @@ public class ActivityEdgeItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityEdge_inStructuredNode_feature", "_UI_ActivityEdge_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACTIVITY_EDGE__IN_STRUCTURED_NODE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -176,8 +178,8 @@ public class ActivityEdgeItemProvider
getString("_UI_ActivityEdge_target_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityEdge_target_feature", "_UI_ActivityEdge_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_EDGE__TARGET, true, null, null,
- null));
+ UMLPackage.Literals.ACTIVITY_EDGE__TARGET, true, false, true,
+ null, null, null));
}
/**
@@ -195,8 +197,8 @@ public class ActivityEdgeItemProvider
getString("_UI_ActivityEdge_redefinedEdge_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityEdge_redefinedEdge_feature", "_UI_ActivityEdge_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_EDGE__REDEFINED_EDGE, true, null,
- null, null));
+ UMLPackage.Literals.ACTIVITY_EDGE__REDEFINED_EDGE, true, false,
+ true, null, null, null));
}
/**
@@ -214,7 +216,8 @@ public class ActivityEdgeItemProvider
getString("_UI_ActivityEdge_guard_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityEdge_guard_feature", "_UI_ActivityEdge_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_EDGE__GUARD, true, null, null,
+ UMLPackage.Literals.ACTIVITY_EDGE__GUARD, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -234,7 +237,8 @@ public class ActivityEdgeItemProvider
getString("_UI_ActivityEdge_weight_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityEdge_weight_feature", "_UI_ActivityEdge_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_EDGE__WEIGHT, true, null, null,
+ UMLPackage.Literals.ACTIVITY_EDGE__WEIGHT, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -254,8 +258,8 @@ public class ActivityEdgeItemProvider
getString("_UI_ActivityEdge_interrupts_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityEdge_interrupts_feature", "_UI_ActivityEdge_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_EDGE__INTERRUPTS, true, null,
- null, null));
+ UMLPackage.Literals.ACTIVITY_EDGE__INTERRUPTS, true, false,
+ true, null, null, null));
}
/**
@@ -273,8 +277,8 @@ public class ActivityEdgeItemProvider
getString("_UI_ActivityEdge_source_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityEdge_source_feature", "_UI_ActivityEdge_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_EDGE__SOURCE, true, null, null,
- null));
+ UMLPackage.Literals.ACTIVITY_EDGE__SOURCE, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityGroupItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityGroupItemProvider.java
index 92f70c77..2cd930a1 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityGroupItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityGroupItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ActivityGroupItemProvider.java,v 1.3 2006/01/03 19:51:58 khussey Exp $
+ * $Id: ActivityGroupItemProvider.java,v 1.4 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,8 +86,9 @@ public class ActivityGroupItemProvider
getString("_UI_ActivityGroup_subgroup_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityGroup_subgroup_feature", "_UI_ActivityGroup_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_GROUP__SUBGROUP, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTIVITY_GROUP__SUBGROUP, false, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -106,8 +107,9 @@ public class ActivityGroupItemProvider
getString("_UI_ActivityGroup_superGroup_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityGroup_superGroup_feature", "_UI_ActivityGroup_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_GROUP__SUPER_GROUP, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTIVITY_GROUP__SUPER_GROUP, false, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -127,7 +129,7 @@ public class ActivityGroupItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityGroup_containedNode_feature", "_UI_ActivityGroup_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACTIVITY_GROUP__CONTAINED_NODE, false,
- null, null,
+ false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -147,8 +149,9 @@ public class ActivityGroupItemProvider
getString("_UI_ActivityGroup_inActivity_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityGroup_inActivity_feature", "_UI_ActivityGroup_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_GROUP__IN_ACTIVITY, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTIVITY_GROUP__IN_ACTIVITY, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -168,7 +171,7 @@ public class ActivityGroupItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityGroup_containedEdge_feature", "_UI_ActivityGroup_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACTIVITY_GROUP__CONTAINED_EDGE, false,
- null, null,
+ false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityItemProvider.java
index e125027c..d76fd413 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ActivityItemProvider.java,v 1.13 2006/02/21 21:40:13 khussey Exp $
+ * $Id: ActivityItemProvider.java,v 1.14 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -103,7 +103,7 @@ public class ActivityItemProvider
getString("_UI_Activity_isReadOnly_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Activity_isReadOnly_feature", "_UI_Activity_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY__IS_READ_ONLY, true,
+ UMLPackage.Literals.ACTIVITY__IS_READ_ONLY, true, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
@@ -122,7 +122,8 @@ public class ActivityItemProvider
getString("_UI_Activity_partition_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Activity_partition_feature", "_UI_Activity_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY__PARTITION, true, null, null, null));
+ UMLPackage.Literals.ACTIVITY__PARTITION, true, false, true,
+ null, null, null));
}
/**
@@ -140,8 +141,8 @@ public class ActivityItemProvider
getString("_UI_Activity_group_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Activity_group_feature", "_UI_Activity_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY__GROUP, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTIVITY__GROUP, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -160,8 +161,8 @@ public class ActivityItemProvider
getString("_UI_Activity_isSingleExecution_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Activity_isSingleExecution_feature", "_UI_Activity_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY__IS_SINGLE_EXECUTION, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.ACTIVITY__IS_SINGLE_EXECUTION, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -179,8 +180,9 @@ public class ActivityItemProvider
getString("_UI_Activity_structuredNode_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Activity_structuredNode_feature", "_UI_Activity_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY__STRUCTURED_NODE, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTIVITY__STRUCTURED_NODE, false, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -199,7 +201,8 @@ public class ActivityItemProvider
getString("_UI_Activity_variable_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Activity_variable_feature", "_UI_Activity_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY__VARIABLE, true, null, null,
+ UMLPackage.Literals.ACTIVITY__VARIABLE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -219,8 +222,8 @@ public class ActivityItemProvider
getString("_UI_Activity_node_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Activity_node_feature", "_UI_Activity_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY__NODE, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTIVITY__NODE, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -239,8 +242,8 @@ public class ActivityItemProvider
getString("_UI_Activity_edge_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Activity_edge_feature", "_UI_Activity_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY__EDGE, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTIVITY__EDGE, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityNodeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityNodeItemProvider.java
index fea95130..5a727418 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityNodeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityNodeItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ActivityNodeItemProvider.java,v 1.3 2006/01/03 19:51:58 khussey Exp $
+ * $Id: ActivityNodeItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -90,8 +90,8 @@ public class ActivityNodeItemProvider
getString("_UI_ActivityNode_outgoing_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityNode_outgoing_feature", "_UI_ActivityNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_NODE__OUTGOING, true, null, null,
- null));
+ UMLPackage.Literals.ACTIVITY_NODE__OUTGOING, true, false, true,
+ null, null, null));
}
/**
@@ -109,7 +109,8 @@ public class ActivityNodeItemProvider
getString("_UI_ActivityNode_inGroup_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityNode_inGroup_feature", "_UI_ActivityNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_NODE__IN_GROUP, false, null, null,
+ UMLPackage.Literals.ACTIVITY_NODE__IN_GROUP, false, false,
+ false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -129,8 +130,8 @@ public class ActivityNodeItemProvider
getString("_UI_ActivityNode_inPartition_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityNode_inPartition_feature", "_UI_ActivityNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_NODE__IN_PARTITION, true, null,
- null, null));
+ UMLPackage.Literals.ACTIVITY_NODE__IN_PARTITION, true, false,
+ true, null, null, null));
}
/**
@@ -149,7 +150,7 @@ public class ActivityNodeItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityNode_inStructuredNode_feature", "_UI_ActivityNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACTIVITY_NODE__IN_STRUCTURED_NODE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -169,7 +170,8 @@ public class ActivityNodeItemProvider
getString("_UI_ActivityNode_activity_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityNode_activity_feature", "_UI_ActivityNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_NODE__ACTIVITY, true, null, null,
+ UMLPackage.Literals.ACTIVITY_NODE__ACTIVITY, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -189,8 +191,8 @@ public class ActivityNodeItemProvider
getString("_UI_ActivityNode_incoming_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityNode_incoming_feature", "_UI_ActivityNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_NODE__INCOMING, true, null, null,
- null));
+ UMLPackage.Literals.ACTIVITY_NODE__INCOMING, true, false, true,
+ null, null, null));
}
/**
@@ -209,7 +211,7 @@ public class ActivityNodeItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityNode_inInterruptibleRegion_feature", "_UI_ActivityNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACTIVITY_NODE__IN_INTERRUPTIBLE_REGION,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -227,8 +229,8 @@ public class ActivityNodeItemProvider
getString("_UI_ActivityNode_redefinedNode_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityNode_redefinedNode_feature", "_UI_ActivityNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_NODE__REDEFINED_NODE, true, null,
- null, null));
+ UMLPackage.Literals.ACTIVITY_NODE__REDEFINED_NODE, true, false,
+ true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityParameterNodeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityParameterNodeItemProvider.java
index 98e4e8de..033b1340 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityParameterNodeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityParameterNodeItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ActivityParameterNodeItemProvider.java,v 1.4 2006/01/24 22:46:30 khussey Exp $
+ * $Id: ActivityParameterNodeItemProvider.java,v 1.5 2006/05/15 20:57:49 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -84,7 +84,7 @@ public class ActivityParameterNodeItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityParameterNode_parameter_feature", "_UI_ActivityParameterNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACTIVITY_PARAMETER_NODE__PARAMETER, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityPartitionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityPartitionItemProvider.java
index 53e37af0..46adbdae 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityPartitionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ActivityPartitionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ActivityPartitionItemProvider.java,v 1.5 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ActivityPartitionItemProvider.java,v 1.6 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -97,8 +97,9 @@ public class ActivityPartitionItemProvider
getString("_UI_ActivityGroup_subgroup_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityGroup_subgroup_feature", "_UI_ActivityGroup_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_GROUP__SUBGROUP, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTIVITY_GROUP__SUBGROUP, false, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -117,8 +118,9 @@ public class ActivityPartitionItemProvider
getString("_UI_ActivityGroup_superGroup_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityGroup_superGroup_feature", "_UI_ActivityGroup_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_GROUP__SUPER_GROUP, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTIVITY_GROUP__SUPER_GROUP, false, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -138,7 +140,7 @@ public class ActivityPartitionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityGroup_containedNode_feature", "_UI_ActivityGroup_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACTIVITY_GROUP__CONTAINED_NODE, false,
- null, null,
+ false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -158,8 +160,9 @@ public class ActivityPartitionItemProvider
getString("_UI_ActivityGroup_inActivity_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityGroup_inActivity_feature", "_UI_ActivityGroup_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_GROUP__IN_ACTIVITY, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTIVITY_GROUP__IN_ACTIVITY, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -179,7 +182,7 @@ public class ActivityPartitionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityGroup_containedEdge_feature", "_UI_ActivityGroup_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACTIVITY_GROUP__CONTAINED_EDGE, false,
- null, null,
+ false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -200,7 +203,8 @@ public class ActivityPartitionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityPartition_isDimension_feature", "_UI_ActivityPartition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACTIVITY_PARTITION__IS_DIMENSION, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -219,7 +223,8 @@ public class ActivityPartitionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityPartition_isExternal_feature", "_UI_ActivityPartition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACTIVITY_PARTITION__IS_EXTERNAL, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -237,8 +242,8 @@ public class ActivityPartitionItemProvider
getString("_UI_ActivityPartition_edge_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityPartition_edge_feature", "_UI_ActivityPartition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_PARTITION__EDGE, true, null, null,
- null));
+ UMLPackage.Literals.ACTIVITY_PARTITION__EDGE, true, false,
+ true, null, null, null));
}
/**
@@ -256,8 +261,8 @@ public class ActivityPartitionItemProvider
getString("_UI_ActivityPartition_node_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityPartition_node_feature", "_UI_ActivityPartition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_PARTITION__NODE, true, null, null,
- null));
+ UMLPackage.Literals.ACTIVITY_PARTITION__NODE, true, false,
+ true, null, null, null));
}
/**
@@ -276,7 +281,7 @@ public class ActivityPartitionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityPartition_subpartition_feature", "_UI_ActivityPartition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACTIVITY_PARTITION__SUBPARTITION, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -297,7 +302,7 @@ public class ActivityPartitionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityPartition_superPartition_feature", "_UI_ActivityPartition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACTIVITY_PARTITION__SUPER_PARTITION, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -317,8 +322,8 @@ public class ActivityPartitionItemProvider
getString("_UI_ActivityPartition_represents_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityPartition_represents_feature", "_UI_ActivityPartition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_PARTITION__REPRESENTS, true, null,
- null, null));
+ UMLPackage.Literals.ACTIVITY_PARTITION__REPRESENTS, true,
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AddStructuralFeatureValueActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AddStructuralFeatureValueActionItemProvider.java
index 08d6236c..2d3f51ce 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AddStructuralFeatureValueActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AddStructuralFeatureValueActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: AddStructuralFeatureValueActionItemProvider.java,v 1.3 2006/01/24 22:46:30 khussey Exp $
+ * $Id: AddStructuralFeatureValueActionItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -89,7 +89,8 @@ public class AddStructuralFeatureValueActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_AddStructuralFeatureValueAction_isReplaceAll_feature", "_UI_AddStructuralFeatureValueAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ADD_STRUCTURAL_FEATURE_VALUE_ACTION__IS_REPLACE_ALL,
- true, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ true, false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
+ null, null));
}
/**
@@ -108,7 +109,7 @@ public class AddStructuralFeatureValueActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_AddStructuralFeatureValueAction_insertAt_feature", "_UI_AddStructuralFeatureValueAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ADD_STRUCTURAL_FEATURE_VALUE_ACTION__INSERT_AT,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AddVariableValueActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AddVariableValueActionItemProvider.java
index 2eb1534d..54ac09d3 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AddVariableValueActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AddVariableValueActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: AddVariableValueActionItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: AddVariableValueActionItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,7 +88,8 @@ public class AddVariableValueActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_AddVariableValueAction_isReplaceAll_feature", "_UI_AddVariableValueAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ADD_VARIABLE_VALUE_ACTION__IS_REPLACE_ALL,
- true, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ true, false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
+ null, null));
}
/**
@@ -107,7 +108,7 @@ public class AddVariableValueActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_AddVariableValueAction_insertAt_feature", "_UI_AddVariableValueAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ADD_VARIABLE_VALUE_ACTION__INSERT_AT, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ArtifactItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ArtifactItemProvider.java
index 85d424a6..e09df4e7 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ArtifactItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ArtifactItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ArtifactItemProvider.java,v 1.5 2006/02/21 21:40:13 khussey Exp $
+ * $Id: ArtifactItemProvider.java,v 1.6 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -100,7 +100,7 @@ public class ArtifactItemProvider
getString("_UI_Artifact_fileName_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Artifact_fileName_feature", "_UI_Artifact_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ARTIFACT__FILE_NAME, true,
+ UMLPackage.Literals.ARTIFACT__FILE_NAME, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -119,8 +119,9 @@ public class ArtifactItemProvider
getString("_UI_Artifact_nestedArtifact_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Artifact_nestedArtifact_feature", "_UI_Artifact_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ARTIFACT__NESTED_ARTIFACT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ARTIFACT__NESTED_ARTIFACT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -139,7 +140,8 @@ public class ArtifactItemProvider
getString("_UI_Artifact_manifestation_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Artifact_manifestation_feature", "_UI_Artifact_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ARTIFACT__MANIFESTATION, true, null, null,
+ UMLPackage.Literals.ARTIFACT__MANIFESTATION, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -159,8 +161,9 @@ public class ArtifactItemProvider
getString("_UI_Artifact_ownedOperation_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Artifact_ownedOperation_feature", "_UI_Artifact_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ARTIFACT__OWNED_OPERATION, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ARTIFACT__OWNED_OPERATION, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -179,8 +182,9 @@ public class ArtifactItemProvider
getString("_UI_Artifact_ownedAttribute_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Artifact_ownedAttribute_feature", "_UI_Artifact_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ARTIFACT__OWNED_ATTRIBUTE, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ARTIFACT__OWNED_ATTRIBUTE, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AssociationClassItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AssociationClassItemProvider.java
index 647526d8..dd0db0b5 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AssociationClassItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AssociationClassItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: AssociationClassItemProvider.java,v 1.7 2006/02/21 21:40:13 khussey Exp $
+ * $Id: AssociationClassItemProvider.java,v 1.8 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -106,8 +106,9 @@ public class AssociationClassItemProvider
getString("_UI_Relationship_relatedElement_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Relationship_relatedElement_feature", "_UI_Relationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.RELATIONSHIP__RELATED_ELEMENT, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.RELATIONSHIP__RELATED_ELEMENT, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -126,8 +127,8 @@ public class AssociationClassItemProvider
getString("_UI_Association_isDerived_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Association_isDerived_feature", "_UI_Association_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ASSOCIATION__IS_DERIVED, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.ASSOCIATION__IS_DERIVED, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -145,7 +146,8 @@ public class AssociationClassItemProvider
getString("_UI_Association_endType_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Association_endType_feature", "_UI_Association_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ASSOCIATION__END_TYPE, false, null, null,
+ UMLPackage.Literals.ASSOCIATION__END_TYPE, false, false, false,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -165,8 +167,8 @@ public class AssociationClassItemProvider
getString("_UI_Association_memberEnd_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Association_memberEnd_feature", "_UI_Association_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ASSOCIATION__MEMBER_END, true, null, null,
- null));
+ UMLPackage.Literals.ASSOCIATION__MEMBER_END, true, false, true,
+ null, null, null));
}
/**
@@ -185,7 +187,7 @@ public class AssociationClassItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_Association_navigableOwnedEnd_feature", "_UI_Association_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ASSOCIATION__NAVIGABLE_OWNED_END, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -203,7 +205,8 @@ public class AssociationClassItemProvider
getString("_UI_Association_ownedEnd_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Association_ownedEnd_feature", "_UI_Association_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ASSOCIATION__OWNED_END, true, null, null,
+ UMLPackage.Literals.ASSOCIATION__OWNED_END, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AssociationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AssociationItemProvider.java
index 15f4ab17..afb12a8d 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AssociationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/AssociationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: AssociationItemProvider.java,v 1.8 2006/04/19 20:36:06 khussey Exp $
+ * $Id: AssociationItemProvider.java,v 1.9 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -107,8 +107,9 @@ public class AssociationItemProvider
getString("_UI_Relationship_relatedElement_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Relationship_relatedElement_feature", "_UI_Relationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.RELATIONSHIP__RELATED_ELEMENT, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.RELATIONSHIP__RELATED_ELEMENT, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -127,8 +128,8 @@ public class AssociationItemProvider
getString("_UI_Association_isDerived_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Association_isDerived_feature", "_UI_Association_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ASSOCIATION__IS_DERIVED, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.ASSOCIATION__IS_DERIVED, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -146,7 +147,8 @@ public class AssociationItemProvider
getString("_UI_Association_endType_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Association_endType_feature", "_UI_Association_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ASSOCIATION__END_TYPE, false, null, null,
+ UMLPackage.Literals.ASSOCIATION__END_TYPE, false, false, false,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -166,8 +168,8 @@ public class AssociationItemProvider
getString("_UI_Association_memberEnd_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Association_memberEnd_feature", "_UI_Association_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ASSOCIATION__MEMBER_END, true, null, null,
- null));
+ UMLPackage.Literals.ASSOCIATION__MEMBER_END, true, false, true,
+ null, null, null));
}
/**
@@ -186,7 +188,7 @@ public class AssociationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_Association_navigableOwnedEnd_feature", "_UI_Association_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ASSOCIATION__NAVIGABLE_OWNED_END, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -204,7 +206,8 @@ public class AssociationItemProvider
getString("_UI_Association_ownedEnd_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Association_ownedEnd_feature", "_UI_Association_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ASSOCIATION__OWNED_END, true, null, null,
+ UMLPackage.Literals.ASSOCIATION__OWNED_END, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehaviorExecutionSpecificationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehaviorExecutionSpecificationItemProvider.java
index 7de5abda..e439c8fc 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehaviorExecutionSpecificationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehaviorExecutionSpecificationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: BehaviorExecutionSpecificationItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: BehaviorExecutionSpecificationItemProvider.java,v 1.5 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,7 +85,7 @@ public class BehaviorExecutionSpecificationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_BehaviorExecutionSpecification_behavior_feature", "_UI_BehaviorExecutionSpecification_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.BEHAVIOR_EXECUTION_SPECIFICATION__BEHAVIOR,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehaviorItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehaviorItemProvider.java
index 866191ea..e6c3d3c6 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehaviorItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehaviorItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: BehaviorItemProvider.java,v 1.7 2006/02/21 21:40:13 khussey Exp $
+ * $Id: BehaviorItemProvider.java,v 1.8 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -93,7 +93,7 @@ public class BehaviorItemProvider
getString("_UI_Behavior_isReentrant_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Behavior_isReentrant_feature", "_UI_Behavior_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.BEHAVIOR__IS_REENTRANT, true,
+ UMLPackage.Literals.BEHAVIOR__IS_REENTRANT, true, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
@@ -112,8 +112,8 @@ public class BehaviorItemProvider
getString("_UI_Behavior_redefinedBehavior_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Behavior_redefinedBehavior_feature", "_UI_Behavior_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.BEHAVIOR__REDEFINED_BEHAVIOR, true, null,
- null, null));
+ UMLPackage.Literals.BEHAVIOR__REDEFINED_BEHAVIOR, true, false,
+ true, null, null, null));
}
/**
@@ -131,8 +131,9 @@ public class BehaviorItemProvider
getString("_UI_Behavior_ownedParameter_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Behavior_ownedParameter_feature", "_UI_Behavior_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.BEHAVIOR__OWNED_PARAMETER, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.BEHAVIOR__OWNED_PARAMETER, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -151,7 +152,8 @@ public class BehaviorItemProvider
getString("_UI_Behavior_context_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Behavior_context_feature", "_UI_Behavior_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.BEHAVIOR__CONTEXT, true, null, null,
+ UMLPackage.Literals.BEHAVIOR__CONTEXT, true, false, false,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -171,8 +173,9 @@ public class BehaviorItemProvider
getString("_UI_Behavior_ownedParameterSet_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Behavior_ownedParameterSet_feature", "_UI_Behavior_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.BEHAVIOR__OWNED_PARAMETER_SET, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.BEHAVIOR__OWNED_PARAMETER_SET, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -191,8 +194,8 @@ public class BehaviorItemProvider
getString("_UI_Behavior_specification_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Behavior_specification_feature", "_UI_Behavior_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.BEHAVIOR__SPECIFICATION, true, null, null,
- null));
+ UMLPackage.Literals.BEHAVIOR__SPECIFICATION, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehavioralFeatureItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehavioralFeatureItemProvider.java
index 4c72cea7..f54209d4 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehavioralFeatureItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehavioralFeatureItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: BehavioralFeatureItemProvider.java,v 1.2 2006/01/04 17:47:49 khussey Exp $
+ * $Id: BehavioralFeatureItemProvider.java,v 1.3 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -98,8 +98,8 @@ public class BehavioralFeatureItemProvider
getString("_UI_RedefinableElement_isLeaf_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_isLeaf_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.REDEFINABLE_ELEMENT__IS_LEAF, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.REDEFINABLE_ELEMENT__IS_LEAF, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -118,7 +118,7 @@ public class BehavioralFeatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_redefinedElement_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REDEFINABLE_ELEMENT__REDEFINED_ELEMENT,
- false, null, null,
+ false, false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -139,7 +139,7 @@ public class BehavioralFeatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_redefinitionContext_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REDEFINABLE_ELEMENT__REDEFINITION_CONTEXT,
- false, null, null,
+ false, false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -159,7 +159,7 @@ public class BehavioralFeatureItemProvider
getString("_UI_Feature_isStatic_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Feature_isStatic_feature", "_UI_Feature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.FEATURE__IS_STATIC, true,
+ UMLPackage.Literals.FEATURE__IS_STATIC, true, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
@@ -178,8 +178,9 @@ public class BehavioralFeatureItemProvider
getString("_UI_Feature_featuringClassifier_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Feature_featuringClassifier_feature", "_UI_Feature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.FEATURE__FEATURING_CLASSIFIER, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.FEATURE__FEATURING_CLASSIFIER, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -199,7 +200,7 @@ public class BehavioralFeatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_BehavioralFeature_ownedParameter_feature", "_UI_BehavioralFeature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.BEHAVIORAL_FEATURE__OWNED_PARAMETER, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -220,7 +221,8 @@ public class BehavioralFeatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_BehavioralFeature_isAbstract_feature", "_UI_BehavioralFeature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.BEHAVIORAL_FEATURE__IS_ABSTRACT, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -238,8 +240,8 @@ public class BehavioralFeatureItemProvider
getString("_UI_BehavioralFeature_method_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_BehavioralFeature_method_feature", "_UI_BehavioralFeature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.BEHAVIORAL_FEATURE__METHOD, true, null,
- null, null));
+ UMLPackage.Literals.BEHAVIORAL_FEATURE__METHOD, true, false,
+ true, null, null, null));
}
/**
@@ -258,7 +260,8 @@ public class BehavioralFeatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_BehavioralFeature_concurrency_feature", "_UI_BehavioralFeature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.BEHAVIORAL_FEATURE__CONCURRENCY, true,
- ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null,
+ null));
}
/**
@@ -277,7 +280,7 @@ public class BehavioralFeatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_BehavioralFeature_raisedException_feature", "_UI_BehavioralFeature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.BEHAVIORAL_FEATURE__RAISED_EXCEPTION, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -296,7 +299,7 @@ public class BehavioralFeatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_BehavioralFeature_ownedParameterSet_feature", "_UI_BehavioralFeature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.BEHAVIORAL_FEATURE__OWNED_PARAMETER_SET,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehavioredClassifierItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehavioredClassifierItemProvider.java
index 4201a377..31b6ec60 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehavioredClassifierItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BehavioredClassifierItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: BehavioredClassifierItemProvider.java,v 1.6 2006/02/21 21:40:13 khussey Exp $
+ * $Id: BehavioredClassifierItemProvider.java,v 1.7 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -100,7 +100,7 @@ public class BehavioredClassifierItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_BehavioredClassifier_ownedBehavior_feature", "_UI_BehavioredClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.BEHAVIORED_CLASSIFIER__OWNED_BEHAVIOR,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -121,7 +121,7 @@ public class BehavioredClassifierItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_BehavioredClassifier_classifierBehavior_feature", "_UI_BehavioredClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.BEHAVIORED_CLASSIFIER__CLASSIFIER_BEHAVIOR,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -140,7 +140,7 @@ public class BehavioredClassifierItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_BehavioredClassifier_interfaceRealization_feature", "_UI_BehavioredClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.BEHAVIORED_CLASSIFIER__INTERFACE_REALIZATION,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -161,7 +161,7 @@ public class BehavioredClassifierItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_BehavioredClassifier_ownedTrigger_feature", "_UI_BehavioredClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.BEHAVIORED_CLASSIFIER__OWNED_TRIGGER, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BroadcastSignalActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BroadcastSignalActionItemProvider.java
index b56d2a84..07de1bb0 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BroadcastSignalActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/BroadcastSignalActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: BroadcastSignalActionItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: BroadcastSignalActionItemProvider.java,v 1.5 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -84,7 +84,7 @@ public class BroadcastSignalActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_BroadcastSignalAction_signal_feature", "_UI_BroadcastSignalAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.BROADCAST_SIGNAL_ACTION__SIGNAL, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallActionItemProvider.java
index cb1b75f3..a4964e1c 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallActionItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: CallActionItemProvider.java,v 1.1 2005/12/07 14:20:25 khussey Exp $
+ * $Id: CallActionItemProvider.java,v 1.2 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,8 +87,8 @@ public class CallActionItemProvider
getString("_UI_CallAction_isSynchronous_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_CallAction_isSynchronous_feature", "_UI_CallAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CALL_ACTION__IS_SYNCHRONOUS, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.CALL_ACTION__IS_SYNCHRONOUS, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -106,7 +106,8 @@ public class CallActionItemProvider
getString("_UI_CallAction_result_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_CallAction_result_feature", "_UI_CallAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CALL_ACTION__RESULT, true, null, null,
+ UMLPackage.Literals.CALL_ACTION__RESULT, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallBehaviorActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallBehaviorActionItemProvider.java
index d2d08b8a..057541ec 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallBehaviorActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallBehaviorActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: CallBehaviorActionItemProvider.java,v 1.4 2006/01/24 22:46:31 khussey Exp $
+ * $Id: CallBehaviorActionItemProvider.java,v 1.5 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -83,8 +83,8 @@ public class CallBehaviorActionItemProvider
getString("_UI_CallBehaviorAction_behavior_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_CallBehaviorAction_behavior_feature", "_UI_CallBehaviorAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CALL_BEHAVIOR_ACTION__BEHAVIOR, true, null,
- null, null));
+ UMLPackage.Literals.CALL_BEHAVIOR_ACTION__BEHAVIOR, true,
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallEventItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallEventItemProvider.java
index 97ba3646..eab73544 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallEventItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallEventItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: CallEventItemProvider.java,v 1.4 2006/01/24 22:46:30 khussey Exp $
+ * $Id: CallEventItemProvider.java,v 1.5 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -83,8 +83,8 @@ public class CallEventItemProvider
getString("_UI_CallEvent_operation_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_CallEvent_operation_feature", "_UI_CallEvent_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CALL_EVENT__OPERATION, true, null, null,
- null));
+ UMLPackage.Literals.CALL_EVENT__OPERATION, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallOperationActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallOperationActionItemProvider.java
index 6716142b..cbb573c6 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallOperationActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CallOperationActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: CallOperationActionItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: CallOperationActionItemProvider.java,v 1.4 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,7 +87,7 @@ public class CallOperationActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_CallOperationAction_operation_feature", "_UI_CallOperationAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.CALL_OPERATION_ACTION__OPERATION, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -105,8 +105,9 @@ public class CallOperationActionItemProvider
getString("_UI_CallOperationAction_target_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_CallOperationAction_target_feature", "_UI_CallOperationAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CALL_OPERATION_ACTION__TARGET, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.CALL_OPERATION_ACTION__TARGET, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ChangeEventItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ChangeEventItemProvider.java
index fcc2c0ca..1127eebf 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ChangeEventItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ChangeEventItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ChangeEventItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ChangeEventItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,7 @@ public class ChangeEventItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ChangeEvent_changeExpression_feature", "_UI_ChangeEvent_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.CHANGE_EVENT__CHANGE_EXPRESSION, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClassItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClassItemProvider.java
index daba69f5..a42c14b0 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClassItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClassItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ClassItemProvider.java,v 1.9 2006/02/21 21:40:13 khussey Exp $
+ * $Id: ClassItemProvider.java,v 1.10 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -106,7 +106,7 @@ public class ClassItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_BehavioredClassifier_ownedBehavior_feature", "_UI_BehavioredClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.BEHAVIORED_CLASSIFIER__OWNED_BEHAVIOR,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -127,7 +127,7 @@ public class ClassItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_BehavioredClassifier_classifierBehavior_feature", "_UI_BehavioredClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.BEHAVIORED_CLASSIFIER__CLASSIFIER_BEHAVIOR,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -146,7 +146,7 @@ public class ClassItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_BehavioredClassifier_interfaceRealization_feature", "_UI_BehavioredClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.BEHAVIORED_CLASSIFIER__INTERFACE_REALIZATION,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -167,7 +167,7 @@ public class ClassItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_BehavioredClassifier_ownedTrigger_feature", "_UI_BehavioredClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.BEHAVIORED_CLASSIFIER__OWNED_TRIGGER, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -187,7 +187,8 @@ public class ClassItemProvider
getString("_UI_Class_ownedOperation_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Class_ownedOperation_feature", "_UI_Class_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASS__OWNED_OPERATION, true, null, null,
+ UMLPackage.Literals.CLASS__OWNED_OPERATION, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -207,7 +208,8 @@ public class ClassItemProvider
getString("_UI_Class_nestedClassifier_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Class_nestedClassifier_feature", "_UI_Class_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASS__NESTED_CLASSIFIER, true, null, null,
+ UMLPackage.Literals.CLASS__NESTED_CLASSIFIER, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -227,7 +229,8 @@ public class ClassItemProvider
getString("_UI_Class_superClass_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Class_superClass_feature", "_UI_Class_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASS__SUPER_CLASS, true, null, null,
+ UMLPackage.Literals.CLASS__SUPER_CLASS, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -247,7 +250,7 @@ public class ClassItemProvider
getString("_UI_Class_isActive_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Class_isActive_feature", "_UI_Class_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASS__IS_ACTIVE, true,
+ UMLPackage.Literals.CLASS__IS_ACTIVE, true, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
@@ -266,7 +269,8 @@ public class ClassItemProvider
getString("_UI_Class_ownedReception_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Class_ownedReception_feature", "_UI_Class_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASS__OWNED_RECEPTION, true, null, null,
+ UMLPackage.Literals.CLASS__OWNED_RECEPTION, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -286,7 +290,8 @@ public class ClassItemProvider
getString("_UI_Class_extension_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Class_extension_feature", "_UI_Class_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASS__EXTENSION, false, null, null,
+ UMLPackage.Literals.CLASS__EXTENSION, false, false, false,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClassifierItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClassifierItemProvider.java
index f42f56bb..1529b101 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClassifierItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClassifierItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ClassifierItemProvider.java,v 1.6 2006/02/21 21:40:13 khussey Exp $
+ * $Id: ClassifierItemProvider.java,v 1.7 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -117,8 +117,8 @@ public class ClassifierItemProvider
getString("_UI_RedefinableElement_isLeaf_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_isLeaf_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.REDEFINABLE_ELEMENT__IS_LEAF, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.REDEFINABLE_ELEMENT__IS_LEAF, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -137,7 +137,7 @@ public class ClassifierItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_redefinedElement_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REDEFINABLE_ELEMENT__REDEFINED_ELEMENT,
- false, null, null,
+ false, false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -158,7 +158,7 @@ public class ClassifierItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_redefinitionContext_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REDEFINABLE_ELEMENT__REDEFINITION_CONTEXT,
- false, null, null,
+ false, false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -179,7 +179,7 @@ public class ClassifierItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterableElement_templateParameter_feature", "_UI_ParameterableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PARAMETERABLE_ELEMENT__TEMPLATE_PARAMETER,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -198,7 +198,7 @@ public class ClassifierItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterableElement_owningTemplateParameter_feature", "_UI_ParameterableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PARAMETERABLE_ELEMENT__OWNING_TEMPLATE_PARAMETER,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -218,8 +218,8 @@ public class ClassifierItemProvider
getString("_UI_Type_package_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Type_package_feature", "_UI_Type_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TYPE__PACKAGE, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.TYPE__PACKAGE, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -239,7 +239,7 @@ public class ClassifierItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateableElement_templateBinding_feature", "_UI_TemplateableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATEABLE_ELEMENT__TEMPLATE_BINDING,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -260,7 +260,7 @@ public class ClassifierItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateableElement_ownedTemplateSignature_feature", "_UI_TemplateableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATEABLE_ELEMENT__OWNED_TEMPLATE_SIGNATURE,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -280,8 +280,8 @@ public class ClassifierItemProvider
getString("_UI_Classifier_isAbstract_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Classifier_isAbstract_feature", "_UI_Classifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASSIFIER__IS_ABSTRACT, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.CLASSIFIER__IS_ABSTRACT, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -299,8 +299,9 @@ public class ClassifierItemProvider
getString("_UI_Classifier_generalization_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Classifier_generalization_feature", "_UI_Classifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASSIFIER__GENERALIZATION, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.CLASSIFIER__GENERALIZATION, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -319,8 +320,8 @@ public class ClassifierItemProvider
getString("_UI_Classifier_powertypeExtent_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Classifier_powertypeExtent_feature", "_UI_Classifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASSIFIER__POWERTYPE_EXTENT, true, null,
- null, null));
+ UMLPackage.Literals.CLASSIFIER__POWERTYPE_EXTENT, true, false,
+ true, null, null, null));
}
/**
@@ -338,7 +339,8 @@ public class ClassifierItemProvider
getString("_UI_Classifier_feature_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Classifier_feature_feature", "_UI_Classifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASSIFIER__FEATURE, false, null, null,
+ UMLPackage.Literals.CLASSIFIER__FEATURE, false, false, false,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -358,8 +360,9 @@ public class ClassifierItemProvider
getString("_UI_Classifier_inheritedMember_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Classifier_inheritedMember_feature", "_UI_Classifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASSIFIER__INHERITED_MEMBER, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.CLASSIFIER__INHERITED_MEMBER, true, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -379,7 +382,7 @@ public class ClassifierItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_Classifier_redefinedClassifier_feature", "_UI_Classifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.CLASSIFIER__REDEFINED_CLASSIFIER, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -397,7 +400,8 @@ public class ClassifierItemProvider
getString("_UI_Classifier_general_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Classifier_general_feature", "_UI_Classifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASSIFIER__GENERAL, true, null, null,
+ UMLPackage.Literals.CLASSIFIER__GENERAL, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -417,8 +421,9 @@ public class ClassifierItemProvider
getString("_UI_Classifier_ownedUseCase_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Classifier_ownedUseCase_feature", "_UI_Classifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASSIFIER__OWNED_USE_CASE, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.CLASSIFIER__OWNED_USE_CASE, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -437,8 +442,8 @@ public class ClassifierItemProvider
getString("_UI_Classifier_useCase_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Classifier_useCase_feature", "_UI_Classifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASSIFIER__USE_CASE, true, null, null,
- null));
+ UMLPackage.Literals.CLASSIFIER__USE_CASE, true, false, true,
+ null, null, null));
}
/**
@@ -456,7 +461,8 @@ public class ClassifierItemProvider
getString("_UI_Classifier_substitution_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Classifier_substitution_feature", "_UI_Classifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASSIFIER__SUBSTITUTION, true, null, null,
+ UMLPackage.Literals.CLASSIFIER__SUBSTITUTION, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -476,7 +482,8 @@ public class ClassifierItemProvider
getString("_UI_Classifier_attribute_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Classifier_attribute_feature", "_UI_Classifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASSIFIER__ATTRIBUTE, false, null, null,
+ UMLPackage.Literals.CLASSIFIER__ATTRIBUTE, false, false, false,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -496,8 +503,8 @@ public class ClassifierItemProvider
getString("_UI_Classifier_representation_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Classifier_representation_feature", "_UI_Classifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASSIFIER__REPRESENTATION, true, null,
- null, null));
+ UMLPackage.Literals.CLASSIFIER__REPRESENTATION, true, false,
+ true, null, null, null));
}
/**
@@ -515,8 +522,9 @@ public class ClassifierItemProvider
getString("_UI_Classifier_collaborationUse_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Classifier_collaborationUse_feature", "_UI_Classifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLASSIFIER__COLLABORATION_USE, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.CLASSIFIER__COLLABORATION_USE, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClassifierTemplateParameterItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClassifierTemplateParameterItemProvider.java
index 5afcc656..48f84e33 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClassifierTemplateParameterItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClassifierTemplateParameterItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ClassifierTemplateParameterItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ClassifierTemplateParameterItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,7 +88,8 @@ public class ClassifierTemplateParameterItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ClassifierTemplateParameter_allowSubstitutable_feature", "_UI_ClassifierTemplateParameter_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.CLASSIFIER_TEMPLATE_PARAMETER__ALLOW_SUBSTITUTABLE,
- true, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ true, false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
+ null, null));
}
/**
@@ -107,7 +108,7 @@ public class ClassifierTemplateParameterItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ClassifierTemplateParameter_defaultClassifier_feature", "_UI_ClassifierTemplateParameter_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.CLASSIFIER_TEMPLATE_PARAMETER__DEFAULT_CLASSIFIER,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -126,7 +127,7 @@ public class ClassifierTemplateParameterItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ClassifierTemplateParameter_constrainingClassifier_feature", "_UI_ClassifierTemplateParameter_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.CLASSIFIER_TEMPLATE_PARAMETER__CONSTRAINING_CLASSIFIER,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClauseItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClauseItemProvider.java
index 9848bcda..20fe2dd7 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClauseItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClauseItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ClauseItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ClauseItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,7 +87,8 @@ public class ClauseItemProvider
getString("_UI_Clause_test_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Clause_test_feature", "_UI_Clause_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLAUSE__TEST, true, null, null, null));
+ UMLPackage.Literals.CLAUSE__TEST, true, false, true, null,
+ null, null));
}
/**
@@ -105,7 +106,8 @@ public class ClauseItemProvider
getString("_UI_Clause_body_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Clause_body_feature", "_UI_Clause_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLAUSE__BODY, true, null, null, null));
+ UMLPackage.Literals.CLAUSE__BODY, true, false, true, null,
+ null, null));
}
/**
@@ -123,8 +125,8 @@ public class ClauseItemProvider
getString("_UI_Clause_predecessorClause_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Clause_predecessorClause_feature", "_UI_Clause_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLAUSE__PREDECESSOR_CLAUSE, true, null,
- null, null));
+ UMLPackage.Literals.CLAUSE__PREDECESSOR_CLAUSE, true, false,
+ true, null, null, null));
}
/**
@@ -142,8 +144,8 @@ public class ClauseItemProvider
getString("_UI_Clause_successorClause_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Clause_successorClause_feature", "_UI_Clause_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLAUSE__SUCCESSOR_CLAUSE, true, null, null,
- null));
+ UMLPackage.Literals.CLAUSE__SUCCESSOR_CLAUSE, true, false,
+ true, null, null, null));
}
/**
@@ -161,7 +163,8 @@ public class ClauseItemProvider
getString("_UI_Clause_decider_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Clause_decider_feature", "_UI_Clause_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLAUSE__DECIDER, true, null, null, null));
+ UMLPackage.Literals.CLAUSE__DECIDER, true, false, true, null,
+ null, null));
}
/**
@@ -179,7 +182,8 @@ public class ClauseItemProvider
getString("_UI_Clause_bodyOutput_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Clause_bodyOutput_feature", "_UI_Clause_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CLAUSE__BODY_OUTPUT, true, null, null, null));
+ UMLPackage.Literals.CLAUSE__BODY_OUTPUT, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClearAssociationActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClearAssociationActionItemProvider.java
index 291d5f18..6b1abecf 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClearAssociationActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ClearAssociationActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ClearAssociationActionItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ClearAssociationActionItemProvider.java,v 1.4 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,7 +87,7 @@ public class ClearAssociationActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ClearAssociationAction_object_feature", "_UI_ClearAssociationAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.CLEAR_ASSOCIATION_ACTION__OBJECT, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -108,7 +108,7 @@ public class ClearAssociationActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ClearAssociationAction_association_feature", "_UI_ClearAssociationAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.CLEAR_ASSOCIATION_ACTION__ASSOCIATION,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CollaborationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CollaborationItemProvider.java
index 7ce56d87..2160a98d 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CollaborationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CollaborationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: CollaborationItemProvider.java,v 1.4 2006/02/21 21:40:13 khussey Exp $
+ * $Id: CollaborationItemProvider.java,v 1.5 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -92,7 +92,7 @@ public class CollaborationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_StructuredClassifier_ownedAttribute_feature", "_UI_StructuredClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.STRUCTURED_CLASSIFIER__OWNED_ATTRIBUTE,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -112,8 +112,9 @@ public class CollaborationItemProvider
getString("_UI_StructuredClassifier_part_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_StructuredClassifier_part_feature", "_UI_StructuredClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STRUCTURED_CLASSIFIER__PART, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.STRUCTURED_CLASSIFIER__PART, false, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -132,8 +133,9 @@ public class CollaborationItemProvider
getString("_UI_StructuredClassifier_role_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_StructuredClassifier_role_feature", "_UI_StructuredClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STRUCTURED_CLASSIFIER__ROLE, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.STRUCTURED_CLASSIFIER__ROLE, false, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -153,7 +155,7 @@ public class CollaborationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_StructuredClassifier_ownedConnector_feature", "_UI_StructuredClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.STRUCTURED_CLASSIFIER__OWNED_CONNECTOR,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -174,7 +176,7 @@ public class CollaborationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_Collaboration_collaborationRole_feature", "_UI_Collaboration_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.COLLABORATION__COLLABORATION_ROLE, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CollaborationUseItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CollaborationUseItemProvider.java
index 85f0eb47..053afa59 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CollaborationUseItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CollaborationUseItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: CollaborationUseItemProvider.java,v 1.6 2006/01/24 22:46:31 khussey Exp $
+ * $Id: CollaborationUseItemProvider.java,v 1.7 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,8 +86,8 @@ public class CollaborationUseItemProvider
getString("_UI_CollaborationUse_type_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_CollaborationUse_type_feature", "_UI_CollaborationUse_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.COLLABORATION_USE__TYPE, true, null, null,
- null));
+ UMLPackage.Literals.COLLABORATION_USE__TYPE, true, false, true,
+ null, null, null));
}
/**
@@ -106,7 +106,7 @@ public class CollaborationUseItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_CollaborationUse_roleBinding_feature", "_UI_CollaborationUse_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.COLLABORATION_USE__ROLE_BINDING, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CombinedFragmentItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CombinedFragmentItemProvider.java
index dd02cc59..525bec1f 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CombinedFragmentItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CombinedFragmentItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: CombinedFragmentItemProvider.java,v 1.3 2006/01/24 22:46:30 khussey Exp $
+ * $Id: CombinedFragmentItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -91,7 +91,8 @@ public class CombinedFragmentItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_CombinedFragment_interactionOperator_feature", "_UI_CombinedFragment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.COMBINED_FRAGMENT__INTERACTION_OPERATOR,
- true, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
+ true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
+ null, null));
}
/**
@@ -109,8 +110,9 @@ public class CombinedFragmentItemProvider
getString("_UI_CombinedFragment_operand_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_CombinedFragment_operand_feature", "_UI_CombinedFragment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.COMBINED_FRAGMENT__OPERAND, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.COMBINED_FRAGMENT__OPERAND, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -130,7 +132,7 @@ public class CombinedFragmentItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_CombinedFragment_cfragmentGate_feature", "_UI_CombinedFragment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.COMBINED_FRAGMENT__CFRAGMENT_GATE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CommentItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CommentItemProvider.java
index c305a1e9..fa674f47 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CommentItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CommentItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: CommentItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: CommentItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,7 @@ public class CommentItemProvider
getString("_UI_Comment_body_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Comment_body_feature", "_UI_Comment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.COMMENT__BODY, true,
+ UMLPackage.Literals.COMMENT__BODY, true, true, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -105,8 +105,8 @@ public class CommentItemProvider
getString("_UI_Comment_annotatedElement_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Comment_annotatedElement_feature", "_UI_Comment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.COMMENT__ANNOTATED_ELEMENT, true, null,
- null, null));
+ UMLPackage.Literals.COMMENT__ANNOTATED_ELEMENT, true, false,
+ true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ComponentItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ComponentItemProvider.java
index 3946cb98..18ea1fc6 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ComponentItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ComponentItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ComponentItemProvider.java,v 1.9 2006/02/24 17:28:06 khussey Exp $
+ * $Id: ComponentItemProvider.java,v 1.10 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -93,7 +93,8 @@ public class ComponentItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_Component_isIndirectlyInstantiated_feature", "_UI_Component_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.COMPONENT__IS_INDIRECTLY_INSTANTIATED,
- true, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ true, false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
+ null, null));
}
/**
@@ -111,7 +112,8 @@ public class ComponentItemProvider
getString("_UI_Component_required_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Component_required_feature", "_UI_Component_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.COMPONENT__REQUIRED, false, null, null,
+ UMLPackage.Literals.COMPONENT__REQUIRED, false, false, false,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -131,7 +133,8 @@ public class ComponentItemProvider
getString("_UI_Component_provided_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Component_provided_feature", "_UI_Component_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.COMPONENT__PROVIDED, false, null, null,
+ UMLPackage.Literals.COMPONENT__PROVIDED, false, false, false,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -151,8 +154,9 @@ public class ComponentItemProvider
getString("_UI_Component_packagedElement_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Component_packagedElement_feature", "_UI_Component_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.COMPONENT__PACKAGED_ELEMENT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.COMPONENT__PACKAGED_ELEMENT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -171,7 +175,8 @@ public class ComponentItemProvider
getString("_UI_Component_realization_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Component_realization_feature", "_UI_Component_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.COMPONENT__REALIZATION, true, null, null,
+ UMLPackage.Literals.COMPONENT__REALIZATION, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ComponentRealizationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ComponentRealizationItemProvider.java
index 35f4bbdd..42243a24 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ComponentRealizationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ComponentRealizationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ComponentRealizationItemProvider.java,v 1.5 2006/01/24 22:46:30 khussey Exp $
+ * $Id: ComponentRealizationItemProvider.java,v 1.6 2006/05/15 20:57:49 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -99,7 +99,7 @@ public class ComponentRealizationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ComponentRealization_abstraction_feature", "_UI_ComponentRealization_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.COMPONENT_REALIZATION__ABSTRACTION, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -120,7 +120,7 @@ public class ComponentRealizationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ComponentRealization_realizingClassifier_feature", "_UI_ComponentRealization_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.COMPONENT_REALIZATION__REALIZING_CLASSIFIER,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConditionalNodeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConditionalNodeItemProvider.java
index 3e025820..4798c93a 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConditionalNodeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConditionalNodeItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ConditionalNodeItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ConditionalNodeItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -92,7 +92,8 @@ public class ConditionalNodeItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ConditionalNode_isDeterminate_feature", "_UI_ConditionalNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.CONDITIONAL_NODE__IS_DETERMINATE, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -110,8 +111,8 @@ public class ConditionalNodeItemProvider
getString("_UI_ConditionalNode_isAssured_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ConditionalNode_isAssured_feature", "_UI_ConditionalNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CONDITIONAL_NODE__IS_ASSURED, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.CONDITIONAL_NODE__IS_ASSURED, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -129,7 +130,8 @@ public class ConditionalNodeItemProvider
getString("_UI_ConditionalNode_clause_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ConditionalNode_clause_feature", "_UI_ConditionalNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CONDITIONAL_NODE__CLAUSE, true, null, null,
+ UMLPackage.Literals.CONDITIONAL_NODE__CLAUSE, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -149,7 +151,8 @@ public class ConditionalNodeItemProvider
getString("_UI_ConditionalNode_result_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ConditionalNode_result_feature", "_UI_ConditionalNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CONDITIONAL_NODE__RESULT, true, null, null,
+ UMLPackage.Literals.CONDITIONAL_NODE__RESULT, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectableElementItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectableElementItemProvider.java
index dbe1529e..d474c0f4 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectableElementItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectableElementItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ConnectableElementItemProvider.java,v 1.3 2006/01/05 13:54:11 khussey Exp $
+ * $Id: ConnectableElementItemProvider.java,v 1.4 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -95,7 +95,7 @@ public class ConnectableElementItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterableElement_templateParameter_feature", "_UI_ParameterableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PARAMETERABLE_ELEMENT__TEMPLATE_PARAMETER,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -114,7 +114,7 @@ public class ConnectableElementItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterableElement_owningTemplateParameter_feature", "_UI_ParameterableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PARAMETERABLE_ELEMENT__OWNING_TEMPLATE_PARAMETER,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -134,8 +134,8 @@ public class ConnectableElementItemProvider
getString("_UI_ConnectableElement_end_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ConnectableElement_end_feature", "_UI_ConnectableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CONNECTABLE_ELEMENT__END, true, null, null,
- null));
+ UMLPackage.Literals.CONNECTABLE_ELEMENT__END, true, false,
+ true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectionPointReferenceItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectionPointReferenceItemProvider.java
index 3c84c8ef..8781a0bb 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectionPointReferenceItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectionPointReferenceItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ConnectionPointReferenceItemProvider.java,v 1.4 2006/01/24 22:46:30 khussey Exp $
+ * $Id: ConnectionPointReferenceItemProvider.java,v 1.5 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,7 @@ public class ConnectionPointReferenceItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ConnectionPointReference_entry_feature", "_UI_ConnectionPointReference_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.CONNECTION_POINT_REFERENCE__ENTRY, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -105,7 +105,7 @@ public class ConnectionPointReferenceItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ConnectionPointReference_exit_feature", "_UI_ConnectionPointReference_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.CONNECTION_POINT_REFERENCE__EXIT, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -124,7 +124,7 @@ public class ConnectionPointReferenceItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ConnectionPointReference_state_feature", "_UI_ConnectionPointReference_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.CONNECTION_POINT_REFERENCE__STATE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectorEndItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectorEndItemProvider.java
index 0f53a965..45486b50 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectorEndItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectorEndItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ConnectorEndItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ConnectorEndItemProvider.java,v 1.5 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,8 +85,9 @@ public class ConnectorEndItemProvider
getString("_UI_ConnectorEnd_definingEnd_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ConnectorEnd_definingEnd_feature", "_UI_ConnectorEnd_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CONNECTOR_END__DEFINING_END, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.CONNECTOR_END__DEFINING_END, false, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -105,8 +106,8 @@ public class ConnectorEndItemProvider
getString("_UI_ConnectorEnd_partWithPort_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ConnectorEnd_partWithPort_feature", "_UI_ConnectorEnd_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CONNECTOR_END__PART_WITH_PORT, true, null,
- null, null));
+ UMLPackage.Literals.CONNECTOR_END__PART_WITH_PORT, true, false,
+ true, null, null, null));
}
/**
@@ -124,7 +125,8 @@ public class ConnectorEndItemProvider
getString("_UI_ConnectorEnd_role_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ConnectorEnd_role_feature", "_UI_ConnectorEnd_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CONNECTOR_END__ROLE, true, null, null, null));
+ UMLPackage.Literals.CONNECTOR_END__ROLE, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectorItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectorItemProvider.java
index 26513d96..f1ab3c21 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectorItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConnectorItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ConnectorItemProvider.java,v 1.4 2006/04/19 20:36:06 khussey Exp $
+ * $Id: ConnectorItemProvider.java,v 1.5 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -90,7 +90,8 @@ public class ConnectorItemProvider
getString("_UI_Connector_type_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Connector_type_feature", "_UI_Connector_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CONNECTOR__TYPE, true, null, null, null));
+ UMLPackage.Literals.CONNECTOR__TYPE, true, false, true, null,
+ null, null));
}
/**
@@ -108,8 +109,8 @@ public class ConnectorItemProvider
getString("_UI_Connector_redefinedConnector_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Connector_redefinedConnector_feature", "_UI_Connector_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CONNECTOR__REDEFINED_CONNECTOR, true, null,
- null, null));
+ UMLPackage.Literals.CONNECTOR__REDEFINED_CONNECTOR, true,
+ false, true, null, null, null));
}
/**
@@ -127,8 +128,8 @@ public class ConnectorItemProvider
getString("_UI_Connector_end_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Connector_end_feature", "_UI_Connector_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CONNECTOR__END, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.CONNECTOR__END, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -147,7 +148,7 @@ public class ConnectorItemProvider
getString("_UI_Connector_kind_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Connector_kind_feature", "_UI_Connector_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CONNECTOR__KIND, true,
+ UMLPackage.Literals.CONNECTOR__KIND, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -166,7 +167,8 @@ public class ConnectorItemProvider
getString("_UI_Connector_contract_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Connector_contract_feature", "_UI_Connector_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CONNECTOR__CONTRACT, true, null, null, null));
+ UMLPackage.Literals.CONNECTOR__CONTRACT, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConsiderIgnoreFragmentItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConsiderIgnoreFragmentItemProvider.java
index af7d0b8f..3a1597ef 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConsiderIgnoreFragmentItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConsiderIgnoreFragmentItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ConsiderIgnoreFragmentItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ConsiderIgnoreFragmentItemProvider.java,v 1.5 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -84,7 +84,7 @@ public class ConsiderIgnoreFragmentItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ConsiderIgnoreFragment_message_feature", "_UI_ConsiderIgnoreFragment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.CONSIDER_IGNORE_FRAGMENT__MESSAGE, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConstraintItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConstraintItemProvider.java
index a58bd12c..c269701a 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConstraintItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ConstraintItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ConstraintItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ConstraintItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,7 +88,7 @@ public class ConstraintItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_Constraint_constrainedElement_feature", "_UI_Constraint_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.CONSTRAINT__CONSTRAINED_ELEMENT, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -106,8 +106,9 @@ public class ConstraintItemProvider
getString("_UI_Constraint_specification_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Constraint_specification_feature", "_UI_Constraint_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CONSTRAINT__SPECIFICATION, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.CONSTRAINT__SPECIFICATION, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -126,7 +127,8 @@ public class ConstraintItemProvider
getString("_UI_Constraint_context_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Constraint_context_feature", "_UI_Constraint_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CONSTRAINT__CONTEXT, true, null, null,
+ UMLPackage.Literals.CONSTRAINT__CONTEXT, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ContinuationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ContinuationItemProvider.java
index aeafc45f..b7494eba 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ContinuationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ContinuationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ContinuationItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ContinuationItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,7 +85,7 @@ public class ContinuationItemProvider
getString("_UI_Continuation_setting_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Continuation_setting_feature", "_UI_Continuation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CONTINUATION__SETTING, true,
+ UMLPackage.Literals.CONTINUATION__SETTING, true, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CreateLinkObjectActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CreateLinkObjectActionItemProvider.java
index 0725cb87..b76b3f4b 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CreateLinkObjectActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CreateLinkObjectActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: CreateLinkObjectActionItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: CreateLinkObjectActionItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,7 @@ public class CreateLinkObjectActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_CreateLinkObjectAction_result_feature", "_UI_CreateLinkObjectAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.CREATE_LINK_OBJECT_ACTION__RESULT, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CreateObjectActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CreateObjectActionItemProvider.java
index 2ad7318e..4fbc32cf 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CreateObjectActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/CreateObjectActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: CreateObjectActionItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: CreateObjectActionItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,7 +87,7 @@ public class CreateObjectActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_CreateObjectAction_classifier_feature", "_UI_CreateObjectAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.CREATE_OBJECT_ACTION__CLASSIFIER, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -105,8 +105,9 @@ public class CreateObjectActionItemProvider
getString("_UI_CreateObjectAction_result_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_CreateObjectAction_result_feature", "_UI_CreateObjectAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CREATE_OBJECT_ACTION__RESULT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.CREATE_OBJECT_ACTION__RESULT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DataTypeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DataTypeItemProvider.java
index 6cb289f5..faffc355 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DataTypeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DataTypeItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: DataTypeItemProvider.java,v 1.4 2006/02/21 21:40:13 khussey Exp $
+ * $Id: DataTypeItemProvider.java,v 1.5 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,8 +88,9 @@ public class DataTypeItemProvider
getString("_UI_DataType_ownedAttribute_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DataType_ownedAttribute_feature", "_UI_DataType_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DATA_TYPE__OWNED_ATTRIBUTE, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DATA_TYPE__OWNED_ATTRIBUTE, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -108,8 +109,9 @@ public class DataTypeItemProvider
getString("_UI_DataType_ownedOperation_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DataType_ownedOperation_feature", "_UI_DataType_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DATA_TYPE__OWNED_OPERATION, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DATA_TYPE__OWNED_OPERATION, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DecisionNodeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DecisionNodeItemProvider.java
index 5372b171..f7141ceb 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DecisionNodeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DecisionNodeItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: DecisionNodeItemProvider.java,v 1.4 2006/01/24 22:46:31 khussey Exp $
+ * $Id: DecisionNodeItemProvider.java,v 1.5 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -83,8 +83,8 @@ public class DecisionNodeItemProvider
getString("_UI_DecisionNode_decisionInput_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DecisionNode_decisionInput_feature", "_UI_DecisionNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DECISION_NODE__DECISION_INPUT, true, null,
- null, null));
+ UMLPackage.Literals.DECISION_NODE__DECISION_INPUT, true, false,
+ true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DependencyItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DependencyItemProvider.java
index da89d71c..effc2a14 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DependencyItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DependencyItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: DependencyItemProvider.java,v 1.4 2006/01/24 22:46:31 khussey Exp $
+ * $Id: DependencyItemProvider.java,v 1.5 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -92,8 +92,9 @@ public class DependencyItemProvider
getString("_UI_Relationship_relatedElement_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Relationship_relatedElement_feature", "_UI_Relationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.RELATIONSHIP__RELATED_ELEMENT, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.RELATIONSHIP__RELATED_ELEMENT, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -112,8 +113,9 @@ public class DependencyItemProvider
getString("_UI_DirectedRelationship_source_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DirectedRelationship_source_feature", "_UI_DirectedRelationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DIRECTED_RELATIONSHIP__SOURCE, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DIRECTED_RELATIONSHIP__SOURCE, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -132,8 +134,9 @@ public class DependencyItemProvider
getString("_UI_DirectedRelationship_target_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DirectedRelationship_target_feature", "_UI_DirectedRelationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DIRECTED_RELATIONSHIP__TARGET, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DIRECTED_RELATIONSHIP__TARGET, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -152,8 +155,8 @@ public class DependencyItemProvider
getString("_UI_Dependency_supplier_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Dependency_supplier_feature", "_UI_Dependency_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DEPENDENCY__SUPPLIER, true, null, null,
- null));
+ UMLPackage.Literals.DEPENDENCY__SUPPLIER, true, false, true,
+ null, null, null));
}
/**
@@ -171,7 +174,8 @@ public class DependencyItemProvider
getString("_UI_Dependency_client_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Dependency_client_feature", "_UI_Dependency_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DEPENDENCY__CLIENT, true, null, null, null));
+ UMLPackage.Literals.DEPENDENCY__CLIENT, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DeploymentItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DeploymentItemProvider.java
index 91964fed..efaa7d5f 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DeploymentItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DeploymentItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: DeploymentItemProvider.java,v 1.5 2006/01/24 22:46:30 khussey Exp $
+ * $Id: DeploymentItemProvider.java,v 1.6 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -102,8 +102,8 @@ public class DeploymentItemProvider
getString("_UI_Deployment_deployedArtifact_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Deployment_deployedArtifact_feature", "_UI_Deployment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DEPLOYMENT__DEPLOYED_ARTIFACT, true, null,
- null, null));
+ UMLPackage.Literals.DEPLOYMENT__DEPLOYED_ARTIFACT, true, false,
+ true, null, null, null));
}
/**
@@ -121,8 +121,9 @@ public class DeploymentItemProvider
getString("_UI_Deployment_configuration_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Deployment_configuration_feature", "_UI_Deployment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DEPLOYMENT__CONFIGURATION, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DEPLOYMENT__CONFIGURATION, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -141,7 +142,8 @@ public class DeploymentItemProvider
getString("_UI_Deployment_location_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Deployment_location_feature", "_UI_Deployment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DEPLOYMENT__LOCATION, true, null, null,
+ UMLPackage.Literals.DEPLOYMENT__LOCATION, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DeploymentSpecificationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DeploymentSpecificationItemProvider.java
index b188a048..c80920f8 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DeploymentSpecificationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DeploymentSpecificationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: DeploymentSpecificationItemProvider.java,v 1.4 2006/02/21 21:40:13 khussey Exp $
+ * $Id: DeploymentSpecificationItemProvider.java,v 1.5 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,7 +88,8 @@ public class DeploymentSpecificationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_DeploymentSpecification_deploymentLocation_feature", "_UI_DeploymentSpecification_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.DEPLOYMENT_SPECIFICATION__DEPLOYMENT_LOCATION,
- true, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
+ true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
+ null, null));
}
/**
@@ -107,7 +108,8 @@ public class DeploymentSpecificationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_DeploymentSpecification_executionLocation_feature", "_UI_DeploymentSpecification_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.DEPLOYMENT_SPECIFICATION__EXECUTION_LOCATION,
- true, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
+ true, false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE,
+ null, null));
}
/**
@@ -126,7 +128,7 @@ public class DeploymentSpecificationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_DeploymentSpecification_deployment_feature", "_UI_DeploymentSpecification_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.DEPLOYMENT_SPECIFICATION__DEPLOYMENT, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DeploymentTargetItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DeploymentTargetItemProvider.java
index da432725..4fc2a694 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DeploymentTargetItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DeploymentTargetItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: DeploymentTargetItemProvider.java,v 1.2 2006/01/05 13:54:11 khussey Exp $
+ * $Id: DeploymentTargetItemProvider.java,v 1.3 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -96,8 +96,9 @@ public class DeploymentTargetItemProvider
getString("_UI_DeploymentTarget_deployment_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DeploymentTarget_deployment_feature", "_UI_DeploymentTarget_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DEPLOYMENT_TARGET__DEPLOYMENT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DEPLOYMENT_TARGET__DEPLOYMENT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -117,7 +118,7 @@ public class DeploymentTargetItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_DeploymentTarget_deployedElement_feature", "_UI_DeploymentTarget_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.DEPLOYMENT_TARGET__DEPLOYED_ELEMENT, false,
- null, null,
+ false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DestroyObjectActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DestroyObjectActionItemProvider.java
index acf3f7d5..3b854f79 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DestroyObjectActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DestroyObjectActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: DestroyObjectActionItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: DestroyObjectActionItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -89,7 +89,8 @@ public class DestroyObjectActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_DestroyObjectAction_isDestroyLinks_feature", "_UI_DestroyObjectAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.DESTROY_OBJECT_ACTION__IS_DESTROY_LINKS,
- true, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ true, false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
+ null, null));
}
/**
@@ -108,7 +109,8 @@ public class DestroyObjectActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_DestroyObjectAction_isDestroyOwnedObjects_feature", "_UI_DestroyObjectAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.DESTROY_OBJECT_ACTION__IS_DESTROY_OWNED_OBJECTS,
- true, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ true, false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
+ null, null));
}
/**
@@ -126,8 +128,9 @@ public class DestroyObjectActionItemProvider
getString("_UI_DestroyObjectAction_target_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DestroyObjectAction_target_feature", "_UI_DestroyObjectAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DESTROY_OBJECT_ACTION__TARGET, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DESTROY_OBJECT_ACTION__TARGET, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DirectedRelationshipItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DirectedRelationshipItemProvider.java
index cb6db80d..4dee1be7 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DirectedRelationshipItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DirectedRelationshipItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: DirectedRelationshipItemProvider.java,v 1.1 2005/12/07 14:20:27 khussey Exp $
+ * $Id: DirectedRelationshipItemProvider.java,v 1.2 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -83,8 +83,9 @@ public class DirectedRelationshipItemProvider
getString("_UI_DirectedRelationship_source_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DirectedRelationship_source_feature", "_UI_DirectedRelationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DIRECTED_RELATIONSHIP__SOURCE, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DIRECTED_RELATIONSHIP__SOURCE, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -103,8 +104,9 @@ public class DirectedRelationshipItemProvider
getString("_UI_DirectedRelationship_target_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DirectedRelationship_target_feature", "_UI_DirectedRelationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DIRECTED_RELATIONSHIP__TARGET, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DIRECTED_RELATIONSHIP__TARGET, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DurationConstraintItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DurationConstraintItemProvider.java
index 3d4fe5ed..dceab845 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DurationConstraintItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DurationConstraintItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: DurationConstraintItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: DurationConstraintItemProvider.java,v 1.5 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,7 +87,8 @@ public class DurationConstraintItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_DurationConstraint_firstEvent_feature", "_UI_DurationConstraint_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.DURATION_CONSTRAINT__FIRST_EVENT, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DurationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DurationItemProvider.java
index 7406165b..f428f5a7 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DurationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DurationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: DurationItemProvider.java,v 1.5 2006/01/24 22:46:32 khussey Exp $
+ * $Id: DurationItemProvider.java,v 1.6 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,8 @@ public class DurationItemProvider
getString("_UI_Duration_expr_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Duration_expr_feature", "_UI_Duration_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DURATION__EXPR, true, null, null, null));
+ UMLPackage.Literals.DURATION__EXPR, true, false, true, null,
+ null, null));
}
/**
@@ -104,8 +105,8 @@ public class DurationItemProvider
getString("_UI_Duration_observation_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Duration_observation_feature", "_UI_Duration_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DURATION__OBSERVATION, true, null, null,
- null));
+ UMLPackage.Literals.DURATION__OBSERVATION, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DurationObservationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DurationObservationItemProvider.java
index c2a89168..b2b14dcf 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DurationObservationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/DurationObservationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: DurationObservationItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: DurationObservationItemProvider.java,v 1.4 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,8 +86,8 @@ public class DurationObservationItemProvider
getString("_UI_DurationObservation_event_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DurationObservation_event_feature", "_UI_DurationObservation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DURATION_OBSERVATION__EVENT, true, null,
- null, null));
+ UMLPackage.Literals.DURATION_OBSERVATION__EVENT, true, false,
+ true, null, null, null));
}
/**
@@ -106,7 +106,8 @@ public class DurationObservationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_DurationObservation_firstEvent_feature", "_UI_DurationObservation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.DURATION_OBSERVATION__FIRST_EVENT, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ElementImportItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ElementImportItemProvider.java
index 9729ab1f..23881cda 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ElementImportItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ElementImportItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ElementImportItemProvider.java,v 1.4 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ElementImportItemProvider.java,v 1.5 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -89,8 +89,8 @@ public class ElementImportItemProvider
getString("_UI_ElementImport_visibility_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ElementImport_visibility_feature", "_UI_ElementImport_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ELEMENT_IMPORT__VISIBILITY, true,
- ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.ELEMENT_IMPORT__VISIBILITY, true, false,
+ false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
/**
@@ -108,7 +108,7 @@ public class ElementImportItemProvider
getString("_UI_ElementImport_alias_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ElementImport_alias_feature", "_UI_ElementImport_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ELEMENT_IMPORT__ALIAS, true,
+ UMLPackage.Literals.ELEMENT_IMPORT__ALIAS, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -128,7 +128,7 @@ public class ElementImportItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ElementImport_importedElement_feature", "_UI_ElementImport_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ELEMENT_IMPORT__IMPORTED_ELEMENT, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -147,7 +147,7 @@ public class ElementImportItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ElementImport_importingNamespace_feature", "_UI_ElementImport_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ELEMENT_IMPORT__IMPORTING_NAMESPACE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ElementItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ElementItemProvider.java
index cf552c49..d11b3457 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ElementItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ElementItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ElementItemProvider.java,v 1.12 2006/05/02 22:00:03 khussey Exp $
+ * $Id: ElementItemProvider.java,v 1.13 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -122,7 +122,8 @@ public class ElementItemProvider
getString("_UI_Element_ownedElement_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Element_ownedElement_feature", "_UI_Element_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ELEMENT__OWNED_ELEMENT, false, null, null,
+ UMLPackage.Literals.ELEMENT__OWNED_ELEMENT, false, false,
+ false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -142,8 +143,8 @@ public class ElementItemProvider
getString("_UI_Element_owner_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Element_owner_feature", "_UI_Element_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ELEMENT__OWNER, false, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ELEMENT__OWNER, false, false, false, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -162,7 +163,8 @@ public class ElementItemProvider
getString("_UI_Element_ownedComment_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Element_ownedComment_feature", "_UI_Element_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ELEMENT__OWNED_COMMENT, true, null, null,
+ UMLPackage.Literals.ELEMENT__OWNED_COMMENT, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/EncapsulatedClassifierItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/EncapsulatedClassifierItemProvider.java
index 30ab5709..551538f2 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/EncapsulatedClassifierItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/EncapsulatedClassifierItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: EncapsulatedClassifierItemProvider.java,v 1.3 2006/02/21 21:40:13 khussey Exp $
+ * $Id: EncapsulatedClassifierItemProvider.java,v 1.4 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -84,7 +84,7 @@ public class EncapsulatedClassifierItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_EncapsulatedClassifier_ownedPort_feature", "_UI_EncapsulatedClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ENCAPSULATED_CLASSIFIER__OWNED_PORT, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/EnumerationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/EnumerationItemProvider.java
index 0848e25d..89aaa16d 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/EnumerationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/EnumerationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: EnumerationItemProvider.java,v 1.4 2006/02/21 21:40:13 khussey Exp $
+ * $Id: EnumerationItemProvider.java,v 1.5 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,8 +85,9 @@ public class EnumerationItemProvider
getString("_UI_Enumeration_ownedLiteral_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Enumeration_ownedLiteral_feature", "_UI_Enumeration_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ENUMERATION__OWNED_LITERAL, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ENUMERATION__OWNED_LITERAL, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/EnumerationLiteralItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/EnumerationLiteralItemProvider.java
index 4808acd0..7886d851 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/EnumerationLiteralItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/EnumerationLiteralItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: EnumerationLiteralItemProvider.java,v 1.5 2006/04/03 20:59:02 khussey Exp $
+ * $Id: EnumerationLiteralItemProvider.java,v 1.6 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -84,7 +84,7 @@ public class EnumerationLiteralItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_EnumerationLiteral_enumeration_feature", "_UI_EnumerationLiteral_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ENUMERATION_LITERAL__ENUMERATION, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExceptionHandlerItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExceptionHandlerItemProvider.java
index 294c7cd7..00ae9514 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExceptionHandlerItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExceptionHandlerItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ExceptionHandlerItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ExceptionHandlerItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,7 @@ public class ExceptionHandlerItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ExceptionHandler_handlerBody_feature", "_UI_ExceptionHandler_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.EXCEPTION_HANDLER__HANDLER_BODY, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -105,7 +105,7 @@ public class ExceptionHandlerItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ExceptionHandler_exceptionInput_feature", "_UI_ExceptionHandler_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.EXCEPTION_HANDLER__EXCEPTION_INPUT, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -124,7 +124,7 @@ public class ExceptionHandlerItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ExceptionHandler_exceptionType_feature", "_UI_ExceptionHandler_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.EXCEPTION_HANDLER__EXCEPTION_TYPE, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -143,7 +143,7 @@ public class ExceptionHandlerItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ExceptionHandler_protectedNode_feature", "_UI_ExceptionHandler_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.EXCEPTION_HANDLER__PROTECTED_NODE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExecutableNodeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExecutableNodeItemProvider.java
index 813bffe8..2ca62ea4 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExecutableNodeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExecutableNodeItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ExecutableNodeItemProvider.java,v 1.1 2005/12/07 14:20:24 khussey Exp $
+ * $Id: ExecutableNodeItemProvider.java,v 1.2 2006/05/15 20:57:49 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,7 +85,8 @@ public class ExecutableNodeItemProvider
getString("_UI_ExecutableNode_handler_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ExecutableNode_handler_feature", "_UI_ExecutableNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.EXECUTABLE_NODE__HANDLER, true, null, null,
+ UMLPackage.Literals.EXECUTABLE_NODE__HANDLER, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExecutionOccurrenceSpecificationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExecutionOccurrenceSpecificationItemProvider.java
index 165793d8..bcc6f000 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExecutionOccurrenceSpecificationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExecutionOccurrenceSpecificationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ExecutionOccurrenceSpecificationItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ExecutionOccurrenceSpecificationItemProvider.java,v 1.5 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,7 +85,7 @@ public class ExecutionOccurrenceSpecificationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ExecutionOccurrenceSpecification_execution_feature", "_UI_ExecutionOccurrenceSpecification_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.EXECUTION_OCCURRENCE_SPECIFICATION__EXECUTION,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExecutionSpecificationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExecutionSpecificationItemProvider.java
index b7c301e5..aa521a63 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExecutionSpecificationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExecutionSpecificationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ExecutionSpecificationItemProvider.java,v 1.3 2006/01/04 17:47:49 khussey Exp $
+ * $Id: ExecutionSpecificationItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -84,8 +84,8 @@ public class ExecutionSpecificationItemProvider
getString("_UI_ExecutionSpecification_start_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ExecutionSpecification_start_feature", "_UI_ExecutionSpecification_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.EXECUTION_SPECIFICATION__START, true, null,
- null, null));
+ UMLPackage.Literals.EXECUTION_SPECIFICATION__START, true,
+ false, true, null, null, null));
}
/**
@@ -104,7 +104,7 @@ public class ExecutionSpecificationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ExecutionSpecification_finish_feature", "_UI_ExecutionSpecification_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.EXECUTION_SPECIFICATION__FINISH, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExpansionNodeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExpansionNodeItemProvider.java
index 21e9a7c2..1cc9c154 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExpansionNodeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExpansionNodeItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ExpansionNodeItemProvider.java,v 1.4 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ExpansionNodeItemProvider.java,v 1.5 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,7 +85,7 @@ public class ExpansionNodeItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ExpansionNode_regionAsOutput_feature", "_UI_ExpansionNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.EXPANSION_NODE__REGION_AS_OUTPUT, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -104,7 +104,7 @@ public class ExpansionNodeItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ExpansionNode_regionAsInput_feature", "_UI_ExpansionNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.EXPANSION_NODE__REGION_AS_INPUT, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExpansionRegionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExpansionRegionItemProvider.java
index 40bfa196..533b06bb 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExpansionRegionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExpansionRegionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ExpansionRegionItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ExpansionRegionItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,7 +87,7 @@ public class ExpansionRegionItemProvider
getString("_UI_ExpansionRegion_mode_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ExpansionRegion_mode_feature", "_UI_ExpansionRegion_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.EXPANSION_REGION__MODE, true,
+ UMLPackage.Literals.EXPANSION_REGION__MODE, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -107,7 +107,7 @@ public class ExpansionRegionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ExpansionRegion_inputElement_feature", "_UI_ExpansionRegion_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.EXPANSION_REGION__INPUT_ELEMENT, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -126,7 +126,7 @@ public class ExpansionRegionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ExpansionRegion_outputElement_feature", "_UI_ExpansionRegion_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.EXPANSION_REGION__OUTPUT_ELEMENT, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExpressionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExpressionItemProvider.java
index c03f9baf..54aaf093 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExpressionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExpressionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ExpressionItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ExpressionItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,7 +88,7 @@ public class ExpressionItemProvider
getString("_UI_Expression_symbol_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Expression_symbol_feature", "_UI_Expression_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.EXPRESSION__SYMBOL, true,
+ UMLPackage.Literals.EXPRESSION__SYMBOL, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -107,7 +107,8 @@ public class ExpressionItemProvider
getString("_UI_Expression_operand_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Expression_operand_feature", "_UI_Expression_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.EXPRESSION__OPERAND, true, null, null,
+ UMLPackage.Literals.EXPRESSION__OPERAND, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExtendItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExtendItemProvider.java
index e99a676b..8fd1bd84 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExtendItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExtendItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ExtendItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ExtendItemProvider.java,v 1.5 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -92,8 +92,9 @@ public class ExtendItemProvider
getString("_UI_Relationship_relatedElement_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Relationship_relatedElement_feature", "_UI_Relationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.RELATIONSHIP__RELATED_ELEMENT, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.RELATIONSHIP__RELATED_ELEMENT, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -112,8 +113,9 @@ public class ExtendItemProvider
getString("_UI_DirectedRelationship_source_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DirectedRelationship_source_feature", "_UI_DirectedRelationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DIRECTED_RELATIONSHIP__SOURCE, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DIRECTED_RELATIONSHIP__SOURCE, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -132,8 +134,9 @@ public class ExtendItemProvider
getString("_UI_DirectedRelationship_target_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DirectedRelationship_target_feature", "_UI_DirectedRelationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DIRECTED_RELATIONSHIP__TARGET, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DIRECTED_RELATIONSHIP__TARGET, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -152,8 +155,8 @@ public class ExtendItemProvider
getString("_UI_Extend_extendedCase_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Extend_extendedCase_feature", "_UI_Extend_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.EXTEND__EXTENDED_CASE, true, null, null,
- null));
+ UMLPackage.Literals.EXTEND__EXTENDED_CASE, true, false, true,
+ null, null, null));
}
/**
@@ -171,8 +174,8 @@ public class ExtendItemProvider
getString("_UI_Extend_condition_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Extend_condition_feature", "_UI_Extend_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.EXTEND__CONDITION, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.EXTEND__CONDITION, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -191,8 +194,8 @@ public class ExtendItemProvider
getString("_UI_Extend_extensionLocation_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Extend_extensionLocation_feature", "_UI_Extend_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.EXTEND__EXTENSION_LOCATION, true, null,
- null, null));
+ UMLPackage.Literals.EXTEND__EXTENSION_LOCATION, true, false,
+ true, null, null, null));
}
/**
@@ -210,8 +213,8 @@ public class ExtendItemProvider
getString("_UI_Extend_extension_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Extend_extension_feature", "_UI_Extend_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.EXTEND__EXTENSION, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.EXTEND__EXTENSION, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExtensionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExtensionItemProvider.java
index 421271ee..508191b8 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExtensionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExtensionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ExtensionItemProvider.java,v 1.5 2006/02/21 21:40:13 khussey Exp $
+ * $Id: ExtensionItemProvider.java,v 1.6 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -90,8 +90,8 @@ public class ExtensionItemProvider
getString("_UI_Extension_isRequired_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Extension_isRequired_feature", "_UI_Extension_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.EXTENSION__IS_REQUIRED, false,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ UMLPackage.Literals.EXTENSION__IS_REQUIRED, false, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -111,7 +111,8 @@ public class ExtensionItemProvider
getString("_UI_Extension_metaclass_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Extension_metaclass_feature", "_UI_Extension_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.EXTENSION__METACLASS, false, null, null,
+ UMLPackage.Literals.EXTENSION__METACLASS, false, false, false,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExtensionPointItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExtensionPointItemProvider.java
index 338279c0..f3a012a9 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExtensionPointItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ExtensionPointItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ExtensionPointItemProvider.java,v 1.4 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ExtensionPointItemProvider.java,v 1.5 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -83,8 +83,9 @@ public class ExtensionPointItemProvider
getString("_UI_ExtensionPoint_useCase_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ExtensionPoint_useCase_feature", "_UI_ExtensionPoint_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.EXTENSION_POINT__USE_CASE, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.EXTENSION_POINT__USE_CASE, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/FeatureItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/FeatureItemProvider.java
index d7e571b2..93fd8e85 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/FeatureItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/FeatureItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: FeatureItemProvider.java,v 1.1 2005/12/07 14:20:27 khussey Exp $
+ * $Id: FeatureItemProvider.java,v 1.2 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,7 @@ public class FeatureItemProvider
getString("_UI_Feature_isStatic_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Feature_isStatic_feature", "_UI_Feature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.FEATURE__IS_STATIC, true,
+ UMLPackage.Literals.FEATURE__IS_STATIC, true, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
@@ -105,8 +105,9 @@ public class FeatureItemProvider
getString("_UI_Feature_featuringClassifier_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Feature_featuringClassifier_feature", "_UI_Feature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.FEATURE__FEATURING_CLASSIFIER, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.FEATURE__FEATURING_CLASSIFIER, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/GeneralOrderingItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/GeneralOrderingItemProvider.java
index 285a8535..28ea1336 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/GeneralOrderingItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/GeneralOrderingItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: GeneralOrderingItemProvider.java,v 1.4 2006/01/24 22:46:31 khussey Exp $
+ * $Id: GeneralOrderingItemProvider.java,v 1.5 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -84,8 +84,8 @@ public class GeneralOrderingItemProvider
getString("_UI_GeneralOrdering_before_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_GeneralOrdering_before_feature", "_UI_GeneralOrdering_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.GENERAL_ORDERING__BEFORE, true, null, null,
- null));
+ UMLPackage.Literals.GENERAL_ORDERING__BEFORE, true, false,
+ true, null, null, null));
}
/**
@@ -103,8 +103,8 @@ public class GeneralOrderingItemProvider
getString("_UI_GeneralOrdering_after_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_GeneralOrdering_after_feature", "_UI_GeneralOrdering_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.GENERAL_ORDERING__AFTER, true, null, null,
- null));
+ UMLPackage.Literals.GENERAL_ORDERING__AFTER, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/GeneralizationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/GeneralizationItemProvider.java
index 6a703853..54bb0bcc 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/GeneralizationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/GeneralizationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: GeneralizationItemProvider.java,v 1.4 2006/01/24 22:46:31 khussey Exp $
+ * $Id: GeneralizationItemProvider.java,v 1.5 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -89,7 +89,8 @@ public class GeneralizationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_Generalization_isSubstitutable_feature", "_UI_Generalization_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.GENERALIZATION__IS_SUBSTITUTABLE, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -107,8 +108,8 @@ public class GeneralizationItemProvider
getString("_UI_Generalization_general_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Generalization_general_feature", "_UI_Generalization_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.GENERALIZATION__GENERAL, true, null, null,
- null));
+ UMLPackage.Literals.GENERALIZATION__GENERAL, true, false, true,
+ null, null, null));
}
/**
@@ -127,7 +128,7 @@ public class GeneralizationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_Generalization_generalizationSet_feature", "_UI_Generalization_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.GENERALIZATION__GENERALIZATION_SET, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -145,7 +146,8 @@ public class GeneralizationItemProvider
getString("_UI_Generalization_specific_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Generalization_specific_feature", "_UI_Generalization_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.GENERALIZATION__SPECIFIC, true, null, null,
+ UMLPackage.Literals.GENERALIZATION__SPECIFIC, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/GeneralizationSetItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/GeneralizationSetItemProvider.java
index e384fd4b..49d2cdef 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/GeneralizationSetItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/GeneralizationSetItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: GeneralizationSetItemProvider.java,v 1.4 2006/01/24 22:46:30 khussey Exp $
+ * $Id: GeneralizationSetItemProvider.java,v 1.5 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -92,7 +92,8 @@ public class GeneralizationSetItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_GeneralizationSet_isCovering_feature", "_UI_GeneralizationSet_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.GENERALIZATION_SET__IS_COVERING, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -111,7 +112,8 @@ public class GeneralizationSetItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_GeneralizationSet_isDisjoint_feature", "_UI_GeneralizationSet_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.GENERALIZATION_SET__IS_DISJOINT, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -129,8 +131,8 @@ public class GeneralizationSetItemProvider
getString("_UI_GeneralizationSet_powertype_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_GeneralizationSet_powertype_feature", "_UI_GeneralizationSet_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.GENERALIZATION_SET__POWERTYPE, true, null,
- null, null));
+ UMLPackage.Literals.GENERALIZATION_SET__POWERTYPE, true, false,
+ true, null, null, null));
}
/**
@@ -149,7 +151,7 @@ public class GeneralizationSetItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_GeneralizationSet_generalization_feature", "_UI_GeneralizationSet_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.GENERALIZATION_SET__GENERALIZATION, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ImageItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ImageItemProvider.java
index 0c1a0610..2cfd1d72 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ImageItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ImageItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ImageItemProvider.java,v 1.7 2006/02/24 17:28:06 khussey Exp $
+ * $Id: ImageItemProvider.java,v 1.8 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,7 +88,7 @@ public class ImageItemProvider
getString("_UI_Image_content_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Image_content_feature", "_UI_Image_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.IMAGE__CONTENT, true,
+ UMLPackage.Literals.IMAGE__CONTENT, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -107,7 +107,7 @@ public class ImageItemProvider
getString("_UI_Image_location_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Image_location_feature", "_UI_Image_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.IMAGE__LOCATION, true,
+ UMLPackage.Literals.IMAGE__LOCATION, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -126,7 +126,7 @@ public class ImageItemProvider
getString("_UI_Image_format_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Image_format_feature", "_UI_Image_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.IMAGE__FORMAT, true,
+ UMLPackage.Literals.IMAGE__FORMAT, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/IncludeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/IncludeItemProvider.java
index 0a0bf5df..9543e4fd 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/IncludeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/IncludeItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: IncludeItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: IncludeItemProvider.java,v 1.5 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -90,8 +90,9 @@ public class IncludeItemProvider
getString("_UI_Relationship_relatedElement_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Relationship_relatedElement_feature", "_UI_Relationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.RELATIONSHIP__RELATED_ELEMENT, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.RELATIONSHIP__RELATED_ELEMENT, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -110,8 +111,9 @@ public class IncludeItemProvider
getString("_UI_DirectedRelationship_source_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DirectedRelationship_source_feature", "_UI_DirectedRelationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DIRECTED_RELATIONSHIP__SOURCE, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DIRECTED_RELATIONSHIP__SOURCE, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -130,8 +132,9 @@ public class IncludeItemProvider
getString("_UI_DirectedRelationship_target_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DirectedRelationship_target_feature", "_UI_DirectedRelationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DIRECTED_RELATIONSHIP__TARGET, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DIRECTED_RELATIONSHIP__TARGET, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -150,7 +153,8 @@ public class IncludeItemProvider
getString("_UI_Include_addition_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Include_addition_feature", "_UI_Include_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INCLUDE__ADDITION, true, null, null, null));
+ UMLPackage.Literals.INCLUDE__ADDITION, true, false, true, null,
+ null, null));
}
/**
@@ -168,7 +172,8 @@ public class IncludeItemProvider
getString("_UI_Include_includingCase_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Include_includingCase_feature", "_UI_Include_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INCLUDE__INCLUDING_CASE, true, null, null,
+ UMLPackage.Literals.INCLUDE__INCLUDING_CASE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InformationFlowItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InformationFlowItemProvider.java
index 11e281be..13348fa0 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InformationFlowItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InformationFlowItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: InformationFlowItemProvider.java,v 1.4 2006/01/24 22:46:31 khussey Exp $
+ * $Id: InformationFlowItemProvider.java,v 1.5 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -92,8 +92,9 @@ public class InformationFlowItemProvider
getString("_UI_Relationship_relatedElement_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Relationship_relatedElement_feature", "_UI_Relationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.RELATIONSHIP__RELATED_ELEMENT, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.RELATIONSHIP__RELATED_ELEMENT, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -112,8 +113,9 @@ public class InformationFlowItemProvider
getString("_UI_DirectedRelationship_source_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DirectedRelationship_source_feature", "_UI_DirectedRelationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DIRECTED_RELATIONSHIP__SOURCE, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DIRECTED_RELATIONSHIP__SOURCE, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -132,8 +134,9 @@ public class InformationFlowItemProvider
getString("_UI_DirectedRelationship_target_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DirectedRelationship_target_feature", "_UI_DirectedRelationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DIRECTED_RELATIONSHIP__TARGET, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DIRECTED_RELATIONSHIP__TARGET, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -152,8 +155,8 @@ public class InformationFlowItemProvider
getString("_UI_InformationFlow_realization_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InformationFlow_realization_feature", "_UI_InformationFlow_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INFORMATION_FLOW__REALIZATION, true, null,
- null, null));
+ UMLPackage.Literals.INFORMATION_FLOW__REALIZATION, true, false,
+ true, null, null, null));
}
/**
@@ -171,8 +174,8 @@ public class InformationFlowItemProvider
getString("_UI_InformationFlow_conveyed_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InformationFlow_conveyed_feature", "_UI_InformationFlow_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INFORMATION_FLOW__CONVEYED, true, null,
- null, null));
+ UMLPackage.Literals.INFORMATION_FLOW__CONVEYED, true, false,
+ true, null, null, null));
}
/**
@@ -191,7 +194,7 @@ public class InformationFlowItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InformationFlow_informationSource_feature", "_UI_InformationFlow_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INFORMATION_FLOW__INFORMATION_SOURCE, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -210,7 +213,7 @@ public class InformationFlowItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InformationFlow_informationTarget_feature", "_UI_InformationFlow_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INFORMATION_FLOW__INFORMATION_TARGET, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -229,7 +232,7 @@ public class InformationFlowItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InformationFlow_realizingActivityEdge_feature", "_UI_InformationFlow_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INFORMATION_FLOW__REALIZING_ACTIVITY_EDGE,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -248,7 +251,7 @@ public class InformationFlowItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InformationFlow_realizingConnector_feature", "_UI_InformationFlow_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INFORMATION_FLOW__REALIZING_CONNECTOR,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -267,7 +270,7 @@ public class InformationFlowItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InformationFlow_realizingMessage_feature", "_UI_InformationFlow_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INFORMATION_FLOW__REALIZING_MESSAGE, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InformationItemItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InformationItemItemProvider.java
index 42901345..00b57a26 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InformationItemItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InformationItemItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: InformationItemItemProvider.java,v 1.5 2006/02/21 21:40:13 khussey Exp $
+ * $Id: InformationItemItemProvider.java,v 1.6 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -83,8 +83,8 @@ public class InformationItemItemProvider
getString("_UI_InformationItem_represented_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InformationItem_represented_feature", "_UI_InformationItem_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INFORMATION_ITEM__REPRESENTED, true, null,
- null, null));
+ UMLPackage.Literals.INFORMATION_ITEM__REPRESENTED, true, false,
+ true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InstanceSpecificationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InstanceSpecificationItemProvider.java
index c79b82e5..8a374cc9 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InstanceSpecificationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InstanceSpecificationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: InstanceSpecificationItemProvider.java,v 1.5 2006/01/24 22:46:32 khussey Exp $
+ * $Id: InstanceSpecificationItemProvider.java,v 1.6 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -99,7 +99,7 @@ public class InstanceSpecificationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterableElement_templateParameter_feature", "_UI_ParameterableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PARAMETERABLE_ELEMENT__TEMPLATE_PARAMETER,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -118,7 +118,7 @@ public class InstanceSpecificationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterableElement_owningTemplateParameter_feature", "_UI_ParameterableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PARAMETERABLE_ELEMENT__OWNING_TEMPLATE_PARAMETER,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -139,7 +139,7 @@ public class InstanceSpecificationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InstanceSpecification_classifier_feature", "_UI_InstanceSpecification_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INSTANCE_SPECIFICATION__CLASSIFIER, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -158,7 +158,7 @@ public class InstanceSpecificationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InstanceSpecification_specification_feature", "_UI_InstanceSpecification_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INSTANCE_SPECIFICATION__SPECIFICATION,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -178,8 +178,9 @@ public class InstanceSpecificationItemProvider
getString("_UI_InstanceSpecification_slot_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InstanceSpecification_slot_feature", "_UI_InstanceSpecification_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INSTANCE_SPECIFICATION__SLOT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.INSTANCE_SPECIFICATION__SLOT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InstanceValueItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InstanceValueItemProvider.java
index 27c4458a..2f336fbb 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InstanceValueItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InstanceValueItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: InstanceValueItemProvider.java,v 1.5 2006/03/09 15:08:16 khussey Exp $
+ * $Id: InstanceValueItemProvider.java,v 1.6 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -84,8 +84,8 @@ public class InstanceValueItemProvider
getString("_UI_InstanceValue_instance_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InstanceValue_instance_feature", "_UI_InstanceValue_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INSTANCE_VALUE__INSTANCE, true, null, null,
- null));
+ UMLPackage.Literals.INSTANCE_VALUE__INSTANCE, true, false,
+ true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionConstraintItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionConstraintItemProvider.java
index e8ae5406..859c08a9 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionConstraintItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionConstraintItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: InteractionConstraintItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: InteractionConstraintItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,8 +88,9 @@ public class InteractionConstraintItemProvider
getString("_UI_InteractionConstraint_minint_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionConstraint_minint_feature", "_UI_InteractionConstraint_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERACTION_CONSTRAINT__MININT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.INTERACTION_CONSTRAINT__MININT, true,
+ false, true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -108,8 +109,9 @@ public class InteractionConstraintItemProvider
getString("_UI_InteractionConstraint_maxint_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionConstraint_maxint_feature", "_UI_InteractionConstraint_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERACTION_CONSTRAINT__MAXINT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.INTERACTION_CONSTRAINT__MAXINT, true,
+ false, true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionFragmentItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionFragmentItemProvider.java
index 0c584881..7a6c707b 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionFragmentItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionFragmentItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: InteractionFragmentItemProvider.java,v 1.1 2005/12/07 14:20:25 khussey Exp $
+ * $Id: InteractionFragmentItemProvider.java,v 1.2 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,8 +88,8 @@ public class InteractionFragmentItemProvider
getString("_UI_InteractionFragment_covered_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionFragment_covered_feature", "_UI_InteractionFragment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERACTION_FRAGMENT__COVERED, true, null,
- null, null));
+ UMLPackage.Literals.INTERACTION_FRAGMENT__COVERED, true, false,
+ true, null, null, null));
}
/**
@@ -108,7 +108,7 @@ public class InteractionFragmentItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionFragment_generalOrdering_feature", "_UI_InteractionFragment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INTERACTION_FRAGMENT__GENERAL_ORDERING,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -129,7 +129,7 @@ public class InteractionFragmentItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionFragment_enclosingInteraction_feature", "_UI_InteractionFragment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INTERACTION_FRAGMENT__ENCLOSING_INTERACTION,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -150,7 +150,7 @@ public class InteractionFragmentItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionFragment_enclosingOperand_feature", "_UI_InteractionFragment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INTERACTION_FRAGMENT__ENCLOSING_OPERAND,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionItemProvider.java
index 7b415441..c842ebd2 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: InteractionItemProvider.java,v 1.11 2006/02/21 21:40:13 khussey Exp $
+ * $Id: InteractionItemProvider.java,v 1.12 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -95,8 +95,8 @@ public class InteractionItemProvider
getString("_UI_InteractionFragment_covered_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionFragment_covered_feature", "_UI_InteractionFragment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERACTION_FRAGMENT__COVERED, true, null,
- null, null));
+ UMLPackage.Literals.INTERACTION_FRAGMENT__COVERED, true, false,
+ true, null, null, null));
}
/**
@@ -115,7 +115,7 @@ public class InteractionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionFragment_generalOrdering_feature", "_UI_InteractionFragment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INTERACTION_FRAGMENT__GENERAL_ORDERING,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -136,7 +136,7 @@ public class InteractionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionFragment_enclosingInteraction_feature", "_UI_InteractionFragment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INTERACTION_FRAGMENT__ENCLOSING_INTERACTION,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -157,7 +157,7 @@ public class InteractionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionFragment_enclosingOperand_feature", "_UI_InteractionFragment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INTERACTION_FRAGMENT__ENCLOSING_OPERAND,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -177,7 +177,8 @@ public class InteractionItemProvider
getString("_UI_Interaction_lifeline_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Interaction_lifeline_feature", "_UI_Interaction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERACTION__LIFELINE, true, null, null,
+ UMLPackage.Literals.INTERACTION__LIFELINE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -197,7 +198,8 @@ public class InteractionItemProvider
getString("_UI_Interaction_fragment_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Interaction_fragment_feature", "_UI_Interaction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERACTION__FRAGMENT, true, null, null,
+ UMLPackage.Literals.INTERACTION__FRAGMENT, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -217,7 +219,8 @@ public class InteractionItemProvider
getString("_UI_Interaction_action_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Interaction_action_feature", "_UI_Interaction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERACTION__ACTION, true, null, null,
+ UMLPackage.Literals.INTERACTION__ACTION, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -237,7 +240,8 @@ public class InteractionItemProvider
getString("_UI_Interaction_formalGate_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Interaction_formalGate_feature", "_UI_Interaction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERACTION__FORMAL_GATE, true, null, null,
+ UMLPackage.Literals.INTERACTION__FORMAL_GATE, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -257,7 +261,8 @@ public class InteractionItemProvider
getString("_UI_Interaction_message_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Interaction_message_feature", "_UI_Interaction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERACTION__MESSAGE, true, null, null,
+ UMLPackage.Literals.INTERACTION__MESSAGE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionOperandItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionOperandItemProvider.java
index b4b934d1..8b1689fa 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionOperandItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionOperandItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: InteractionOperandItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: InteractionOperandItemProvider.java,v 1.5 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -92,8 +92,8 @@ public class InteractionOperandItemProvider
getString("_UI_InteractionFragment_covered_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionFragment_covered_feature", "_UI_InteractionFragment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERACTION_FRAGMENT__COVERED, true, null,
- null, null));
+ UMLPackage.Literals.INTERACTION_FRAGMENT__COVERED, true, false,
+ true, null, null, null));
}
/**
@@ -112,7 +112,7 @@ public class InteractionOperandItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionFragment_generalOrdering_feature", "_UI_InteractionFragment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INTERACTION_FRAGMENT__GENERAL_ORDERING,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -133,7 +133,7 @@ public class InteractionOperandItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionFragment_enclosingInteraction_feature", "_UI_InteractionFragment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INTERACTION_FRAGMENT__ENCLOSING_INTERACTION,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -154,7 +154,7 @@ public class InteractionOperandItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionFragment_enclosingOperand_feature", "_UI_InteractionFragment_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INTERACTION_FRAGMENT__ENCLOSING_OPERAND,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -174,8 +174,9 @@ public class InteractionOperandItemProvider
getString("_UI_InteractionOperand_guard_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionOperand_guard_feature", "_UI_InteractionOperand_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERACTION_OPERAND__GUARD, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.INTERACTION_OPERAND__GUARD, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -194,8 +195,9 @@ public class InteractionOperandItemProvider
getString("_UI_InteractionOperand_fragment_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionOperand_fragment_feature", "_UI_InteractionOperand_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERACTION_OPERAND__FRAGMENT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.INTERACTION_OPERAND__FRAGMENT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionUseItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionUseItemProvider.java
index a86fd785..a6c99b99 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionUseItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InteractionUseItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: InteractionUseItemProvider.java,v 1.8 2006/01/24 22:46:30 khussey Exp $
+ * $Id: InteractionUseItemProvider.java,v 1.9 2006/05/15 20:57:49 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -89,8 +89,8 @@ public class InteractionUseItemProvider
getString("_UI_InteractionUse_refersTo_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionUse_refersTo_feature", "_UI_InteractionUse_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERACTION_USE__REFERS_TO, true, null,
- null, null));
+ UMLPackage.Literals.INTERACTION_USE__REFERS_TO, true, false,
+ true, null, null, null));
}
/**
@@ -108,8 +108,9 @@ public class InteractionUseItemProvider
getString("_UI_InteractionUse_actualGate_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionUse_actualGate_feature", "_UI_InteractionUse_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERACTION_USE__ACTUAL_GATE, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.INTERACTION_USE__ACTUAL_GATE, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -128,8 +129,9 @@ public class InteractionUseItemProvider
getString("_UI_InteractionUse_argument_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InteractionUse_argument_feature", "_UI_InteractionUse_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERACTION_USE__ARGUMENT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.INTERACTION_USE__ARGUMENT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InterfaceItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InterfaceItemProvider.java
index 89e56001..a00c5346 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InterfaceItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InterfaceItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: InterfaceItemProvider.java,v 1.8 2006/02/21 21:40:13 khussey Exp $
+ * $Id: InterfaceItemProvider.java,v 1.9 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -92,8 +92,9 @@ public class InterfaceItemProvider
getString("_UI_Interface_ownedAttribute_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Interface_ownedAttribute_feature", "_UI_Interface_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERFACE__OWNED_ATTRIBUTE, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.INTERFACE__OWNED_ATTRIBUTE, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -112,8 +113,9 @@ public class InterfaceItemProvider
getString("_UI_Interface_nestedClassifier_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Interface_nestedClassifier_feature", "_UI_Interface_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERFACE__NESTED_CLASSIFIER, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.INTERFACE__NESTED_CLASSIFIER, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -132,8 +134,8 @@ public class InterfaceItemProvider
getString("_UI_Interface_redefinedInterface_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Interface_redefinedInterface_feature", "_UI_Interface_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERFACE__REDEFINED_INTERFACE, true, null,
- null, null));
+ UMLPackage.Literals.INTERFACE__REDEFINED_INTERFACE, true,
+ false, true, null, null, null));
}
/**
@@ -151,8 +153,9 @@ public class InterfaceItemProvider
getString("_UI_Interface_ownedReception_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Interface_ownedReception_feature", "_UI_Interface_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERFACE__OWNED_RECEPTION, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.INTERFACE__OWNED_RECEPTION, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -171,7 +174,8 @@ public class InterfaceItemProvider
getString("_UI_Interface_protocol_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Interface_protocol_feature", "_UI_Interface_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERFACE__PROTOCOL, true, null, null,
+ UMLPackage.Literals.INTERFACE__PROTOCOL, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -191,8 +195,9 @@ public class InterfaceItemProvider
getString("_UI_Interface_ownedOperation_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Interface_ownedOperation_feature", "_UI_Interface_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERFACE__OWNED_OPERATION, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.INTERFACE__OWNED_OPERATION, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InterfaceRealizationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InterfaceRealizationItemProvider.java
index 1bc666e6..5141e750 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InterfaceRealizationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InterfaceRealizationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: InterfaceRealizationItemProvider.java,v 1.5 2006/01/24 22:46:30 khussey Exp $
+ * $Id: InterfaceRealizationItemProvider.java,v 1.6 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -99,7 +99,7 @@ public class InterfaceRealizationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InterfaceRealization_contract_feature", "_UI_InterfaceRealization_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INTERFACE_REALIZATION__CONTRACT, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -118,7 +118,7 @@ public class InterfaceRealizationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InterfaceRealization_implementingClassifier_feature", "_UI_InterfaceRealization_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INTERFACE_REALIZATION__IMPLEMENTING_CLASSIFIER,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InterruptibleActivityRegionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InterruptibleActivityRegionItemProvider.java
index b082ba52..20ebdcca 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InterruptibleActivityRegionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InterruptibleActivityRegionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: InterruptibleActivityRegionItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: InterruptibleActivityRegionItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -84,7 +84,7 @@ public class InterruptibleActivityRegionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InterruptibleActivityRegion_node_feature", "_UI_InterruptibleActivityRegion_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INTERRUPTIBLE_ACTIVITY_REGION__NODE, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -103,7 +103,7 @@ public class InterruptibleActivityRegionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_InterruptibleActivityRegion_interruptingEdge_feature", "_UI_InterruptibleActivityRegion_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.INTERRUPTIBLE_ACTIVITY_REGION__INTERRUPTING_EDGE,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/IntervalItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/IntervalItemProvider.java
index 64260588..88e9c3e0 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/IntervalItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/IntervalItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: IntervalItemProvider.java,v 1.5 2006/03/09 15:08:16 khussey Exp $
+ * $Id: IntervalItemProvider.java,v 1.6 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,7 +88,8 @@ public class IntervalItemProvider
getString("_UI_Interval_min_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Interval_min_feature", "_UI_Interval_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERVAL__MIN, true, null, null, null));
+ UMLPackage.Literals.INTERVAL__MIN, true, false, true, null,
+ null, null));
}
/**
@@ -106,7 +107,8 @@ public class IntervalItemProvider
getString("_UI_Interval_max_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Interval_max_feature", "_UI_Interval_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INTERVAL__MAX, true, null, null, null));
+ UMLPackage.Literals.INTERVAL__MAX, true, false, true, null,
+ null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InvocationActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InvocationActionItemProvider.java
index 4161f605..2ac80eae 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InvocationActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/InvocationActionItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: InvocationActionItemProvider.java,v 1.1 2005/12/07 14:20:26 khussey Exp $
+ * $Id: InvocationActionItemProvider.java,v 1.2 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,8 +86,9 @@ public class InvocationActionItemProvider
getString("_UI_InvocationAction_argument_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InvocationAction_argument_feature", "_UI_InvocationAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INVOCATION_ACTION__ARGUMENT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.INVOCATION_ACTION__ARGUMENT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -106,8 +107,8 @@ public class InvocationActionItemProvider
getString("_UI_InvocationAction_onPort_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_InvocationAction_onPort_feature", "_UI_InvocationAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.INVOCATION_ACTION__ON_PORT, true, null,
- null, null));
+ UMLPackage.Literals.INVOCATION_ACTION__ON_PORT, true, false,
+ true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/JoinNodeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/JoinNodeItemProvider.java
index 68112108..3fe522b3 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/JoinNodeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/JoinNodeItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: JoinNodeItemProvider.java,v 1.3 2006/01/24 22:46:30 khussey Exp $
+ * $Id: JoinNodeItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,7 +88,8 @@ public class JoinNodeItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_JoinNode_isCombineDuplicate_feature", "_UI_JoinNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.JOIN_NODE__IS_COMBINE_DUPLICATE, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -106,7 +107,8 @@ public class JoinNodeItemProvider
getString("_UI_JoinNode_joinSpec_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_JoinNode_joinSpec_feature", "_UI_JoinNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.JOIN_NODE__JOIN_SPEC, true, null, null,
+ UMLPackage.Literals.JOIN_NODE__JOIN_SPEC, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LifelineItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LifelineItemProvider.java
index 00432c42..4915f4a9 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LifelineItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LifelineItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: LifelineItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: LifelineItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -89,8 +89,8 @@ public class LifelineItemProvider
getString("_UI_Lifeline_represents_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Lifeline_represents_feature", "_UI_Lifeline_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LIFELINE__REPRESENTS, true, null, null,
- null));
+ UMLPackage.Literals.LIFELINE__REPRESENTS, true, false, true,
+ null, null, null));
}
/**
@@ -108,7 +108,8 @@ public class LifelineItemProvider
getString("_UI_Lifeline_interaction_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Lifeline_interaction_feature", "_UI_Lifeline_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LIFELINE__INTERACTION, true, null, null,
+ UMLPackage.Literals.LIFELINE__INTERACTION, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -128,7 +129,8 @@ public class LifelineItemProvider
getString("_UI_Lifeline_selector_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Lifeline_selector_feature", "_UI_Lifeline_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LIFELINE__SELECTOR, true, null, null,
+ UMLPackage.Literals.LIFELINE__SELECTOR, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -148,8 +150,8 @@ public class LifelineItemProvider
getString("_UI_Lifeline_decomposedAs_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Lifeline_decomposedAs_feature", "_UI_Lifeline_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LIFELINE__DECOMPOSED_AS, true, null, null,
- null));
+ UMLPackage.Literals.LIFELINE__DECOMPOSED_AS, true, false, true,
+ null, null, null));
}
/**
@@ -167,8 +169,8 @@ public class LifelineItemProvider
getString("_UI_Lifeline_coveredBy_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Lifeline_coveredBy_feature", "_UI_Lifeline_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LIFELINE__COVERED_BY, true, null, null,
- null));
+ UMLPackage.Literals.LIFELINE__COVERED_BY, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkActionItemProvider.java
index 7a2c385b..16b96423 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkActionItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: LinkActionItemProvider.java,v 1.1 2005/12/07 14:20:24 khussey Exp $
+ * $Id: LinkActionItemProvider.java,v 1.2 2006/05/15 20:57:49 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,7 +88,8 @@ public class LinkActionItemProvider
getString("_UI_LinkAction_endData_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LinkAction_endData_feature", "_UI_LinkAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LINK_ACTION__END_DATA, true, null, null,
+ UMLPackage.Literals.LINK_ACTION__END_DATA, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -108,7 +109,8 @@ public class LinkActionItemProvider
getString("_UI_LinkAction_inputValue_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LinkAction_inputValue_feature", "_UI_LinkAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LINK_ACTION__INPUT_VALUE, true, null, null,
+ UMLPackage.Literals.LINK_ACTION__INPUT_VALUE, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkEndCreationDataItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkEndCreationDataItemProvider.java
index f7179b32..0b294c8a 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkEndCreationDataItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkEndCreationDataItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: LinkEndCreationDataItemProvider.java,v 1.3 2006/01/24 22:46:30 khussey Exp $
+ * $Id: LinkEndCreationDataItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,7 +87,8 @@ public class LinkEndCreationDataItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_LinkEndCreationData_isReplaceAll_feature", "_UI_LinkEndCreationData_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.LINK_END_CREATION_DATA__IS_REPLACE_ALL,
- true, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ true, false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
+ null, null));
}
/**
@@ -106,7 +107,7 @@ public class LinkEndCreationDataItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_LinkEndCreationData_insertAt_feature", "_UI_LinkEndCreationData_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.LINK_END_CREATION_DATA__INSERT_AT, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkEndDataItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkEndDataItemProvider.java
index 1f431ddf..96a0e479 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkEndDataItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkEndDataItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: LinkEndDataItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: LinkEndDataItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,8 +87,8 @@ public class LinkEndDataItemProvider
getString("_UI_LinkEndData_value_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LinkEndData_value_feature", "_UI_LinkEndData_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LINK_END_DATA__VALUE, true, null, null,
- null));
+ UMLPackage.Literals.LINK_END_DATA__VALUE, true, false, true,
+ null, null, null));
}
/**
@@ -106,7 +106,8 @@ public class LinkEndDataItemProvider
getString("_UI_LinkEndData_end_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LinkEndData_end_feature", "_UI_LinkEndData_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LINK_END_DATA__END, true, null, null, null));
+ UMLPackage.Literals.LINK_END_DATA__END, true, false, true,
+ null, null, null));
}
/**
@@ -124,7 +125,8 @@ public class LinkEndDataItemProvider
getString("_UI_LinkEndData_qualifier_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LinkEndData_qualifier_feature", "_UI_LinkEndData_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LINK_END_DATA__QUALIFIER, true, null, null,
+ UMLPackage.Literals.LINK_END_DATA__QUALIFIER, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkEndDestructionDataItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkEndDestructionDataItemProvider.java
index 31af096f..a36bae92 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkEndDestructionDataItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LinkEndDestructionDataItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: LinkEndDestructionDataItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: LinkEndDestructionDataItemProvider.java,v 1.4 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,7 +87,8 @@ public class LinkEndDestructionDataItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_LinkEndDestructionData_isDestroyDuplicates_feature", "_UI_LinkEndDestructionData_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.LINK_END_DESTRUCTION_DATA__IS_DESTROY_DUPLICATES,
- true, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ true, false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
+ null, null));
}
/**
@@ -106,7 +107,7 @@ public class LinkEndDestructionDataItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_LinkEndDestructionData_destroyAt_feature", "_UI_LinkEndDestructionData_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.LINK_END_DESTRUCTION_DATA__DESTROY_AT,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralBooleanItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralBooleanItemProvider.java
index acb3608f..cdba7770 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralBooleanItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralBooleanItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: LiteralBooleanItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: LiteralBooleanItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,7 @@ public class LiteralBooleanItemProvider
getString("_UI_LiteralBoolean_value_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LiteralBoolean_value_feature", "_UI_LiteralBoolean_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LITERAL_BOOLEAN__VALUE, true,
+ UMLPackage.Literals.LITERAL_BOOLEAN__VALUE, true, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralIntegerItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralIntegerItemProvider.java
index 3ad2ac4b..98f5bd70 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralIntegerItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralIntegerItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: LiteralIntegerItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: LiteralIntegerItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,7 @@ public class LiteralIntegerItemProvider
getString("_UI_LiteralInteger_value_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LiteralInteger_value_feature", "_UI_LiteralInteger_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LITERAL_INTEGER__VALUE, true,
+ UMLPackage.Literals.LITERAL_INTEGER__VALUE, true, false, false,
ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralStringItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralStringItemProvider.java
index 3a62aa1a..ac587830 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralStringItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralStringItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: LiteralStringItemProvider.java,v 1.3 2006/01/24 22:46:30 khussey Exp $
+ * $Id: LiteralStringItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,7 @@ public class LiteralStringItemProvider
getString("_UI_LiteralString_value_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LiteralString_value_feature", "_UI_LiteralString_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LITERAL_STRING__VALUE, true,
+ UMLPackage.Literals.LITERAL_STRING__VALUE, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralUnlimitedNaturalItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralUnlimitedNaturalItemProvider.java
index 66e147bc..5de14e7d 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralUnlimitedNaturalItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LiteralUnlimitedNaturalItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: LiteralUnlimitedNaturalItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: LiteralUnlimitedNaturalItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,7 +87,8 @@ public class LiteralUnlimitedNaturalItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_LiteralUnlimitedNatural_value_feature", "_UI_LiteralUnlimitedNatural_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.LITERAL_UNLIMITED_NATURAL__VALUE, true,
- ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE,
+ null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LoopNodeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LoopNodeItemProvider.java
index 424ed975..4e4114b4 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LoopNodeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/LoopNodeItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: LoopNodeItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: LoopNodeItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -96,8 +96,8 @@ public class LoopNodeItemProvider
getString("_UI_LoopNode_isTestedFirst_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LoopNode_isTestedFirst_feature", "_UI_LoopNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LOOP_NODE__IS_TESTED_FIRST, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.LOOP_NODE__IS_TESTED_FIRST, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -115,8 +115,8 @@ public class LoopNodeItemProvider
getString("_UI_LoopNode_bodyPart_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LoopNode_bodyPart_feature", "_UI_LoopNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LOOP_NODE__BODY_PART, true, null, null,
- null));
+ UMLPackage.Literals.LOOP_NODE__BODY_PART, true, false, true,
+ null, null, null));
}
/**
@@ -134,8 +134,8 @@ public class LoopNodeItemProvider
getString("_UI_LoopNode_setupPart_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LoopNode_setupPart_feature", "_UI_LoopNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LOOP_NODE__SETUP_PART, true, null, null,
- null));
+ UMLPackage.Literals.LOOP_NODE__SETUP_PART, true, false, true,
+ null, null, null));
}
/**
@@ -153,7 +153,8 @@ public class LoopNodeItemProvider
getString("_UI_LoopNode_decider_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LoopNode_decider_feature", "_UI_LoopNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LOOP_NODE__DECIDER, true, null, null, null));
+ UMLPackage.Literals.LOOP_NODE__DECIDER, true, false, true,
+ null, null, null));
}
/**
@@ -171,7 +172,8 @@ public class LoopNodeItemProvider
getString("_UI_LoopNode_test_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LoopNode_test_feature", "_UI_LoopNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LOOP_NODE__TEST, true, null, null, null));
+ UMLPackage.Literals.LOOP_NODE__TEST, true, false, true, null,
+ null, null));
}
/**
@@ -189,8 +191,8 @@ public class LoopNodeItemProvider
getString("_UI_LoopNode_result_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LoopNode_result_feature", "_UI_LoopNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LOOP_NODE__RESULT, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.LOOP_NODE__RESULT, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -209,7 +211,8 @@ public class LoopNodeItemProvider
getString("_UI_LoopNode_loopVariable_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LoopNode_loopVariable_feature", "_UI_LoopNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LOOP_NODE__LOOP_VARIABLE, true, null, null,
+ UMLPackage.Literals.LOOP_NODE__LOOP_VARIABLE, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -229,8 +232,8 @@ public class LoopNodeItemProvider
getString("_UI_LoopNode_bodyOutput_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LoopNode_bodyOutput_feature", "_UI_LoopNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LOOP_NODE__BODY_OUTPUT, true, null, null,
- null));
+ UMLPackage.Literals.LOOP_NODE__BODY_OUTPUT, true, false, true,
+ null, null, null));
}
/**
@@ -248,8 +251,9 @@ public class LoopNodeItemProvider
getString("_UI_LoopNode_loopVariableInput_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_LoopNode_loopVariableInput_feature", "_UI_LoopNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.LOOP_NODE__LOOP_VARIABLE_INPUT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.LOOP_NODE__LOOP_VARIABLE_INPUT, true,
+ false, true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ManifestationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ManifestationItemProvider.java
index a64c9dbb..05b1756a 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ManifestationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ManifestationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ManifestationItemProvider.java,v 1.5 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ManifestationItemProvider.java,v 1.6 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -98,7 +98,7 @@ public class ManifestationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_Manifestation_utilizedElement_feature", "_UI_Manifestation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MANIFESTATION__UTILIZED_ELEMENT, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MessageEndItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MessageEndItemProvider.java
index 54c6cc6f..e1f6a9e7 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MessageEndItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MessageEndItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: MessageEndItemProvider.java,v 1.1 2005/12/07 14:20:24 khussey Exp $
+ * $Id: MessageEndItemProvider.java,v 1.2 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -83,8 +83,8 @@ public class MessageEndItemProvider
getString("_UI_MessageEnd_message_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_MessageEnd_message_feature", "_UI_MessageEnd_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MESSAGE_END__MESSAGE, true, null, null,
- null));
+ UMLPackage.Literals.MESSAGE_END__MESSAGE, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MessageItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MessageItemProvider.java
index f2ed5279..29ff8227 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MessageItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MessageItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: MessageItemProvider.java,v 1.4 2006/04/19 20:36:06 khussey Exp $
+ * $Id: MessageItemProvider.java,v 1.5 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -93,7 +93,7 @@ public class MessageItemProvider
getString("_UI_Message_messageKind_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Message_messageKind_feature", "_UI_Message_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MESSAGE__MESSAGE_KIND, false,
+ UMLPackage.Literals.MESSAGE__MESSAGE_KIND, false, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
@@ -114,7 +114,7 @@ public class MessageItemProvider
getString("_UI_Message_messageSort_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Message_messageSort_feature", "_UI_Message_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MESSAGE__MESSAGE_SORT, true,
+ UMLPackage.Literals.MESSAGE__MESSAGE_SORT, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -133,8 +133,8 @@ public class MessageItemProvider
getString("_UI_Message_receiveEvent_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Message_receiveEvent_feature", "_UI_Message_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MESSAGE__RECEIVE_EVENT, true, null, null,
- null));
+ UMLPackage.Literals.MESSAGE__RECEIVE_EVENT, true, false, true,
+ null, null, null));
}
/**
@@ -152,7 +152,8 @@ public class MessageItemProvider
getString("_UI_Message_sendEvent_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Message_sendEvent_feature", "_UI_Message_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MESSAGE__SEND_EVENT, true, null, null, null));
+ UMLPackage.Literals.MESSAGE__SEND_EVENT, true, false, true,
+ null, null, null));
}
/**
@@ -170,7 +171,8 @@ public class MessageItemProvider
getString("_UI_Message_connector_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Message_connector_feature", "_UI_Message_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MESSAGE__CONNECTOR, true, null, null, null));
+ UMLPackage.Literals.MESSAGE__CONNECTOR, true, false, true,
+ null, null, null));
}
/**
@@ -188,7 +190,8 @@ public class MessageItemProvider
getString("_UI_Message_interaction_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Message_interaction_feature", "_UI_Message_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MESSAGE__INTERACTION, true, null, null,
+ UMLPackage.Literals.MESSAGE__INTERACTION, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -208,8 +211,8 @@ public class MessageItemProvider
getString("_UI_Message_argument_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Message_argument_feature", "_UI_Message_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MESSAGE__ARGUMENT, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.MESSAGE__ARGUMENT, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -228,7 +231,8 @@ public class MessageItemProvider
getString("_UI_Message_signature_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Message_signature_feature", "_UI_Message_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MESSAGE__SIGNATURE, false, null, null,
+ UMLPackage.Literals.MESSAGE__SIGNATURE, false, false, false,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MessageOccurrenceSpecificationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MessageOccurrenceSpecificationItemProvider.java
index bd28c112..20a87653 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MessageOccurrenceSpecificationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MessageOccurrenceSpecificationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: MessageOccurrenceSpecificationItemProvider.java,v 1.4 2006/01/24 22:46:30 khussey Exp $
+ * $Id: MessageOccurrenceSpecificationItemProvider.java,v 1.5 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -84,8 +84,8 @@ public class MessageOccurrenceSpecificationItemProvider
getString("_UI_MessageEnd_message_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_MessageEnd_message_feature", "_UI_MessageEnd_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MESSAGE_END__MESSAGE, true, null, null,
- null));
+ UMLPackage.Literals.MESSAGE_END__MESSAGE, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ModelItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ModelItemProvider.java
index 8b513f87..d342d984 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ModelItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ModelItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ModelItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ModelItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,7 +85,7 @@ public class ModelItemProvider
getString("_UI_Model_viewpoint_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Model_viewpoint_feature", "_UI_Model_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MODEL__VIEWPOINT, true,
+ UMLPackage.Literals.MODEL__VIEWPOINT, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MultiplicityElementItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MultiplicityElementItemProvider.java
index dba705f7..7cd1474a 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MultiplicityElementItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/MultiplicityElementItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: MultiplicityElementItemProvider.java,v 1.3 2006/04/19 20:36:06 khussey Exp $
+ * $Id: MultiplicityElementItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -96,7 +96,8 @@ public class MultiplicityElementItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_isOrdered_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__IS_ORDERED, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -115,7 +116,8 @@ public class MultiplicityElementItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_isUnique_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__IS_UNIQUE, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -133,8 +135,8 @@ public class MultiplicityElementItemProvider
getString("_UI_MultiplicityElement_upper_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_upper_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MULTIPLICITY_ELEMENT__UPPER, true,
- ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.MULTIPLICITY_ELEMENT__UPPER, true, false,
+ false, ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
}
/**
@@ -152,8 +154,8 @@ public class MultiplicityElementItemProvider
getString("_UI_MultiplicityElement_lower_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_lower_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MULTIPLICITY_ELEMENT__LOWER, true,
- ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.MULTIPLICITY_ELEMENT__LOWER, true, false,
+ false, ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
}
/**
@@ -172,7 +174,7 @@ public class MultiplicityElementItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_upperValue_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__UPPER_VALUE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -193,7 +195,7 @@ public class MultiplicityElementItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_lowerValue_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__LOWER_VALUE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/NamedElementItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/NamedElementItemProvider.java
index b5fa5a2f..2b5f8778 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/NamedElementItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/NamedElementItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: NamedElementItemProvider.java,v 1.2 2006/04/19 20:36:06 khussey Exp $
+ * $Id: NamedElementItemProvider.java,v 1.3 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -92,7 +92,7 @@ public class NamedElementItemProvider
getString("_UI_NamedElement_name_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_NamedElement_name_feature", "_UI_NamedElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NAMED_ELEMENT__NAME, true,
+ UMLPackage.Literals.NAMED_ELEMENT__NAME, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -111,8 +111,8 @@ public class NamedElementItemProvider
getString("_UI_NamedElement_visibility_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_NamedElement_visibility_feature", "_UI_NamedElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NAMED_ELEMENT__VISIBILITY, true,
- ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.NAMED_ELEMENT__VISIBILITY, true, false,
+ false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
/**
@@ -131,7 +131,7 @@ public class NamedElementItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_NamedElement_qualifiedName_feature", "_UI_NamedElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.NAMED_ELEMENT__QUALIFIED_NAME, false,
- ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null,
+ false, false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -152,7 +152,7 @@ public class NamedElementItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_NamedElement_clientDependency_feature", "_UI_NamedElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.NAMED_ELEMENT__CLIENT_DEPENDENCY, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -170,8 +170,9 @@ public class NamedElementItemProvider
getString("_UI_NamedElement_namespace_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_NamedElement_namespace_feature", "_UI_NamedElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NAMED_ELEMENT__NAMESPACE, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.NAMED_ELEMENT__NAMESPACE, false, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -190,8 +191,9 @@ public class NamedElementItemProvider
getString("_UI_NamedElement_nameExpression_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_NamedElement_nameExpression_feature", "_UI_NamedElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NAMED_ELEMENT__NAME_EXPRESSION, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.NAMED_ELEMENT__NAME_EXPRESSION, true,
+ false, true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/NamespaceItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/NamespaceItemProvider.java
index 5c241f66..b557b1e6 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/NamespaceItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/NamespaceItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: NamespaceItemProvider.java,v 1.2 2005/12/12 16:59:38 khussey Exp $
+ * $Id: NamespaceItemProvider.java,v 1.3 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -92,8 +92,9 @@ public class NamespaceItemProvider
getString("_UI_Namespace_elementImport_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Namespace_elementImport_feature", "_UI_Namespace_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NAMESPACE__ELEMENT_IMPORT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.NAMESPACE__ELEMENT_IMPORT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -112,8 +113,9 @@ public class NamespaceItemProvider
getString("_UI_Namespace_packageImport_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Namespace_packageImport_feature", "_UI_Namespace_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NAMESPACE__PACKAGE_IMPORT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.NAMESPACE__PACKAGE_IMPORT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -132,7 +134,8 @@ public class NamespaceItemProvider
getString("_UI_Namespace_ownedRule_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Namespace_ownedRule_feature", "_UI_Namespace_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NAMESPACE__OWNED_RULE, true, null, null,
+ UMLPackage.Literals.NAMESPACE__OWNED_RULE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -152,7 +155,8 @@ public class NamespaceItemProvider
getString("_UI_Namespace_member_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Namespace_member_feature", "_UI_Namespace_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NAMESPACE__MEMBER, false, null, null,
+ UMLPackage.Literals.NAMESPACE__MEMBER, false, false, false,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -172,8 +176,9 @@ public class NamespaceItemProvider
getString("_UI_Namespace_importedMember_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Namespace_importedMember_feature", "_UI_Namespace_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NAMESPACE__IMPORTED_MEMBER, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.NAMESPACE__IMPORTED_MEMBER, false, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -192,7 +197,8 @@ public class NamespaceItemProvider
getString("_UI_Namespace_ownedMember_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Namespace_ownedMember_feature", "_UI_Namespace_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NAMESPACE__OWNED_MEMBER, false, null, null,
+ UMLPackage.Literals.NAMESPACE__OWNED_MEMBER, false, false,
+ false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/NodeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/NodeItemProvider.java
index 268aa49e..b24bf550 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/NodeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/NodeItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: NodeItemProvider.java,v 1.5 2006/02/21 21:40:13 khussey Exp $
+ * $Id: NodeItemProvider.java,v 1.6 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -97,8 +97,9 @@ public class NodeItemProvider
getString("_UI_DeploymentTarget_deployment_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DeploymentTarget_deployment_feature", "_UI_DeploymentTarget_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DEPLOYMENT_TARGET__DEPLOYMENT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DEPLOYMENT_TARGET__DEPLOYMENT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -118,7 +119,7 @@ public class NodeItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_DeploymentTarget_deployedElement_feature", "_UI_DeploymentTarget_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.DEPLOYMENT_TARGET__DEPLOYED_ELEMENT, false,
- null, null,
+ false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -138,8 +139,8 @@ public class NodeItemProvider
getString("_UI_Node_nestedNode_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Node_nestedNode_feature", "_UI_Node_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NODE__NESTED_NODE, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.NODE__NESTED_NODE, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ObjectFlowItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ObjectFlowItemProvider.java
index b02a7423..9e1ea667 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ObjectFlowItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ObjectFlowItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ObjectFlowItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ObjectFlowItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,8 +88,8 @@ public class ObjectFlowItemProvider
getString("_UI_ObjectFlow_isMulticast_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ObjectFlow_isMulticast_feature", "_UI_ObjectFlow_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OBJECT_FLOW__IS_MULTICAST, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.OBJECT_FLOW__IS_MULTICAST, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -107,8 +107,8 @@ public class ObjectFlowItemProvider
getString("_UI_ObjectFlow_isMultireceive_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ObjectFlow_isMultireceive_feature", "_UI_ObjectFlow_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OBJECT_FLOW__IS_MULTIRECEIVE, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.OBJECT_FLOW__IS_MULTIRECEIVE, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -126,8 +126,8 @@ public class ObjectFlowItemProvider
getString("_UI_ObjectFlow_transformation_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ObjectFlow_transformation_feature", "_UI_ObjectFlow_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OBJECT_FLOW__TRANSFORMATION, true, null,
- null, null));
+ UMLPackage.Literals.OBJECT_FLOW__TRANSFORMATION, true, false,
+ true, null, null, null));
}
/**
@@ -145,8 +145,8 @@ public class ObjectFlowItemProvider
getString("_UI_ObjectFlow_selection_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ObjectFlow_selection_feature", "_UI_ObjectFlow_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OBJECT_FLOW__SELECTION, true, null, null,
- null));
+ UMLPackage.Literals.OBJECT_FLOW__SELECTION, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ObjectNodeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ObjectNodeItemProvider.java
index f45893b5..a7ef3122 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ObjectNodeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ObjectNodeItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ObjectNodeItemProvider.java,v 1.2 2006/01/04 17:47:48 khussey Exp $
+ * $Id: ObjectNodeItemProvider.java,v 1.3 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -91,7 +91,8 @@ public class ObjectNodeItemProvider
getString("_UI_TypedElement_type_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TypedElement_type_feature", "_UI_TypedElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TYPED_ELEMENT__TYPE, true, null, null, null));
+ UMLPackage.Literals.TYPED_ELEMENT__TYPE, true, false, true,
+ null, null, null));
}
/**
@@ -109,7 +110,7 @@ public class ObjectNodeItemProvider
getString("_UI_ObjectNode_ordering_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ObjectNode_ordering_feature", "_UI_ObjectNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OBJECT_NODE__ORDERING, true,
+ UMLPackage.Literals.OBJECT_NODE__ORDERING, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -128,8 +129,8 @@ public class ObjectNodeItemProvider
getString("_UI_ObjectNode_isControlType_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ObjectNode_isControlType_feature", "_UI_ObjectNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OBJECT_NODE__IS_CONTROL_TYPE, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.OBJECT_NODE__IS_CONTROL_TYPE, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -147,7 +148,8 @@ public class ObjectNodeItemProvider
getString("_UI_ObjectNode_upperBound_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ObjectNode_upperBound_feature", "_UI_ObjectNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OBJECT_NODE__UPPER_BOUND, true, null, null,
+ UMLPackage.Literals.OBJECT_NODE__UPPER_BOUND, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -167,8 +169,8 @@ public class ObjectNodeItemProvider
getString("_UI_ObjectNode_inState_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ObjectNode_inState_feature", "_UI_ObjectNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OBJECT_NODE__IN_STATE, true, null, null,
- null));
+ UMLPackage.Literals.OBJECT_NODE__IN_STATE, true, false, true,
+ null, null, null));
}
/**
@@ -186,8 +188,8 @@ public class ObjectNodeItemProvider
getString("_UI_ObjectNode_selection_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ObjectNode_selection_feature", "_UI_ObjectNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OBJECT_NODE__SELECTION, true, null, null,
- null));
+ UMLPackage.Literals.OBJECT_NODE__SELECTION, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OccurrenceSpecificationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OccurrenceSpecificationItemProvider.java
index 647534d0..24b302cb 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OccurrenceSpecificationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OccurrenceSpecificationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: OccurrenceSpecificationItemProvider.java,v 1.3 2006/01/24 22:46:30 khussey Exp $
+ * $Id: OccurrenceSpecificationItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,7 @@ public class OccurrenceSpecificationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_OccurrenceSpecification_toBefore_feature", "_UI_OccurrenceSpecification_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.OCCURRENCE_SPECIFICATION__TO_BEFORE, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -105,7 +105,7 @@ public class OccurrenceSpecificationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_OccurrenceSpecification_event_feature", "_UI_OccurrenceSpecification_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.OCCURRENCE_SPECIFICATION__EVENT, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -124,7 +124,7 @@ public class OccurrenceSpecificationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_OccurrenceSpecification_toAfter_feature", "_UI_OccurrenceSpecification_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.OCCURRENCE_SPECIFICATION__TO_AFTER, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OpaqueActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OpaqueActionItemProvider.java
index cedd4a3c..384aa160 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OpaqueActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OpaqueActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: OpaqueActionItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: OpaqueActionItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,7 +88,7 @@ public class OpaqueActionItemProvider
getString("_UI_OpaqueAction_body_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_OpaqueAction_body_feature", "_UI_OpaqueAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPAQUE_ACTION__BODY, true,
+ UMLPackage.Literals.OPAQUE_ACTION__BODY, true, true, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -107,8 +107,8 @@ public class OpaqueActionItemProvider
getString("_UI_OpaqueAction_language_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_OpaqueAction_language_feature", "_UI_OpaqueAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPAQUE_ACTION__LANGUAGE, true,
- ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.OPAQUE_ACTION__LANGUAGE, true, false,
+ false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
/**
@@ -126,8 +126,8 @@ public class OpaqueActionItemProvider
getString("_UI_OpaqueAction_inputValue_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_OpaqueAction_inputValue_feature", "_UI_OpaqueAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPAQUE_ACTION__INPUT_VALUE, true, null,
- null, null));
+ UMLPackage.Literals.OPAQUE_ACTION__INPUT_VALUE, true, false,
+ true, null, null, null));
}
/**
@@ -145,8 +145,8 @@ public class OpaqueActionItemProvider
getString("_UI_OpaqueAction_outputValue_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_OpaqueAction_outputValue_feature", "_UI_OpaqueAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPAQUE_ACTION__OUTPUT_VALUE, true, null,
- null, null));
+ UMLPackage.Literals.OPAQUE_ACTION__OUTPUT_VALUE, true, false,
+ true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OpaqueBehaviorItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OpaqueBehaviorItemProvider.java
index 7fb1da92..55cdf358 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OpaqueBehaviorItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OpaqueBehaviorItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: OpaqueBehaviorItemProvider.java,v 1.5 2006/02/21 21:40:13 khussey Exp $
+ * $Id: OpaqueBehaviorItemProvider.java,v 1.6 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,7 @@ public class OpaqueBehaviorItemProvider
getString("_UI_OpaqueBehavior_body_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_OpaqueBehavior_body_feature", "_UI_OpaqueBehavior_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPAQUE_BEHAVIOR__BODY, true,
+ UMLPackage.Literals.OPAQUE_BEHAVIOR__BODY, true, true, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -105,8 +105,8 @@ public class OpaqueBehaviorItemProvider
getString("_UI_OpaqueBehavior_language_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_OpaqueBehavior_language_feature", "_UI_OpaqueBehavior_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPAQUE_BEHAVIOR__LANGUAGE, true,
- ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.OPAQUE_BEHAVIOR__LANGUAGE, true, false,
+ false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OpaqueExpressionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OpaqueExpressionItemProvider.java
index 2bf8751d..6f92a3ca 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OpaqueExpressionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OpaqueExpressionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: OpaqueExpressionItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: OpaqueExpressionItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -89,7 +89,7 @@ public class OpaqueExpressionItemProvider
getString("_UI_OpaqueExpression_body_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_OpaqueExpression_body_feature", "_UI_OpaqueExpression_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPAQUE_EXPRESSION__BODY, true,
+ UMLPackage.Literals.OPAQUE_EXPRESSION__BODY, true, true, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -108,8 +108,8 @@ public class OpaqueExpressionItemProvider
getString("_UI_OpaqueExpression_language_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_OpaqueExpression_language_feature", "_UI_OpaqueExpression_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPAQUE_EXPRESSION__LANGUAGE, true,
- ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.OPAQUE_EXPRESSION__LANGUAGE, true, false,
+ false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
/**
@@ -127,8 +127,9 @@ public class OpaqueExpressionItemProvider
getString("_UI_OpaqueExpression_result_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_OpaqueExpression_result_feature", "_UI_OpaqueExpression_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPAQUE_EXPRESSION__RESULT, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.OPAQUE_EXPRESSION__RESULT, false, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -147,8 +148,8 @@ public class OpaqueExpressionItemProvider
getString("_UI_OpaqueExpression_behavior_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_OpaqueExpression_behavior_feature", "_UI_OpaqueExpression_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPAQUE_EXPRESSION__BEHAVIOR, true, null,
- null, null));
+ UMLPackage.Literals.OPAQUE_EXPRESSION__BEHAVIOR, true, false,
+ true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OperationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OperationItemProvider.java
index 829f5914..423714b0 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OperationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/OperationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: OperationItemProvider.java,v 1.9 2006/04/19 20:36:06 khussey Exp $
+ * $Id: OperationItemProvider.java,v 1.10 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -116,7 +116,7 @@ public class OperationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterableElement_templateParameter_feature", "_UI_ParameterableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PARAMETERABLE_ELEMENT__TEMPLATE_PARAMETER,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -135,7 +135,7 @@ public class OperationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterableElement_owningTemplateParameter_feature", "_UI_ParameterableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PARAMETERABLE_ELEMENT__OWNING_TEMPLATE_PARAMETER,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -156,7 +156,7 @@ public class OperationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateableElement_templateBinding_feature", "_UI_TemplateableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATEABLE_ELEMENT__TEMPLATE_BINDING,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -177,7 +177,7 @@ public class OperationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateableElement_ownedTemplateSignature_feature", "_UI_TemplateableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATEABLE_ELEMENT__OWNED_TEMPLATE_SIGNATURE,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -197,7 +197,7 @@ public class OperationItemProvider
getString("_UI_Operation_isQuery_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Operation_isQuery_feature", "_UI_Operation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPERATION__IS_QUERY, true,
+ UMLPackage.Literals.OPERATION__IS_QUERY, true, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
@@ -216,7 +216,7 @@ public class OperationItemProvider
getString("_UI_Operation_isOrdered_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Operation_isOrdered_feature", "_UI_Operation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPERATION__IS_ORDERED, true,
+ UMLPackage.Literals.OPERATION__IS_ORDERED, true, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
@@ -235,7 +235,7 @@ public class OperationItemProvider
getString("_UI_Operation_isUnique_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Operation_isUnique_feature", "_UI_Operation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPERATION__IS_UNIQUE, true,
+ UMLPackage.Literals.OPERATION__IS_UNIQUE, true, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
@@ -254,7 +254,7 @@ public class OperationItemProvider
getString("_UI_Operation_lower_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Operation_lower_feature", "_UI_Operation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPERATION__LOWER, true,
+ UMLPackage.Literals.OPERATION__LOWER, true, false, false,
ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
}
@@ -273,7 +273,7 @@ public class OperationItemProvider
getString("_UI_Operation_upper_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Operation_upper_feature", "_UI_Operation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPERATION__UPPER, true,
+ UMLPackage.Literals.OPERATION__UPPER, true, false, false,
ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
}
@@ -292,8 +292,8 @@ public class OperationItemProvider
getString("_UI_Operation_precondition_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Operation_precondition_feature", "_UI_Operation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPERATION__PRECONDITION, true, null, null,
- null));
+ UMLPackage.Literals.OPERATION__PRECONDITION, true, false, true,
+ null, null, null));
}
/**
@@ -311,8 +311,8 @@ public class OperationItemProvider
getString("_UI_Operation_postcondition_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Operation_postcondition_feature", "_UI_Operation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPERATION__POSTCONDITION, true, null, null,
- null));
+ UMLPackage.Literals.OPERATION__POSTCONDITION, true, false,
+ true, null, null, null));
}
/**
@@ -330,8 +330,8 @@ public class OperationItemProvider
getString("_UI_Operation_redefinedOperation_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Operation_redefinedOperation_feature", "_UI_Operation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPERATION__REDEFINED_OPERATION, true, null,
- null, null));
+ UMLPackage.Literals.OPERATION__REDEFINED_OPERATION, true,
+ false, true, null, null, null));
}
/**
@@ -349,7 +349,8 @@ public class OperationItemProvider
getString("_UI_Operation_datatype_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Operation_datatype_feature", "_UI_Operation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPERATION__DATATYPE, true, null, null,
+ UMLPackage.Literals.OPERATION__DATATYPE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -369,8 +370,8 @@ public class OperationItemProvider
getString("_UI_Operation_bodyCondition_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Operation_bodyCondition_feature", "_UI_Operation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPERATION__BODY_CONDITION, true, null,
- null, null));
+ UMLPackage.Literals.OPERATION__BODY_CONDITION, true, false,
+ true, null, null, null));
}
/**
@@ -388,7 +389,8 @@ public class OperationItemProvider
getString("_UI_Operation_type_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Operation_type_feature", "_UI_Operation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPERATION__TYPE, true, null, null, null));
+ UMLPackage.Literals.OPERATION__TYPE, true, false, true, null,
+ null, null));
}
/**
@@ -406,7 +408,8 @@ public class OperationItemProvider
getString("_UI_Operation_interface_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Operation_interface_feature", "_UI_Operation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPERATION__INTERFACE, true, null, null,
+ UMLPackage.Literals.OPERATION__INTERFACE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -426,8 +429,8 @@ public class OperationItemProvider
getString("_UI_Operation_class_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Operation_class_feature", "_UI_Operation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.OPERATION__CLASS, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.OPERATION__CLASS, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageImportItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageImportItemProvider.java
index d47d215e..118bd11f 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageImportItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageImportItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: PackageImportItemProvider.java,v 1.4 2006/01/24 22:46:31 khussey Exp $
+ * $Id: PackageImportItemProvider.java,v 1.5 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,8 +88,8 @@ public class PackageImportItemProvider
getString("_UI_PackageImport_visibility_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_PackageImport_visibility_feature", "_UI_PackageImport_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PACKAGE_IMPORT__VISIBILITY, true,
- ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.PACKAGE_IMPORT__VISIBILITY, true, false,
+ false, ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
/**
@@ -108,7 +108,7 @@ public class PackageImportItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_PackageImport_importedPackage_feature", "_UI_PackageImport_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PACKAGE_IMPORT__IMPORTED_PACKAGE, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -127,7 +127,7 @@ public class PackageImportItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_PackageImport_importingNamespace_feature", "_UI_PackageImport_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PACKAGE_IMPORT__IMPORTING_NAMESPACE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageItemProvider.java
index b524a65e..0a685405 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: PackageItemProvider.java,v 1.10 2006/01/24 22:46:31 khussey Exp $
+ * $Id: PackageItemProvider.java,v 1.11 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -102,7 +102,7 @@ public class PackageItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterableElement_templateParameter_feature", "_UI_ParameterableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PARAMETERABLE_ELEMENT__TEMPLATE_PARAMETER,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -121,7 +121,7 @@ public class PackageItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterableElement_owningTemplateParameter_feature", "_UI_ParameterableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PARAMETERABLE_ELEMENT__OWNING_TEMPLATE_PARAMETER,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -142,7 +142,7 @@ public class PackageItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateableElement_templateBinding_feature", "_UI_TemplateableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATEABLE_ELEMENT__TEMPLATE_BINDING,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -163,7 +163,7 @@ public class PackageItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateableElement_ownedTemplateSignature_feature", "_UI_TemplateableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATEABLE_ELEMENT__OWNED_TEMPLATE_SIGNATURE,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -183,7 +183,8 @@ public class PackageItemProvider
getString("_UI_Package_packageMerge_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Package_packageMerge_feature", "_UI_Package_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PACKAGE__PACKAGE_MERGE, true, null, null,
+ UMLPackage.Literals.PACKAGE__PACKAGE_MERGE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -203,8 +204,9 @@ public class PackageItemProvider
getString("_UI_Package_packagedElement_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Package_packagedElement_feature", "_UI_Package_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PACKAGE__PACKAGED_ELEMENT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.PACKAGE__PACKAGED_ELEMENT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -223,7 +225,8 @@ public class PackageItemProvider
getString("_UI_Package_ownedType_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Package_ownedType_feature", "_UI_Package_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PACKAGE__OWNED_TYPE, true, null, null,
+ UMLPackage.Literals.PACKAGE__OWNED_TYPE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -243,7 +246,8 @@ public class PackageItemProvider
getString("_UI_Package_nestedPackage_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Package_nestedPackage_feature", "_UI_Package_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PACKAGE__NESTED_PACKAGE, true, null, null,
+ UMLPackage.Literals.PACKAGE__NESTED_PACKAGE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -263,7 +267,8 @@ public class PackageItemProvider
getString("_UI_Package_nestingPackage_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Package_nestingPackage_feature", "_UI_Package_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PACKAGE__NESTING_PACKAGE, true, null, null,
+ UMLPackage.Literals.PACKAGE__NESTING_PACKAGE, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageMergeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageMergeItemProvider.java
index fdca787e..49ff01c3 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageMergeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageMergeItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: PackageMergeItemProvider.java,v 1.4 2006/01/24 22:46:31 khussey Exp $
+ * $Id: PackageMergeItemProvider.java,v 1.5 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,8 +86,8 @@ public class PackageMergeItemProvider
getString("_UI_PackageMerge_mergedPackage_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_PackageMerge_mergedPackage_feature", "_UI_PackageMerge_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PACKAGE_MERGE__MERGED_PACKAGE, true, null,
- null, null));
+ UMLPackage.Literals.PACKAGE_MERGE__MERGED_PACKAGE, true, false,
+ true, null, null, null));
}
/**
@@ -106,7 +106,7 @@ public class PackageMergeItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_PackageMerge_receivingPackage_feature", "_UI_PackageMerge_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PACKAGE_MERGE__RECEIVING_PACKAGE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageableElementItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageableElementItemProvider.java
index d047edb1..ce311ab9 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageableElementItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PackageableElementItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: PackageableElementItemProvider.java,v 1.3 2006/01/05 13:54:11 khussey Exp $
+ * $Id: PackageableElementItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -94,7 +94,7 @@ public class PackageableElementItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterableElement_templateParameter_feature", "_UI_ParameterableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PARAMETERABLE_ELEMENT__TEMPLATE_PARAMETER,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -113,7 +113,7 @@ public class PackageableElementItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterableElement_owningTemplateParameter_feature", "_UI_ParameterableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PARAMETERABLE_ELEMENT__OWNING_TEMPLATE_PARAMETER,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ParameterItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ParameterItemProvider.java
index b84b867e..3640a4f1 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ParameterItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ParameterItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ParameterItemProvider.java,v 1.8 2006/04/19 20:36:06 khussey Exp $
+ * $Id: ParameterItemProvider.java,v 1.9 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -104,7 +104,8 @@ public class ParameterItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_isOrdered_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__IS_ORDERED, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -123,7 +124,8 @@ public class ParameterItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_isUnique_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__IS_UNIQUE, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -141,8 +143,8 @@ public class ParameterItemProvider
getString("_UI_MultiplicityElement_upper_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_upper_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MULTIPLICITY_ELEMENT__UPPER, true,
- ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.MULTIPLICITY_ELEMENT__UPPER, true, false,
+ false, ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
}
/**
@@ -160,8 +162,8 @@ public class ParameterItemProvider
getString("_UI_MultiplicityElement_lower_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_lower_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MULTIPLICITY_ELEMENT__LOWER, true,
- ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.MULTIPLICITY_ELEMENT__LOWER, true, false,
+ false, ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
}
/**
@@ -180,7 +182,7 @@ public class ParameterItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_upperValue_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__UPPER_VALUE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -201,7 +203,7 @@ public class ParameterItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_lowerValue_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__LOWER_VALUE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -221,8 +223,8 @@ public class ParameterItemProvider
getString("_UI_Parameter_parameterSet_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Parameter_parameterSet_feature", "_UI_Parameter_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PARAMETER__PARAMETER_SET, true, null, null,
- null));
+ UMLPackage.Literals.PARAMETER__PARAMETER_SET, true, false,
+ true, null, null, null));
}
/**
@@ -240,8 +242,8 @@ public class ParameterItemProvider
getString("_UI_Parameter_operation_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Parameter_operation_feature", "_UI_Parameter_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PARAMETER__OPERATION, false, null, null,
- null));
+ UMLPackage.Literals.PARAMETER__OPERATION, false, false, false,
+ null, null, null));
}
/**
@@ -259,7 +261,7 @@ public class ParameterItemProvider
getString("_UI_Parameter_direction_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Parameter_direction_feature", "_UI_Parameter_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PARAMETER__DIRECTION, true,
+ UMLPackage.Literals.PARAMETER__DIRECTION, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -278,7 +280,7 @@ public class ParameterItemProvider
getString("_UI_Parameter_default_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Parameter_default_feature", "_UI_Parameter_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PARAMETER__DEFAULT, true,
+ UMLPackage.Literals.PARAMETER__DEFAULT, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -297,7 +299,8 @@ public class ParameterItemProvider
getString("_UI_Parameter_defaultValue_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Parameter_defaultValue_feature", "_UI_Parameter_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PARAMETER__DEFAULT_VALUE, true, null, null,
+ UMLPackage.Literals.PARAMETER__DEFAULT_VALUE, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -317,8 +320,8 @@ public class ParameterItemProvider
getString("_UI_Parameter_isException_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Parameter_isException_feature", "_UI_Parameter_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PARAMETER__IS_EXCEPTION, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.PARAMETER__IS_EXCEPTION, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -336,7 +339,7 @@ public class ParameterItemProvider
getString("_UI_Parameter_isStream_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Parameter_isStream_feature", "_UI_Parameter_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PARAMETER__IS_STREAM, true,
+ UMLPackage.Literals.PARAMETER__IS_STREAM, true, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
@@ -355,7 +358,7 @@ public class ParameterItemProvider
getString("_UI_Parameter_effect_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Parameter_effect_feature", "_UI_Parameter_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PARAMETER__EFFECT, true,
+ UMLPackage.Literals.PARAMETER__EFFECT, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ParameterSetItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ParameterSetItemProvider.java
index 0767744e..3bdaee86 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ParameterSetItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ParameterSetItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ParameterSetItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ParameterSetItemProvider.java,v 1.5 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -89,8 +89,8 @@ public class ParameterSetItemProvider
getString("_UI_ParameterSet_parameter_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterSet_parameter_feature", "_UI_ParameterSet_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PARAMETER_SET__PARAMETER, true, null, null,
- null));
+ UMLPackage.Literals.PARAMETER_SET__PARAMETER, true, false,
+ true, null, null, null));
}
/**
@@ -108,7 +108,8 @@ public class ParameterSetItemProvider
getString("_UI_ParameterSet_condition_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterSet_condition_feature", "_UI_ParameterSet_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PARAMETER_SET__CONDITION, true, null, null,
+ UMLPackage.Literals.PARAMETER_SET__CONDITION, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ParameterableElementItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ParameterableElementItemProvider.java
index 00044f72..05ab449c 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ParameterableElementItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ParameterableElementItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ParameterableElementItemProvider.java,v 1.3 2006/01/05 13:54:11 khussey Exp $
+ * $Id: ParameterableElementItemProvider.java,v 1.4 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -93,7 +93,7 @@ public class ParameterableElementItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterableElement_templateParameter_feature", "_UI_ParameterableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PARAMETERABLE_ELEMENT__TEMPLATE_PARAMETER,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -112,7 +112,7 @@ public class ParameterableElementItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterableElement_owningTemplateParameter_feature", "_UI_ParameterableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PARAMETERABLE_ELEMENT__OWNING_TEMPLATE_PARAMETER,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PinItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PinItemProvider.java
index b66f79f8..24067d7e 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PinItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PinItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: PinItemProvider.java,v 1.6 2006/04/27 14:38:41 khussey Exp $
+ * $Id: PinItemProvider.java,v 1.7 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -97,7 +97,8 @@ public class PinItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_isOrdered_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__IS_ORDERED, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -116,7 +117,8 @@ public class PinItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_isUnique_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__IS_UNIQUE, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -134,8 +136,8 @@ public class PinItemProvider
getString("_UI_MultiplicityElement_upper_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_upper_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MULTIPLICITY_ELEMENT__UPPER, true,
- ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.MULTIPLICITY_ELEMENT__UPPER, true, false,
+ false, ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
}
/**
@@ -153,8 +155,8 @@ public class PinItemProvider
getString("_UI_MultiplicityElement_lower_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_lower_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MULTIPLICITY_ELEMENT__LOWER, true,
- ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.MULTIPLICITY_ELEMENT__LOWER, true, false,
+ false, ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
}
/**
@@ -173,7 +175,7 @@ public class PinItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_upperValue_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__UPPER_VALUE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -194,7 +196,7 @@ public class PinItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_lowerValue_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__LOWER_VALUE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -214,7 +216,7 @@ public class PinItemProvider
getString("_UI_Pin_isControl_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Pin_isControl_feature", "_UI_Pin_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PIN__IS_CONTROL, true,
+ UMLPackage.Literals.PIN__IS_CONTROL, true, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PortItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PortItemProvider.java
index 6cf5af9a..06e36d26 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PortItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PortItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: PortItemProvider.java,v 1.3 2006/01/24 22:46:30 khussey Exp $
+ * $Id: PortItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -92,7 +92,7 @@ public class PortItemProvider
getString("_UI_Port_isBehavior_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Port_isBehavior_feature", "_UI_Port_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PORT__IS_BEHAVIOR, true,
+ UMLPackage.Literals.PORT__IS_BEHAVIOR, true, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
@@ -111,7 +111,7 @@ public class PortItemProvider
getString("_UI_Port_isService_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Port_isService_feature", "_UI_Port_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PORT__IS_SERVICE, true,
+ UMLPackage.Literals.PORT__IS_SERVICE, true, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
@@ -130,8 +130,8 @@ public class PortItemProvider
getString("_UI_Port_required_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Port_required_feature", "_UI_Port_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PORT__REQUIRED, false, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.PORT__REQUIRED, false, false, false, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -150,8 +150,8 @@ public class PortItemProvider
getString("_UI_Port_redefinedPort_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Port_redefinedPort_feature", "_UI_Port_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PORT__REDEFINED_PORT, true, null, null,
- null));
+ UMLPackage.Literals.PORT__REDEFINED_PORT, true, false, true,
+ null, null, null));
}
/**
@@ -169,8 +169,8 @@ public class PortItemProvider
getString("_UI_Port_provided_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Port_provided_feature", "_UI_Port_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PORT__PROVIDED, false, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.PORT__PROVIDED, false, false, false, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -189,7 +189,8 @@ public class PortItemProvider
getString("_UI_Port_protocol_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Port_protocol_feature", "_UI_Port_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PORT__PROTOCOL, true, null, null, null));
+ UMLPackage.Literals.PORT__PROTOCOL, true, false, true, null,
+ null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProfileApplicationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProfileApplicationItemProvider.java
index d8766220..fa777a8d 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProfileApplicationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProfileApplicationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ProfileApplicationItemProvider.java,v 1.5 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ProfileApplicationItemProvider.java,v 1.6 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,7 @@ public class ProfileApplicationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ProfileApplication_appliedProfile_feature", "_UI_ProfileApplication_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PROFILE_APPLICATION__APPLIED_PROFILE, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -105,7 +105,8 @@ public class ProfileApplicationItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ProfileApplication_isStrict_feature", "_UI_ProfileApplication_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PROFILE_APPLICATION__IS_STRICT, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProfileItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProfileItemProvider.java
index a240350a..1f1d4a3b 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProfileItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProfileItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ProfileItemProvider.java,v 1.6 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ProfileItemProvider.java,v 1.7 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -95,8 +95,8 @@ public class ProfileItemProvider
getString("_UI_Profile_ownedStereotype_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Profile_ownedStereotype_feature", "_UI_Profile_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROFILE__OWNED_STEREOTYPE, true, null,
- null, null));
+ UMLPackage.Literals.PROFILE__OWNED_STEREOTYPE, true, false,
+ true, null, null, null));
}
/**
@@ -114,8 +114,8 @@ public class ProfileItemProvider
getString("_UI_Profile_metaclassReference_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Profile_metaclassReference_feature", "_UI_Profile_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROFILE__METACLASS_REFERENCE, true, null,
- null, null));
+ UMLPackage.Literals.PROFILE__METACLASS_REFERENCE, true, false,
+ true, null, null, null));
}
/**
@@ -133,8 +133,8 @@ public class ProfileItemProvider
getString("_UI_Profile_metamodelReference_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Profile_metamodelReference_feature", "_UI_Profile_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROFILE__METAMODEL_REFERENCE, true, null,
- null, null));
+ UMLPackage.Literals.PROFILE__METAMODEL_REFERENCE, true, false,
+ true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PropertyItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PropertyItemProvider.java
index 8f4338d4..d2893acb 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PropertyItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PropertyItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: PropertyItemProvider.java,v 1.11 2006/04/19 20:36:06 khussey Exp $
+ * $Id: PropertyItemProvider.java,v 1.12 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -122,7 +122,7 @@ public class PropertyItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterableElement_templateParameter_feature", "_UI_ParameterableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PARAMETERABLE_ELEMENT__TEMPLATE_PARAMETER,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -141,7 +141,7 @@ public class PropertyItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ParameterableElement_owningTemplateParameter_feature", "_UI_ParameterableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PARAMETERABLE_ELEMENT__OWNING_TEMPLATE_PARAMETER,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -161,8 +161,8 @@ public class PropertyItemProvider
getString("_UI_ConnectableElement_end_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ConnectableElement_end_feature", "_UI_ConnectableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.CONNECTABLE_ELEMENT__END, true, null, null,
- null));
+ UMLPackage.Literals.CONNECTABLE_ELEMENT__END, true, false,
+ true, null, null, null));
}
/**
@@ -180,8 +180,9 @@ public class PropertyItemProvider
getString("_UI_DeploymentTarget_deployment_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_DeploymentTarget_deployment_feature", "_UI_DeploymentTarget_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.DEPLOYMENT_TARGET__DEPLOYMENT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.DEPLOYMENT_TARGET__DEPLOYMENT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -201,7 +202,7 @@ public class PropertyItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_DeploymentTarget_deployedElement_feature", "_UI_DeploymentTarget_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.DEPLOYMENT_TARGET__DEPLOYED_ELEMENT, false,
- null, null,
+ false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -222,7 +223,7 @@ public class PropertyItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateableElement_templateBinding_feature", "_UI_TemplateableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATEABLE_ELEMENT__TEMPLATE_BINDING,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -243,7 +244,7 @@ public class PropertyItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateableElement_ownedTemplateSignature_feature", "_UI_TemplateableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATEABLE_ELEMENT__OWNED_TEMPLATE_SIGNATURE,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -263,7 +264,8 @@ public class PropertyItemProvider
getString("_UI_Property_class_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Property_class_feature", "_UI_Property_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROPERTY__CLASS, false, null, null, null));
+ UMLPackage.Literals.PROPERTY__CLASS, false, false, false, null,
+ null, null));
}
/**
@@ -281,7 +283,8 @@ public class PropertyItemProvider
getString("_UI_Property_datatype_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Property_datatype_feature", "_UI_Property_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROPERTY__DATATYPE, true, null, null,
+ UMLPackage.Literals.PROPERTY__DATATYPE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -301,7 +304,7 @@ public class PropertyItemProvider
getString("_UI_Property_isDerived_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Property_isDerived_feature", "_UI_Property_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROPERTY__IS_DERIVED, true,
+ UMLPackage.Literals.PROPERTY__IS_DERIVED, true, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
@@ -320,8 +323,8 @@ public class PropertyItemProvider
getString("_UI_Property_isDerivedUnion_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Property_isDerivedUnion_feature", "_UI_Property_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROPERTY__IS_DERIVED_UNION, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.PROPERTY__IS_DERIVED_UNION, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -339,7 +342,7 @@ public class PropertyItemProvider
getString("_UI_Property_default_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Property_default_feature", "_UI_Property_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROPERTY__DEFAULT, true,
+ UMLPackage.Literals.PROPERTY__DEFAULT, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -358,7 +361,7 @@ public class PropertyItemProvider
getString("_UI_Property_aggregation_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Property_aggregation_feature", "_UI_Property_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROPERTY__AGGREGATION, true,
+ UMLPackage.Literals.PROPERTY__AGGREGATION, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -377,7 +380,7 @@ public class PropertyItemProvider
getString("_UI_Property_isComposite_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Property_isComposite_feature", "_UI_Property_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROPERTY__IS_COMPOSITE, true,
+ UMLPackage.Literals.PROPERTY__IS_COMPOSITE, true, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
@@ -398,8 +401,8 @@ public class PropertyItemProvider
getString("_UI_Property_redefinedProperty_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Property_redefinedProperty_feature", "_UI_Property_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROPERTY__REDEFINED_PROPERTY, true, null,
- null, null));
+ UMLPackage.Literals.PROPERTY__REDEFINED_PROPERTY, true, false,
+ true, null, null, null));
}
/**
@@ -417,8 +420,9 @@ public class PropertyItemProvider
getString("_UI_Property_owningAssociation_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Property_owningAssociation_feature", "_UI_Property_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROPERTY__OWNING_ASSOCIATION, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.PROPERTY__OWNING_ASSOCIATION, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -437,8 +441,8 @@ public class PropertyItemProvider
getString("_UI_Property_association_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Property_association_feature", "_UI_Property_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROPERTY__ASSOCIATION, true, null, null,
- null));
+ UMLPackage.Literals.PROPERTY__ASSOCIATION, true, false, true,
+ null, null, null));
}
/**
@@ -456,7 +460,8 @@ public class PropertyItemProvider
getString("_UI_Property_defaultValue_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Property_defaultValue_feature", "_UI_Property_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROPERTY__DEFAULT_VALUE, true, null, null,
+ UMLPackage.Literals.PROPERTY__DEFAULT_VALUE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -476,7 +481,8 @@ public class PropertyItemProvider
getString("_UI_Property_opposite_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Property_opposite_feature", "_UI_Property_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROPERTY__OPPOSITE, true, null, null,
+ UMLPackage.Literals.PROPERTY__OPPOSITE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -496,8 +502,8 @@ public class PropertyItemProvider
getString("_UI_Property_subsettedProperty_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Property_subsettedProperty_feature", "_UI_Property_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROPERTY__SUBSETTED_PROPERTY, true, null,
- null, null));
+ UMLPackage.Literals.PROPERTY__SUBSETTED_PROPERTY, true, false,
+ true, null, null, null));
}
/**
@@ -515,7 +521,8 @@ public class PropertyItemProvider
getString("_UI_Property_qualifier_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Property_qualifier_feature", "_UI_Property_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROPERTY__QUALIFIER, true, null, null,
+ UMLPackage.Literals.PROPERTY__QUALIFIER, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -535,8 +542,9 @@ public class PropertyItemProvider
getString("_UI_Property_associationEnd_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Property_associationEnd_feature", "_UI_Property_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROPERTY__ASSOCIATION_END, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.PROPERTY__ASSOCIATION_END, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProtocolConformanceItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProtocolConformanceItemProvider.java
index e025a70b..d4c1b7b4 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProtocolConformanceItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProtocolConformanceItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ProtocolConformanceItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ProtocolConformanceItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,7 +85,7 @@ public class ProtocolConformanceItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ProtocolConformance_generalMachine_feature", "_UI_ProtocolConformance_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PROTOCOL_CONFORMANCE__GENERAL_MACHINE,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -104,7 +104,7 @@ public class ProtocolConformanceItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ProtocolConformance_specificMachine_feature", "_UI_ProtocolConformance_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PROTOCOL_CONFORMANCE__SPECIFIC_MACHINE,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProtocolStateMachineItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProtocolStateMachineItemProvider.java
index c9feee92..8382a898 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProtocolStateMachineItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProtocolStateMachineItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ProtocolStateMachineItemProvider.java,v 1.5 2006/02/21 21:40:13 khussey Exp $
+ * $Id: ProtocolStateMachineItemProvider.java,v 1.6 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,7 @@ public class ProtocolStateMachineItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ProtocolStateMachine_conformance_feature", "_UI_ProtocolStateMachine_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PROTOCOL_STATE_MACHINE__CONFORMANCE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProtocolTransitionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProtocolTransitionItemProvider.java
index 0d41e95a..6a66cdfd 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProtocolTransitionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ProtocolTransitionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ProtocolTransitionItemProvider.java,v 1.8 2006/02/24 17:28:06 khussey Exp $
+ * $Id: ProtocolTransitionItemProvider.java,v 1.9 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -98,7 +98,7 @@ public class ProtocolTransitionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ProtocolTransition_postCondition_feature", "_UI_ProtocolTransition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PROTOCOL_TRANSITION__POST_CONDITION, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -118,8 +118,9 @@ public class ProtocolTransitionItemProvider
getString("_UI_ProtocolTransition_referred_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ProtocolTransition_referred_feature", "_UI_ProtocolTransition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PROTOCOL_TRANSITION__REFERRED, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.PROTOCOL_TRANSITION__REFERRED, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -139,7 +140,7 @@ public class ProtocolTransitionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ProtocolTransition_preCondition_feature", "_UI_ProtocolTransition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.PROTOCOL_TRANSITION__PRE_CONDITION, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PseudostateItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PseudostateItemProvider.java
index 3d7c21a8..5e604e8d 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PseudostateItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/PseudostateItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: PseudostateItemProvider.java,v 1.4 2006/04/19 20:36:06 khussey Exp $
+ * $Id: PseudostateItemProvider.java,v 1.5 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,7 +87,7 @@ public class PseudostateItemProvider
getString("_UI_Pseudostate_kind_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Pseudostate_kind_feature", "_UI_Pseudostate_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PSEUDOSTATE__KIND, true,
+ UMLPackage.Literals.PSEUDOSTATE__KIND, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -106,8 +106,9 @@ public class PseudostateItemProvider
getString("_UI_Pseudostate_stateMachine_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Pseudostate_stateMachine_feature", "_UI_Pseudostate_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PSEUDOSTATE__STATE_MACHINE, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.PSEUDOSTATE__STATE_MACHINE, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -126,7 +127,8 @@ public class PseudostateItemProvider
getString("_UI_Pseudostate_state_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Pseudostate_state_feature", "_UI_Pseudostate_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.PSEUDOSTATE__STATE, true, null, null,
+ UMLPackage.Literals.PSEUDOSTATE__STATE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/QualifierValueItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/QualifierValueItemProvider.java
index 9f8208aa..f33fd4bf 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/QualifierValueItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/QualifierValueItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: QualifierValueItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: QualifierValueItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -83,8 +83,8 @@ public class QualifierValueItemProvider
getString("_UI_QualifierValue_qualifier_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_QualifierValue_qualifier_feature", "_UI_QualifierValue_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.QUALIFIER_VALUE__QUALIFIER, true, null,
- null, null));
+ UMLPackage.Literals.QUALIFIER_VALUE__QUALIFIER, true, false,
+ true, null, null, null));
}
/**
@@ -102,8 +102,8 @@ public class QualifierValueItemProvider
getString("_UI_QualifierValue_value_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_QualifierValue_value_feature", "_UI_QualifierValue_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.QUALIFIER_VALUE__VALUE, true, null, null,
- null));
+ UMLPackage.Literals.QUALIFIER_VALUE__VALUE, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RaiseExceptionActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RaiseExceptionActionItemProvider.java
index 77737323..4d07ee2c 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RaiseExceptionActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RaiseExceptionActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: RaiseExceptionActionItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: RaiseExceptionActionItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,7 @@ public class RaiseExceptionActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RaiseExceptionAction_exception_feature", "_UI_RaiseExceptionAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.RAISE_EXCEPTION_ACTION__EXCEPTION, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadExtentActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadExtentActionItemProvider.java
index e5aade62..75189207 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadExtentActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadExtentActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ReadExtentActionItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ReadExtentActionItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,8 +86,9 @@ public class ReadExtentActionItemProvider
getString("_UI_ReadExtentAction_result_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ReadExtentAction_result_feature", "_UI_ReadExtentAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.READ_EXTENT_ACTION__RESULT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.READ_EXTENT_ACTION__RESULT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -106,8 +107,8 @@ public class ReadExtentActionItemProvider
getString("_UI_ReadExtentAction_classifier_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ReadExtentAction_classifier_feature", "_UI_ReadExtentAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.READ_EXTENT_ACTION__CLASSIFIER, true, null,
- null, null));
+ UMLPackage.Literals.READ_EXTENT_ACTION__CLASSIFIER, true,
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadIsClassifiedObjectActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadIsClassifiedObjectActionItemProvider.java
index b5b78f19..e9a1caef 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadIsClassifiedObjectActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadIsClassifiedObjectActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ReadIsClassifiedObjectActionItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ReadIsClassifiedObjectActionItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -93,7 +93,8 @@ public class ReadIsClassifiedObjectActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReadIsClassifiedObjectAction_isDirect_feature", "_UI_ReadIsClassifiedObjectAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.READ_IS_CLASSIFIED_OBJECT_ACTION__IS_DIRECT,
- true, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ true, false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
+ null, null));
}
/**
@@ -112,7 +113,7 @@ public class ReadIsClassifiedObjectActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReadIsClassifiedObjectAction_classifier_feature", "_UI_ReadIsClassifiedObjectAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.READ_IS_CLASSIFIED_OBJECT_ACTION__CLASSIFIER,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -131,7 +132,7 @@ public class ReadIsClassifiedObjectActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReadIsClassifiedObjectAction_result_feature", "_UI_ReadIsClassifiedObjectAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.READ_IS_CLASSIFIED_OBJECT_ACTION__RESULT,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -152,7 +153,7 @@ public class ReadIsClassifiedObjectActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReadIsClassifiedObjectAction_object_feature", "_UI_ReadIsClassifiedObjectAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.READ_IS_CLASSIFIED_OBJECT_ACTION__OBJECT,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadLinkActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadLinkActionItemProvider.java
index 091970f1..393bc6ba 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadLinkActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadLinkActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ReadLinkActionItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ReadLinkActionItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,7 +85,8 @@ public class ReadLinkActionItemProvider
getString("_UI_ReadLinkAction_result_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ReadLinkAction_result_feature", "_UI_ReadLinkAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.READ_LINK_ACTION__RESULT, true, null, null,
+ UMLPackage.Literals.READ_LINK_ACTION__RESULT, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadLinkObjectEndActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadLinkObjectEndActionItemProvider.java
index 715da1d0..32ef1008 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadLinkObjectEndActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadLinkObjectEndActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ReadLinkObjectEndActionItemProvider.java,v 1.3 2006/01/24 22:46:30 khussey Exp $
+ * $Id: ReadLinkObjectEndActionItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -90,7 +90,7 @@ public class ReadLinkObjectEndActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReadLinkObjectEndAction_object_feature", "_UI_ReadLinkObjectEndAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.READ_LINK_OBJECT_END_ACTION__OBJECT, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -111,7 +111,7 @@ public class ReadLinkObjectEndActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReadLinkObjectEndAction_end_feature", "_UI_ReadLinkObjectEndAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.READ_LINK_OBJECT_END_ACTION__END, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -130,7 +130,7 @@ public class ReadLinkObjectEndActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReadLinkObjectEndAction_result_feature", "_UI_ReadLinkObjectEndAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.READ_LINK_OBJECT_END_ACTION__RESULT, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadLinkObjectEndQualifierActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadLinkObjectEndQualifierActionItemProvider.java
index 8301d9ad..44d280d4 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadLinkObjectEndQualifierActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadLinkObjectEndQualifierActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ReadLinkObjectEndQualifierActionItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ReadLinkObjectEndQualifierActionItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -91,7 +91,7 @@ public class ReadLinkObjectEndQualifierActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReadLinkObjectEndQualifierAction_object_feature", "_UI_ReadLinkObjectEndQualifierAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.READ_LINK_OBJECT_END_QUALIFIER_ACTION__OBJECT,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -112,7 +112,7 @@ public class ReadLinkObjectEndQualifierActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReadLinkObjectEndQualifierAction_result_feature", "_UI_ReadLinkObjectEndQualifierAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.READ_LINK_OBJECT_END_QUALIFIER_ACTION__RESULT,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -133,7 +133,7 @@ public class ReadLinkObjectEndQualifierActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReadLinkObjectEndQualifierAction_qualifier_feature", "_UI_ReadLinkObjectEndQualifierAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.READ_LINK_OBJECT_END_QUALIFIER_ACTION__QUALIFIER,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadSelfActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadSelfActionItemProvider.java
index 9da8b6b3..a96e9436 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadSelfActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadSelfActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ReadSelfActionItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ReadSelfActionItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,7 +85,8 @@ public class ReadSelfActionItemProvider
getString("_UI_ReadSelfAction_result_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ReadSelfAction_result_feature", "_UI_ReadSelfAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.READ_SELF_ACTION__RESULT, true, null, null,
+ UMLPackage.Literals.READ_SELF_ACTION__RESULT, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadStructuralFeatureActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadStructuralFeatureActionItemProvider.java
index 9c57b6c1..063176fd 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadStructuralFeatureActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadStructuralFeatureActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ReadStructuralFeatureActionItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ReadStructuralFeatureActionItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,7 @@ public class ReadStructuralFeatureActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReadStructuralFeatureAction_result_feature", "_UI_ReadStructuralFeatureAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.READ_STRUCTURAL_FEATURE_ACTION__RESULT,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadVariableActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadVariableActionItemProvider.java
index d978f601..c8b2ef33 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadVariableActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReadVariableActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ReadVariableActionItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ReadVariableActionItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,8 +85,9 @@ public class ReadVariableActionItemProvider
getString("_UI_ReadVariableAction_result_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ReadVariableAction_result_feature", "_UI_ReadVariableAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.READ_VARIABLE_ACTION__RESULT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.READ_VARIABLE_ACTION__RESULT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReceiveOperationEventItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReceiveOperationEventItemProvider.java
index cdcf2970..758bf80d 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReceiveOperationEventItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReceiveOperationEventItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ReceiveOperationEventItemProvider.java,v 1.4 2006/01/24 22:46:30 khussey Exp $
+ * $Id: ReceiveOperationEventItemProvider.java,v 1.5 2006/05/15 20:57:49 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -84,7 +84,7 @@ public class ReceiveOperationEventItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReceiveOperationEvent_operation_feature", "_UI_ReceiveOperationEvent_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.RECEIVE_OPERATION_EVENT__OPERATION, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReceiveSignalEventItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReceiveSignalEventItemProvider.java
index 2983118a..389d17ba 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReceiveSignalEventItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReceiveSignalEventItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ReceiveSignalEventItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ReceiveSignalEventItemProvider.java,v 1.5 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -83,8 +83,8 @@ public class ReceiveSignalEventItemProvider
getString("_UI_ReceiveSignalEvent_signal_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ReceiveSignalEvent_signal_feature", "_UI_ReceiveSignalEvent_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.RECEIVE_SIGNAL_EVENT__SIGNAL, true, null,
- null, null));
+ UMLPackage.Literals.RECEIVE_SIGNAL_EVENT__SIGNAL, true, false,
+ true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReceptionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReceptionItemProvider.java
index 757bf2fe..51c149a4 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReceptionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReceptionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ReceptionItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ReceptionItemProvider.java,v 1.5 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -83,7 +83,8 @@ public class ReceptionItemProvider
getString("_UI_Reception_signal_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Reception_signal_feature", "_UI_Reception_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.RECEPTION__SIGNAL, true, null, null, null));
+ UMLPackage.Literals.RECEPTION__SIGNAL, true, false, true, null,
+ null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReclassifyObjectActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReclassifyObjectActionItemProvider.java
index 6263c1c7..138e057a 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReclassifyObjectActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReclassifyObjectActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ReclassifyObjectActionItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ReclassifyObjectActionItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -90,7 +90,8 @@ public class ReclassifyObjectActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReclassifyObjectAction_isReplaceAll_feature", "_UI_ReclassifyObjectAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.RECLASSIFY_OBJECT_ACTION__IS_REPLACE_ALL,
- true, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ true, false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
+ null, null));
}
/**
@@ -109,7 +110,7 @@ public class ReclassifyObjectActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReclassifyObjectAction_oldClassifier_feature", "_UI_ReclassifyObjectAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.RECLASSIFY_OBJECT_ACTION__OLD_CLASSIFIER,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -128,7 +129,7 @@ public class ReclassifyObjectActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReclassifyObjectAction_newClassifier_feature", "_UI_ReclassifyObjectAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.RECLASSIFY_OBJECT_ACTION__NEW_CLASSIFIER,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -147,7 +148,7 @@ public class ReclassifyObjectActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReclassifyObjectAction_object_feature", "_UI_ReclassifyObjectAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.RECLASSIFY_OBJECT_ACTION__OBJECT, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RedefinableElementItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RedefinableElementItemProvider.java
index 9827bb81..4e61dd91 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RedefinableElementItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RedefinableElementItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: RedefinableElementItemProvider.java,v 1.1 2005/12/07 14:20:27 khussey Exp $
+ * $Id: RedefinableElementItemProvider.java,v 1.2 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,8 +87,8 @@ public class RedefinableElementItemProvider
getString("_UI_RedefinableElement_isLeaf_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_isLeaf_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.REDEFINABLE_ELEMENT__IS_LEAF, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.REDEFINABLE_ELEMENT__IS_LEAF, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -107,7 +107,7 @@ public class RedefinableElementItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_redefinedElement_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REDEFINABLE_ELEMENT__REDEFINED_ELEMENT,
- false, null, null,
+ false, false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -128,7 +128,7 @@ public class RedefinableElementItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_redefinitionContext_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REDEFINABLE_ELEMENT__REDEFINITION_CONTEXT,
- false, null, null,
+ false, false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RedefinableTemplateSignatureItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RedefinableTemplateSignatureItemProvider.java
index 895efa3f..1a7c413e 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RedefinableTemplateSignatureItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RedefinableTemplateSignatureItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: RedefinableTemplateSignatureItemProvider.java,v 1.7 2006/01/24 22:46:30 khussey Exp $
+ * $Id: RedefinableTemplateSignatureItemProvider.java,v 1.8 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -101,8 +101,8 @@ public class RedefinableTemplateSignatureItemProvider
getString("_UI_TemplateSignature_parameter_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateSignature_parameter_feature", "_UI_TemplateSignature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TEMPLATE_SIGNATURE__PARAMETER, true, null,
- null, null));
+ UMLPackage.Literals.TEMPLATE_SIGNATURE__PARAMETER, true, false,
+ true, null, null, null));
}
/**
@@ -120,8 +120,9 @@ public class RedefinableTemplateSignatureItemProvider
getString("_UI_TemplateSignature_template_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateSignature_template_feature", "_UI_TemplateSignature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TEMPLATE_SIGNATURE__TEMPLATE, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.TEMPLATE_SIGNATURE__TEMPLATE, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -141,7 +142,7 @@ public class RedefinableTemplateSignatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateSignature_ownedParameter_feature", "_UI_TemplateSignature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATE_SIGNATURE__OWNED_PARAMETER, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -162,7 +163,7 @@ public class RedefinableTemplateSignatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableTemplateSignature_extendedSignature_feature", "_UI_RedefinableTemplateSignature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REDEFINABLE_TEMPLATE_SIGNATURE__EXTENDED_SIGNATURE,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -181,7 +182,7 @@ public class RedefinableTemplateSignatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableTemplateSignature_inheritedParameter_feature", "_UI_RedefinableTemplateSignature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REDEFINABLE_TEMPLATE_SIGNATURE__INHERITED_PARAMETER,
- false, null, null,
+ false, false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -202,7 +203,7 @@ public class RedefinableTemplateSignatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableTemplateSignature_classifier_feature", "_UI_RedefinableTemplateSignature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REDEFINABLE_TEMPLATE_SIGNATURE__CLASSIFIER,
- true, null, null,
+ true, false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReduceActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReduceActionItemProvider.java
index 8b515705..43e1d5fb 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReduceActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReduceActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ReduceActionItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: ReduceActionItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -89,8 +89,8 @@ public class ReduceActionItemProvider
getString("_UI_ReduceAction_reducer_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ReduceAction_reducer_feature", "_UI_ReduceAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.REDUCE_ACTION__REDUCER, true, null, null,
- null));
+ UMLPackage.Literals.REDUCE_ACTION__REDUCER, true, false, true,
+ null, null, null));
}
/**
@@ -108,8 +108,8 @@ public class ReduceActionItemProvider
getString("_UI_ReduceAction_isOrdered_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ReduceAction_isOrdered_feature", "_UI_ReduceAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.REDUCE_ACTION__IS_ORDERED, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.REDUCE_ACTION__IS_ORDERED, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RegionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RegionItemProvider.java
index 0f57a560..273793db 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RegionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RegionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: RegionItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: RegionItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -95,8 +95,8 @@ public class RegionItemProvider
getString("_UI_RedefinableElement_isLeaf_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_isLeaf_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.REDEFINABLE_ELEMENT__IS_LEAF, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.REDEFINABLE_ELEMENT__IS_LEAF, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -115,7 +115,7 @@ public class RegionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_redefinedElement_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REDEFINABLE_ELEMENT__REDEFINED_ELEMENT,
- false, null, null,
+ false, false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -136,7 +136,7 @@ public class RegionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_redefinitionContext_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REDEFINABLE_ELEMENT__REDEFINITION_CONTEXT,
- false, null, null,
+ false, false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -156,8 +156,8 @@ public class RegionItemProvider
getString("_UI_Region_subvertex_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Region_subvertex_feature", "_UI_Region_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.REGION__SUBVERTEX, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.REGION__SUBVERTEX, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -176,7 +176,8 @@ public class RegionItemProvider
getString("_UI_Region_transition_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Region_transition_feature", "_UI_Region_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.REGION__TRANSITION, true, null, null,
+ UMLPackage.Literals.REGION__TRANSITION, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -196,8 +197,8 @@ public class RegionItemProvider
getString("_UI_Region_state_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Region_state_feature", "_UI_Region_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.REGION__STATE, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.REGION__STATE, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -216,8 +217,8 @@ public class RegionItemProvider
getString("_UI_Region_extendedRegion_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Region_extendedRegion_feature", "_UI_Region_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.REGION__EXTENDED_REGION, true, null, null,
- null));
+ UMLPackage.Literals.REGION__EXTENDED_REGION, true, false, true,
+ null, null, null));
}
/**
@@ -235,7 +236,8 @@ public class RegionItemProvider
getString("_UI_Region_stateMachine_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Region_stateMachine_feature", "_UI_Region_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.REGION__STATE_MACHINE, true, null, null,
+ UMLPackage.Literals.REGION__STATE_MACHINE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RelationshipItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RelationshipItemProvider.java
index 8962c6f8..5cce6322 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RelationshipItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RelationshipItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: RelationshipItemProvider.java,v 1.1 2005/12/07 14:20:29 khussey Exp $
+ * $Id: RelationshipItemProvider.java,v 1.2 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -82,8 +82,9 @@ public class RelationshipItemProvider
getString("_UI_Relationship_relatedElement_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Relationship_relatedElement_feature", "_UI_Relationship_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.RELATIONSHIP__RELATED_ELEMENT, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.RELATIONSHIP__RELATED_ELEMENT, false,
+ false, false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RemoveStructuralFeatureValueActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RemoveStructuralFeatureValueActionItemProvider.java
index 28bcf79d..6ea6be9d 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RemoveStructuralFeatureValueActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RemoveStructuralFeatureValueActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: RemoveStructuralFeatureValueActionItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: RemoveStructuralFeatureValueActionItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -89,7 +89,8 @@ public class RemoveStructuralFeatureValueActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RemoveStructuralFeatureValueAction_isRemoveDuplicates_feature", "_UI_RemoveStructuralFeatureValueAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REMOVE_STRUCTURAL_FEATURE_VALUE_ACTION__IS_REMOVE_DUPLICATES,
- true, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ true, false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
+ null, null));
}
/**
@@ -108,7 +109,7 @@ public class RemoveStructuralFeatureValueActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RemoveStructuralFeatureValueAction_removeAt_feature", "_UI_RemoveStructuralFeatureValueAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REMOVE_STRUCTURAL_FEATURE_VALUE_ACTION__REMOVE_AT,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RemoveVariableValueActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RemoveVariableValueActionItemProvider.java
index 34159016..df594e0e 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RemoveVariableValueActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/RemoveVariableValueActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: RemoveVariableValueActionItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: RemoveVariableValueActionItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,7 +88,8 @@ public class RemoveVariableValueActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RemoveVariableValueAction_isRemoveDuplicates_feature", "_UI_RemoveVariableValueAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REMOVE_VARIABLE_VALUE_ACTION__IS_REMOVE_DUPLICATES,
- true, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ true, false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
+ null, null));
}
/**
@@ -107,7 +108,7 @@ public class RemoveVariableValueActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RemoveVariableValueAction_removeAt_feature", "_UI_RemoveVariableValueAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REMOVE_VARIABLE_VALUE_ACTION__REMOVE_AT,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReplyActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReplyActionItemProvider.java
index e3f5123e..4702aafe 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReplyActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ReplyActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ReplyActionItemProvider.java,v 1.3 2006/01/24 22:46:30 khussey Exp $
+ * $Id: ReplyActionItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -89,8 +89,8 @@ public class ReplyActionItemProvider
getString("_UI_ReplyAction_replyToCall_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ReplyAction_replyToCall_feature", "_UI_ReplyAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.REPLY_ACTION__REPLY_TO_CALL, true, null,
- null, null));
+ UMLPackage.Literals.REPLY_ACTION__REPLY_TO_CALL, true, false,
+ true, null, null, null));
}
/**
@@ -109,7 +109,7 @@ public class ReplyActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ReplyAction_returnInformation_feature", "_UI_ReplyAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REPLY_ACTION__RETURN_INFORMATION, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -129,8 +129,9 @@ public class ReplyActionItemProvider
getString("_UI_ReplyAction_replyValue_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ReplyAction_replyValue_feature", "_UI_ReplyAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.REPLY_ACTION__REPLY_VALUE, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.REPLY_ACTION__REPLY_VALUE, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendObjectActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendObjectActionItemProvider.java
index 74149be4..593c8098 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendObjectActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendObjectActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: SendObjectActionItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: SendObjectActionItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -88,8 +88,9 @@ public class SendObjectActionItemProvider
getString("_UI_SendObjectAction_target_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_SendObjectAction_target_feature", "_UI_SendObjectAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.SEND_OBJECT_ACTION__TARGET, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.SEND_OBJECT_ACTION__TARGET, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -108,8 +109,9 @@ public class SendObjectActionItemProvider
getString("_UI_SendObjectAction_request_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_SendObjectAction_request_feature", "_UI_SendObjectAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.SEND_OBJECT_ACTION__REQUEST, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.SEND_OBJECT_ACTION__REQUEST, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendOperationEventItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendOperationEventItemProvider.java
index 13a09ff6..bed7be4d 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendOperationEventItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendOperationEventItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: SendOperationEventItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: SendOperationEventItemProvider.java,v 1.5 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -84,7 +84,7 @@ public class SendOperationEventItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_SendOperationEvent_operation_feature", "_UI_SendOperationEvent_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.SEND_OPERATION_EVENT__OPERATION, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendSignalActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendSignalActionItemProvider.java
index 9552884f..a10ecb77 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendSignalActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendSignalActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: SendSignalActionItemProvider.java,v 1.3 2006/01/24 22:46:30 khussey Exp $
+ * $Id: SendSignalActionItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,8 +86,9 @@ public class SendSignalActionItemProvider
getString("_UI_SendSignalAction_target_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_SendSignalAction_target_feature", "_UI_SendSignalAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.SEND_SIGNAL_ACTION__TARGET, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.SEND_SIGNAL_ACTION__TARGET, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -106,8 +107,8 @@ public class SendSignalActionItemProvider
getString("_UI_SendSignalAction_signal_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_SendSignalAction_signal_feature", "_UI_SendSignalAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.SEND_SIGNAL_ACTION__SIGNAL, true, null,
- null, null));
+ UMLPackage.Literals.SEND_SIGNAL_ACTION__SIGNAL, true, false,
+ true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendSignalEventItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendSignalEventItemProvider.java
index 08d1e822..ba1aef7d 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendSignalEventItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SendSignalEventItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: SendSignalEventItemProvider.java,v 1.4 2006/01/24 22:46:31 khussey Exp $
+ * $Id: SendSignalEventItemProvider.java,v 1.5 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -83,8 +83,8 @@ public class SendSignalEventItemProvider
getString("_UI_SendSignalEvent_signal_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_SendSignalEvent_signal_feature", "_UI_SendSignalEvent_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.SEND_SIGNAL_EVENT__SIGNAL, true, null,
- null, null));
+ UMLPackage.Literals.SEND_SIGNAL_EVENT__SIGNAL, true, false,
+ true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SequenceNodeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SequenceNodeItemProvider.java
index f5893f2f..af81c851 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SequenceNodeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SequenceNodeItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: SequenceNodeItemProvider.java,v 1.8 2006/01/24 22:46:32 khussey Exp $
+ * $Id: SequenceNodeItemProvider.java,v 1.9 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,8 +85,9 @@ public class SequenceNodeItemProvider
getString("_UI_SequenceNode_executableNode_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_SequenceNode_executableNode_feature", "_UI_SequenceNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.SEQUENCE_NODE__EXECUTABLE_NODE, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.SEQUENCE_NODE__EXECUTABLE_NODE, true,
+ false, true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SignalEventItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SignalEventItemProvider.java
index 007d87bf..4af000be 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SignalEventItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SignalEventItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: SignalEventItemProvider.java,v 1.4 2006/01/24 22:46:31 khussey Exp $
+ * $Id: SignalEventItemProvider.java,v 1.5 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -83,8 +83,8 @@ public class SignalEventItemProvider
getString("_UI_SignalEvent_signal_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_SignalEvent_signal_feature", "_UI_SignalEvent_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.SIGNAL_EVENT__SIGNAL, true, null, null,
- null));
+ UMLPackage.Literals.SIGNAL_EVENT__SIGNAL, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SignalItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SignalItemProvider.java
index b69050f4..4cc33f19 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SignalItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SignalItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: SignalItemProvider.java,v 1.4 2006/02/21 21:40:13 khussey Exp $
+ * $Id: SignalItemProvider.java,v 1.5 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,7 +85,8 @@ public class SignalItemProvider
getString("_UI_Signal_ownedAttribute_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Signal_ownedAttribute_feature", "_UI_Signal_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.SIGNAL__OWNED_ATTRIBUTE, true, null, null,
+ UMLPackage.Literals.SIGNAL__OWNED_ATTRIBUTE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SlotItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SlotItemProvider.java
index 41d98bbe..7ae92fe2 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SlotItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SlotItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: SlotItemProvider.java,v 1.5 2006/01/24 22:46:32 khussey Exp $
+ * $Id: SlotItemProvider.java,v 1.6 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,7 +87,8 @@ public class SlotItemProvider
getString("_UI_Slot_owningInstance_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Slot_owningInstance_feature", "_UI_Slot_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.SLOT__OWNING_INSTANCE, true, null, null,
+ UMLPackage.Literals.SLOT__OWNING_INSTANCE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -107,8 +108,8 @@ public class SlotItemProvider
getString("_UI_Slot_definingFeature_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Slot_definingFeature_feature", "_UI_Slot_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.SLOT__DEFINING_FEATURE, true, null, null,
- null));
+ UMLPackage.Literals.SLOT__DEFINING_FEATURE, true, false, true,
+ null, null, null));
}
/**
@@ -126,7 +127,7 @@ public class SlotItemProvider
getString("_UI_Slot_value_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Slot_value_feature", "_UI_Slot_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.SLOT__VALUE, true, null, null,
+ UMLPackage.Literals.SLOT__VALUE, true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StartClassifierBehaviorActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StartClassifierBehaviorActionItemProvider.java
index bddefe47..9c0cafc2 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StartClassifierBehaviorActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StartClassifierBehaviorActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: StartClassifierBehaviorActionItemProvider.java,v 1.3 2006/01/24 22:46:30 khussey Exp $
+ * $Id: StartClassifierBehaviorActionItemProvider.java,v 1.4 2006/05/15 20:57:49 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,7 +87,7 @@ public class StartClassifierBehaviorActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_StartClassifierBehaviorAction_object_feature", "_UI_StartClassifierBehaviorAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.START_CLASSIFIER_BEHAVIOR_ACTION__OBJECT,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StateInvariantItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StateInvariantItemProvider.java
index c0fb4958..bfaf17f5 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StateInvariantItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StateInvariantItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: StateInvariantItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: StateInvariantItemProvider.java,v 1.4 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,8 +85,9 @@ public class StateInvariantItemProvider
getString("_UI_StateInvariant_invariant_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_StateInvariant_invariant_feature", "_UI_StateInvariant_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STATE_INVARIANT__INVARIANT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.STATE_INVARIANT__INVARIANT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StateItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StateItemProvider.java
index b16340fb..32f89701 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StateItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StateItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: StateItemProvider.java,v 1.6 2006/01/24 22:46:31 khussey Exp $
+ * $Id: StateItemProvider.java,v 1.7 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -107,8 +107,8 @@ public class StateItemProvider
getString("_UI_RedefinableElement_isLeaf_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_isLeaf_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.REDEFINABLE_ELEMENT__IS_LEAF, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.REDEFINABLE_ELEMENT__IS_LEAF, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -127,7 +127,7 @@ public class StateItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_redefinedElement_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REDEFINABLE_ELEMENT__REDEFINED_ELEMENT,
- false, null, null,
+ false, false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -148,7 +148,7 @@ public class StateItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_redefinitionContext_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REDEFINABLE_ELEMENT__REDEFINITION_CONTEXT,
- false, null, null,
+ false, false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -168,7 +168,8 @@ public class StateItemProvider
getString("_UI_Vertex_outgoing_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Vertex_outgoing_feature", "_UI_Vertex_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.VERTEX__OUTGOING, true, null, null, null));
+ UMLPackage.Literals.VERTEX__OUTGOING, true, false, true, null,
+ null, null));
}
/**
@@ -186,7 +187,8 @@ public class StateItemProvider
getString("_UI_Vertex_incoming_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Vertex_incoming_feature", "_UI_Vertex_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.VERTEX__INCOMING, true, null, null, null));
+ UMLPackage.Literals.VERTEX__INCOMING, true, false, true, null,
+ null, null));
}
/**
@@ -204,8 +206,8 @@ public class StateItemProvider
getString("_UI_Vertex_container_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Vertex_container_feature", "_UI_Vertex_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.VERTEX__CONTAINER, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.VERTEX__CONTAINER, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -224,7 +226,7 @@ public class StateItemProvider
getString("_UI_State_isComposite_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_State_isComposite_feature", "_UI_State_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STATE__IS_COMPOSITE, false,
+ UMLPackage.Literals.STATE__IS_COMPOSITE, false, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
@@ -245,7 +247,7 @@ public class StateItemProvider
getString("_UI_State_isOrthogonal_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_State_isOrthogonal_feature", "_UI_State_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STATE__IS_ORTHOGONAL, false,
+ UMLPackage.Literals.STATE__IS_ORTHOGONAL, false, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
@@ -266,7 +268,7 @@ public class StateItemProvider
getString("_UI_State_isSimple_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_State_isSimple_feature", "_UI_State_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STATE__IS_SIMPLE, false,
+ UMLPackage.Literals.STATE__IS_SIMPLE, false, false, false,
ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
@@ -287,8 +289,8 @@ public class StateItemProvider
getString("_UI_State_isSubmachineState_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_State_isSubmachineState_feature", "_UI_State_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STATE__IS_SUBMACHINE_STATE, false,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ UMLPackage.Literals.STATE__IS_SUBMACHINE_STATE, false, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -308,7 +310,8 @@ public class StateItemProvider
getString("_UI_State_submachine_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_State_submachine_feature", "_UI_State_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STATE__SUBMACHINE, true, null, null, null));
+ UMLPackage.Literals.STATE__SUBMACHINE, true, false, true, null,
+ null, null));
}
/**
@@ -326,8 +329,8 @@ public class StateItemProvider
getString("_UI_State_connection_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_State_connection_feature", "_UI_State_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STATE__CONNECTION, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.STATE__CONNECTION, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -346,7 +349,8 @@ public class StateItemProvider
getString("_UI_State_connectionPoint_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_State_connectionPoint_feature", "_UI_State_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STATE__CONNECTION_POINT, true, null, null,
+ UMLPackage.Literals.STATE__CONNECTION_POINT, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -366,8 +370,8 @@ public class StateItemProvider
getString("_UI_State_redefinedState_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_State_redefinedState_feature", "_UI_State_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STATE__REDEFINED_STATE, true, null, null,
- null));
+ UMLPackage.Literals.STATE__REDEFINED_STATE, true, false, true,
+ null, null, null));
}
/**
@@ -385,7 +389,8 @@ public class StateItemProvider
getString("_UI_State_stateInvariant_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_State_stateInvariant_feature", "_UI_State_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STATE__STATE_INVARIANT, true, null, null,
+ UMLPackage.Literals.STATE__STATE_INVARIANT, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -405,8 +410,8 @@ public class StateItemProvider
getString("_UI_State_entry_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_State_entry_feature", "_UI_State_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STATE__ENTRY, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.STATE__ENTRY, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -425,7 +430,7 @@ public class StateItemProvider
getString("_UI_State_exit_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_State_exit_feature", "_UI_State_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STATE__EXIT, true, null, null,
+ UMLPackage.Literals.STATE__EXIT, true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -445,7 +450,8 @@ public class StateItemProvider
getString("_UI_State_doActivity_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_State_doActivity_feature", "_UI_State_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STATE__DO_ACTIVITY, true, null, null,
+ UMLPackage.Literals.STATE__DO_ACTIVITY, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -465,8 +471,9 @@ public class StateItemProvider
getString("_UI_State_deferrableTrigger_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_State_deferrableTrigger_feature", "_UI_State_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STATE__DEFERRABLE_TRIGGER, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.STATE__DEFERRABLE_TRIGGER, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -485,8 +492,8 @@ public class StateItemProvider
getString("_UI_State_region_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_State_region_feature", "_UI_State_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STATE__REGION, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.STATE__REGION, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StateMachineItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StateMachineItemProvider.java
index aa9f99db..2136a1f0 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StateMachineItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StateMachineItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: StateMachineItemProvider.java,v 1.6 2006/02/21 21:40:13 khussey Exp $
+ * $Id: StateMachineItemProvider.java,v 1.7 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -90,7 +90,8 @@ public class StateMachineItemProvider
getString("_UI_StateMachine_region_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_StateMachine_region_feature", "_UI_StateMachine_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STATE_MACHINE__REGION, true, null, null,
+ UMLPackage.Literals.STATE_MACHINE__REGION, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -111,7 +112,7 @@ public class StateMachineItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_StateMachine_submachineState_feature", "_UI_StateMachine_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.STATE_MACHINE__SUBMACHINE_STATE, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -130,7 +131,7 @@ public class StateMachineItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_StateMachine_connectionPoint_feature", "_UI_StateMachine_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.STATE_MACHINE__CONNECTION_POINT, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -151,7 +152,7 @@ public class StateMachineItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_StateMachine_extendedStateMachine_feature", "_UI_StateMachine_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.STATE_MACHINE__EXTENDED_STATE_MACHINE,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StereotypeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StereotypeItemProvider.java
index cc481a11..0fc172ae 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StereotypeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StereotypeItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: StereotypeItemProvider.java,v 1.6 2006/02/21 21:40:13 khussey Exp $
+ * $Id: StereotypeItemProvider.java,v 1.7 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,7 +86,8 @@ public class StereotypeItemProvider
getString("_UI_Stereotype_icon_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Stereotype_icon_feature", "_UI_Stereotype_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STEREOTYPE__ICON, true, null, null, null));
+ UMLPackage.Literals.STEREOTYPE__ICON, true, false, true, null,
+ null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StringExpressionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StringExpressionItemProvider.java
index 2d8bbfc0..632866c2 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StringExpressionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StringExpressionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: StringExpressionItemProvider.java,v 1.3 2006/01/24 22:46:30 khussey Exp $
+ * $Id: StringExpressionItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -93,7 +93,7 @@ public class StringExpressionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateableElement_templateBinding_feature", "_UI_TemplateableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATEABLE_ELEMENT__TEMPLATE_BINDING,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -114,7 +114,7 @@ public class StringExpressionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateableElement_ownedTemplateSignature_feature", "_UI_TemplateableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATEABLE_ELEMENT__OWNED_TEMPLATE_SIGNATURE,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -135,7 +135,7 @@ public class StringExpressionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_StringExpression_subExpression_feature", "_UI_StringExpression_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.STRING_EXPRESSION__SUB_EXPRESSION, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -156,7 +156,7 @@ public class StringExpressionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_StringExpression_owningExpression_feature", "_UI_StringExpression_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.STRING_EXPRESSION__OWNING_EXPRESSION, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuralFeatureActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuralFeatureActionItemProvider.java
index 24d6e5c1..9e2f5aff 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuralFeatureActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuralFeatureActionItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: StructuralFeatureActionItemProvider.java,v 1.1 2005/12/07 14:20:24 khussey Exp $
+ * $Id: StructuralFeatureActionItemProvider.java,v 1.2 2006/05/15 20:57:49 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,7 +87,7 @@ public class StructuralFeatureActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_StructuralFeatureAction_structuralFeature_feature", "_UI_StructuralFeatureAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.STRUCTURAL_FEATURE_ACTION__STRUCTURAL_FEATURE,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -106,7 +106,7 @@ public class StructuralFeatureActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_StructuralFeatureAction_object_feature", "_UI_StructuralFeatureAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.STRUCTURAL_FEATURE_ACTION__OBJECT, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuralFeatureItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuralFeatureItemProvider.java
index 00b0aa80..c11e7ae3 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuralFeatureItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuralFeatureItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: StructuralFeatureItemProvider.java,v 1.4 2006/04/19 20:36:06 khussey Exp $
+ * $Id: StructuralFeatureItemProvider.java,v 1.5 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -97,7 +97,8 @@ public class StructuralFeatureItemProvider
getString("_UI_TypedElement_type_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TypedElement_type_feature", "_UI_TypedElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TYPED_ELEMENT__TYPE, true, null, null, null));
+ UMLPackage.Literals.TYPED_ELEMENT__TYPE, true, false, true,
+ null, null, null));
}
/**
@@ -116,7 +117,8 @@ public class StructuralFeatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_isOrdered_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__IS_ORDERED, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -135,7 +137,8 @@ public class StructuralFeatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_isUnique_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__IS_UNIQUE, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -153,8 +156,8 @@ public class StructuralFeatureItemProvider
getString("_UI_MultiplicityElement_upper_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_upper_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MULTIPLICITY_ELEMENT__UPPER, true,
- ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.MULTIPLICITY_ELEMENT__UPPER, true, false,
+ false, ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
}
/**
@@ -172,8 +175,8 @@ public class StructuralFeatureItemProvider
getString("_UI_MultiplicityElement_lower_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_lower_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MULTIPLICITY_ELEMENT__LOWER, true,
- ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.MULTIPLICITY_ELEMENT__LOWER, true, false,
+ false, ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
}
/**
@@ -192,7 +195,7 @@ public class StructuralFeatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_upperValue_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__UPPER_VALUE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -213,7 +216,7 @@ public class StructuralFeatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_lowerValue_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__LOWER_VALUE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -234,7 +237,8 @@ public class StructuralFeatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_StructuralFeature_isReadOnly_feature", "_UI_StructuralFeature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.STRUCTURAL_FEATURE__IS_READ_ONLY, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuredActivityNodeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuredActivityNodeItemProvider.java
index e7cb6870..51920629 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuredActivityNodeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuredActivityNodeItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: StructuredActivityNodeItemProvider.java,v 1.10 2006/01/24 22:46:31 khussey Exp $
+ * $Id: StructuredActivityNodeItemProvider.java,v 1.11 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -102,8 +102,9 @@ public class StructuredActivityNodeItemProvider
getString("_UI_Namespace_elementImport_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Namespace_elementImport_feature", "_UI_Namespace_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NAMESPACE__ELEMENT_IMPORT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.NAMESPACE__ELEMENT_IMPORT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -122,8 +123,9 @@ public class StructuredActivityNodeItemProvider
getString("_UI_Namespace_packageImport_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Namespace_packageImport_feature", "_UI_Namespace_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NAMESPACE__PACKAGE_IMPORT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.NAMESPACE__PACKAGE_IMPORT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -142,7 +144,8 @@ public class StructuredActivityNodeItemProvider
getString("_UI_Namespace_ownedRule_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Namespace_ownedRule_feature", "_UI_Namespace_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NAMESPACE__OWNED_RULE, true, null, null,
+ UMLPackage.Literals.NAMESPACE__OWNED_RULE, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -162,7 +165,8 @@ public class StructuredActivityNodeItemProvider
getString("_UI_Namespace_member_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Namespace_member_feature", "_UI_Namespace_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NAMESPACE__MEMBER, false, null, null,
+ UMLPackage.Literals.NAMESPACE__MEMBER, false, false, false,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -182,8 +186,9 @@ public class StructuredActivityNodeItemProvider
getString("_UI_Namespace_importedMember_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Namespace_importedMember_feature", "_UI_Namespace_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NAMESPACE__IMPORTED_MEMBER, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.NAMESPACE__IMPORTED_MEMBER, false, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -202,7 +207,8 @@ public class StructuredActivityNodeItemProvider
getString("_UI_Namespace_ownedMember_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Namespace_ownedMember_feature", "_UI_Namespace_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.NAMESPACE__OWNED_MEMBER, false, null, null,
+ UMLPackage.Literals.NAMESPACE__OWNED_MEMBER, false, false,
+ false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -222,8 +228,9 @@ public class StructuredActivityNodeItemProvider
getString("_UI_ActivityGroup_subgroup_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityGroup_subgroup_feature", "_UI_ActivityGroup_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_GROUP__SUBGROUP, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTIVITY_GROUP__SUBGROUP, false, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -242,8 +249,9 @@ public class StructuredActivityNodeItemProvider
getString("_UI_ActivityGroup_superGroup_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityGroup_superGroup_feature", "_UI_ActivityGroup_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_GROUP__SUPER_GROUP, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTIVITY_GROUP__SUPER_GROUP, false, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -263,7 +271,7 @@ public class StructuredActivityNodeItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityGroup_containedNode_feature", "_UI_ActivityGroup_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACTIVITY_GROUP__CONTAINED_NODE, false,
- null, null,
+ false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -283,8 +291,9 @@ public class StructuredActivityNodeItemProvider
getString("_UI_ActivityGroup_inActivity_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityGroup_inActivity_feature", "_UI_ActivityGroup_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.ACTIVITY_GROUP__IN_ACTIVITY, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.ACTIVITY_GROUP__IN_ACTIVITY, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -304,7 +313,7 @@ public class StructuredActivityNodeItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ActivityGroup_containedEdge_feature", "_UI_ActivityGroup_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.ACTIVITY_GROUP__CONTAINED_EDGE, false,
- null, null,
+ false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -325,7 +334,7 @@ public class StructuredActivityNodeItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_StructuredActivityNode_variable_feature", "_UI_StructuredActivityNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.STRUCTURED_ACTIVITY_NODE__VARIABLE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -345,8 +354,9 @@ public class StructuredActivityNodeItemProvider
getString("_UI_StructuredActivityNode_node_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_StructuredActivityNode_node_feature", "_UI_StructuredActivityNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STRUCTURED_ACTIVITY_NODE__NODE, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.STRUCTURED_ACTIVITY_NODE__NODE, true,
+ false, true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -366,7 +376,8 @@ public class StructuredActivityNodeItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_StructuredActivityNode_mustIsolate_feature", "_UI_StructuredActivityNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.STRUCTURED_ACTIVITY_NODE__MUST_ISOLATE,
- true, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ true, false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE,
+ null, null));
}
/**
@@ -384,8 +395,9 @@ public class StructuredActivityNodeItemProvider
getString("_UI_StructuredActivityNode_edge_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_StructuredActivityNode_edge_feature", "_UI_StructuredActivityNode_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STRUCTURED_ACTIVITY_NODE__EDGE, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.STRUCTURED_ACTIVITY_NODE__EDGE, true,
+ false, true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuredClassifierItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuredClassifierItemProvider.java
index d8af5a59..b327636b 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuredClassifierItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StructuredClassifierItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: StructuredClassifierItemProvider.java,v 1.2 2006/02/21 21:40:13 khussey Exp $
+ * $Id: StructuredClassifierItemProvider.java,v 1.3 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -91,7 +91,7 @@ public class StructuredClassifierItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_StructuredClassifier_ownedAttribute_feature", "_UI_StructuredClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.STRUCTURED_CLASSIFIER__OWNED_ATTRIBUTE,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -111,8 +111,9 @@ public class StructuredClassifierItemProvider
getString("_UI_StructuredClassifier_part_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_StructuredClassifier_part_feature", "_UI_StructuredClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STRUCTURED_CLASSIFIER__PART, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.STRUCTURED_CLASSIFIER__PART, false, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -131,8 +132,9 @@ public class StructuredClassifierItemProvider
getString("_UI_StructuredClassifier_role_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_StructuredClassifier_role_feature", "_UI_StructuredClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.STRUCTURED_CLASSIFIER__ROLE, false, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.STRUCTURED_CLASSIFIER__ROLE, false, false,
+ false, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -152,7 +154,7 @@ public class StructuredClassifierItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_StructuredClassifier_ownedConnector_feature", "_UI_StructuredClassifier_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.STRUCTURED_CLASSIFIER__OWNED_CONNECTOR,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SubstitutionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SubstitutionItemProvider.java
index c89ecb05..224d0d24 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SubstitutionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/SubstitutionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: SubstitutionItemProvider.java,v 1.5 2006/01/24 22:46:31 khussey Exp $
+ * $Id: SubstitutionItemProvider.java,v 1.6 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -98,8 +98,8 @@ public class SubstitutionItemProvider
getString("_UI_Substitution_contract_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Substitution_contract_feature", "_UI_Substitution_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.SUBSTITUTION__CONTRACT, true, null, null,
- null));
+ UMLPackage.Literals.SUBSTITUTION__CONTRACT, true, false, true,
+ null, null, null));
}
/**
@@ -118,7 +118,7 @@ public class SubstitutionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_Substitution_substitutingClassifier_feature", "_UI_Substitution_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.SUBSTITUTION__SUBSTITUTING_CLASSIFIER,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateBindingItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateBindingItemProvider.java
index bf478f52..f9ab269a 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateBindingItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateBindingItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: TemplateBindingItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: TemplateBindingItemProvider.java,v 1.5 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,8 +87,8 @@ public class TemplateBindingItemProvider
getString("_UI_TemplateBinding_signature_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateBinding_signature_feature", "_UI_TemplateBinding_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TEMPLATE_BINDING__SIGNATURE, true, null,
- null, null));
+ UMLPackage.Literals.TEMPLATE_BINDING__SIGNATURE, true, false,
+ true, null, null, null));
}
/**
@@ -107,7 +107,7 @@ public class TemplateBindingItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateBinding_parameterSubstitution_feature", "_UI_TemplateBinding_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATE_BINDING__PARAMETER_SUBSTITUTION,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -128,7 +128,7 @@ public class TemplateBindingItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateBinding_boundElement_feature", "_UI_TemplateBinding_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATE_BINDING__BOUND_ELEMENT, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateParameterItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateParameterItemProvider.java
index 07d9b307..bd78b90c 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateParameterItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateParameterItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: TemplateParameterItemProvider.java,v 1.9 2006/01/24 22:46:31 khussey Exp $
+ * $Id: TemplateParameterItemProvider.java,v 1.10 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -98,8 +98,9 @@ public class TemplateParameterItemProvider
getString("_UI_TemplateParameter_signature_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateParameter_signature_feature", "_UI_TemplateParameter_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TEMPLATE_PARAMETER__SIGNATURE, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.TEMPLATE_PARAMETER__SIGNATURE, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -119,7 +120,7 @@ public class TemplateParameterItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateParameter_ownedParameteredElement_feature", "_UI_TemplateParameter_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATE_PARAMETER__OWNED_PARAMETERED_ELEMENT,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -139,8 +140,8 @@ public class TemplateParameterItemProvider
getString("_UI_TemplateParameter_default_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateParameter_default_feature", "_UI_TemplateParameter_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TEMPLATE_PARAMETER__DEFAULT, true, null,
- null, null));
+ UMLPackage.Literals.TEMPLATE_PARAMETER__DEFAULT, true, false,
+ true, null, null, null));
}
/**
@@ -159,7 +160,7 @@ public class TemplateParameterItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateParameter_ownedDefault_feature", "_UI_TemplateParameter_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATE_PARAMETER__OWNED_DEFAULT, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -180,7 +181,7 @@ public class TemplateParameterItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateParameter_parameteredElement_feature", "_UI_TemplateParameter_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATE_PARAMETER__PARAMETERED_ELEMENT,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateParameterSubstitutionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateParameterSubstitutionItemProvider.java
index b512246d..24acfe3f 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateParameterSubstitutionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateParameterSubstitutionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: TemplateParameterSubstitutionItemProvider.java,v 1.9 2006/01/24 22:46:31 khussey Exp $
+ * $Id: TemplateParameterSubstitutionItemProvider.java,v 1.10 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -100,7 +100,7 @@ public class TemplateParameterSubstitutionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateParameterSubstitution_formal_feature", "_UI_TemplateParameterSubstitution_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATE_PARAMETER_SUBSTITUTION__FORMAL,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -119,7 +119,7 @@ public class TemplateParameterSubstitutionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateParameterSubstitution_actual_feature", "_UI_TemplateParameterSubstitution_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATE_PARAMETER_SUBSTITUTION__ACTUAL,
- true, null, null, null));
+ true, false, true, null, null, null));
}
/**
@@ -138,7 +138,7 @@ public class TemplateParameterSubstitutionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateParameterSubstitution_ownedActual_feature", "_UI_TemplateParameterSubstitution_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATE_PARAMETER_SUBSTITUTION__OWNED_ACTUAL,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -159,7 +159,7 @@ public class TemplateParameterSubstitutionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateParameterSubstitution_templateBinding_feature", "_UI_TemplateParameterSubstitution_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATE_PARAMETER_SUBSTITUTION__TEMPLATE_BINDING,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateSignatureItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateSignatureItemProvider.java
index d82e159d..2469baec 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateSignatureItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateSignatureItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: TemplateSignatureItemProvider.java,v 1.7 2006/01/24 22:46:31 khussey Exp $
+ * $Id: TemplateSignatureItemProvider.java,v 1.8 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -97,8 +97,8 @@ public class TemplateSignatureItemProvider
getString("_UI_TemplateSignature_parameter_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateSignature_parameter_feature", "_UI_TemplateSignature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TEMPLATE_SIGNATURE__PARAMETER, true, null,
- null, null));
+ UMLPackage.Literals.TEMPLATE_SIGNATURE__PARAMETER, true, false,
+ true, null, null, null));
}
/**
@@ -116,8 +116,9 @@ public class TemplateSignatureItemProvider
getString("_UI_TemplateSignature_template_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateSignature_template_feature", "_UI_TemplateSignature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TEMPLATE_SIGNATURE__TEMPLATE, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.TEMPLATE_SIGNATURE__TEMPLATE, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -137,7 +138,7 @@ public class TemplateSignatureItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateSignature_ownedParameter_feature", "_UI_TemplateSignature_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATE_SIGNATURE__OWNED_PARAMETER, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateableElementItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateableElementItemProvider.java
index f971e7df..f7b4be0c 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateableElementItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TemplateableElementItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: TemplateableElementItemProvider.java,v 1.1 2005/12/07 14:20:25 khussey Exp $
+ * $Id: TemplateableElementItemProvider.java,v 1.2 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -89,7 +89,7 @@ public class TemplateableElementItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateableElement_templateBinding_feature", "_UI_TemplateableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATEABLE_ELEMENT__TEMPLATE_BINDING,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -110,7 +110,7 @@ public class TemplateableElementItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_TemplateableElement_ownedTemplateSignature_feature", "_UI_TemplateableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TEMPLATEABLE_ELEMENT__OWNED_TEMPLATE_SIGNATURE,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TestIdentityActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TestIdentityActionItemProvider.java
index fdd01ee2..676b5524 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TestIdentityActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TestIdentityActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: TestIdentityActionItemProvider.java,v 1.3 2006/01/24 22:46:31 khussey Exp $
+ * $Id: TestIdentityActionItemProvider.java,v 1.4 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -89,8 +89,9 @@ public class TestIdentityActionItemProvider
getString("_UI_TestIdentityAction_first_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TestIdentityAction_first_feature", "_UI_TestIdentityAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TEST_IDENTITY_ACTION__FIRST, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.TEST_IDENTITY_ACTION__FIRST, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -109,8 +110,9 @@ public class TestIdentityActionItemProvider
getString("_UI_TestIdentityAction_second_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TestIdentityAction_second_feature", "_UI_TestIdentityAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TEST_IDENTITY_ACTION__SECOND, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.TEST_IDENTITY_ACTION__SECOND, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -129,8 +131,9 @@ public class TestIdentityActionItemProvider
getString("_UI_TestIdentityAction_result_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TestIdentityAction_result_feature", "_UI_TestIdentityAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TEST_IDENTITY_ACTION__RESULT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.TEST_IDENTITY_ACTION__RESULT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeConstraintItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeConstraintItemProvider.java
index fc41515b..d7f0ed96 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeConstraintItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeConstraintItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: TimeConstraintItemProvider.java,v 1.4 2006/01/24 22:46:30 khussey Exp $
+ * $Id: TimeConstraintItemProvider.java,v 1.5 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,8 +86,8 @@ public class TimeConstraintItemProvider
getString("_UI_TimeConstraint_firstEvent_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TimeConstraint_firstEvent_feature", "_UI_TimeConstraint_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TIME_CONSTRAINT__FIRST_EVENT, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.TIME_CONSTRAINT__FIRST_EVENT, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeEventItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeEventItemProvider.java
index a2926867..1fe835d9 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeEventItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeEventItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: TimeEventItemProvider.java,v 1.3 2006/01/24 22:46:30 khussey Exp $
+ * $Id: TimeEventItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,8 +87,8 @@ public class TimeEventItemProvider
getString("_UI_TimeEvent_isRelative_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TimeEvent_isRelative_feature", "_UI_TimeEvent_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TIME_EVENT__IS_RELATIVE, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.TIME_EVENT__IS_RELATIVE, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -106,8 +106,8 @@ public class TimeEventItemProvider
getString("_UI_TimeEvent_when_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TimeEvent_when_feature", "_UI_TimeEvent_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TIME_EVENT__WHEN, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.TIME_EVENT__WHEN, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeExpressionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeExpressionItemProvider.java
index b3009c86..4ba98259 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeExpressionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeExpressionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: TimeExpressionItemProvider.java,v 1.5 2006/01/24 22:46:32 khussey Exp $
+ * $Id: TimeExpressionItemProvider.java,v 1.6 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,8 +86,8 @@ public class TimeExpressionItemProvider
getString("_UI_TimeExpression_expr_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TimeExpression_expr_feature", "_UI_TimeExpression_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TIME_EXPRESSION__EXPR, true, null, null,
- null));
+ UMLPackage.Literals.TIME_EXPRESSION__EXPR, true, false, true,
+ null, null, null));
}
/**
@@ -105,8 +105,8 @@ public class TimeExpressionItemProvider
getString("_UI_TimeExpression_observation_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TimeExpression_observation_feature", "_UI_TimeExpression_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TIME_EXPRESSION__OBSERVATION, true, null,
- null, null));
+ UMLPackage.Literals.TIME_EXPRESSION__OBSERVATION, true, false,
+ true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeObservationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeObservationItemProvider.java
index 3055dd9b..12f01184 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeObservationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TimeObservationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: TimeObservationItemProvider.java,v 1.3 2006/01/24 22:46:30 khussey Exp $
+ * $Id: TimeObservationItemProvider.java,v 1.4 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -86,8 +86,8 @@ public class TimeObservationItemProvider
getString("_UI_TimeObservation_event_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TimeObservation_event_feature", "_UI_TimeObservation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TIME_OBSERVATION__EVENT, true, null, null,
- null));
+ UMLPackage.Literals.TIME_OBSERVATION__EVENT, true, false, true,
+ null, null, null));
}
/**
@@ -105,8 +105,8 @@ public class TimeObservationItemProvider
getString("_UI_TimeObservation_firstEvent_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TimeObservation_firstEvent_feature", "_UI_TimeObservation_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TIME_OBSERVATION__FIRST_EVENT, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.TIME_OBSERVATION__FIRST_EVENT, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TransitionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TransitionItemProvider.java
index f44ee92e..5d25dbc5 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TransitionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TransitionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: TransitionItemProvider.java,v 1.9 2006/04/19 20:36:06 khussey Exp $
+ * $Id: TransitionItemProvider.java,v 1.10 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -106,8 +106,8 @@ public class TransitionItemProvider
getString("_UI_RedefinableElement_isLeaf_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_isLeaf_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.REDEFINABLE_ELEMENT__IS_LEAF, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.REDEFINABLE_ELEMENT__IS_LEAF, true, false,
+ false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
}
/**
@@ -126,7 +126,7 @@ public class TransitionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_redefinedElement_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REDEFINABLE_ELEMENT__REDEFINED_ELEMENT,
- false, null, null,
+ false, false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -147,7 +147,7 @@ public class TransitionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_RedefinableElement_redefinitionContext_feature", "_UI_RedefinableElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.REDEFINABLE_ELEMENT__REDEFINITION_CONTEXT,
- false, null, null,
+ false, false, false, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -167,7 +167,7 @@ public class TransitionItemProvider
getString("_UI_Transition_kind_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Transition_kind_feature", "_UI_Transition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TRANSITION__KIND, true,
+ UMLPackage.Literals.TRANSITION__KIND, true, false, false,
ItemPropertyDescriptor.GENERIC_VALUE_IMAGE, null, null));
}
@@ -186,7 +186,8 @@ public class TransitionItemProvider
getString("_UI_Transition_container_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Transition_container_feature", "_UI_Transition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TRANSITION__CONTAINER, true, null, null,
+ UMLPackage.Literals.TRANSITION__CONTAINER, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -206,7 +207,8 @@ public class TransitionItemProvider
getString("_UI_Transition_target_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Transition_target_feature", "_UI_Transition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TRANSITION__TARGET, true, null, null, null));
+ UMLPackage.Literals.TRANSITION__TARGET, true, false, true,
+ null, null, null));
}
/**
@@ -225,7 +227,7 @@ public class TransitionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_Transition_redefinedTransition_feature", "_UI_Transition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.TRANSITION__REDEFINED_TRANSITION, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -243,8 +245,8 @@ public class TransitionItemProvider
getString("_UI_Transition_guard_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Transition_guard_feature", "_UI_Transition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TRANSITION__GUARD, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.TRANSITION__GUARD, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -263,7 +265,8 @@ public class TransitionItemProvider
getString("_UI_Transition_effect_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Transition_effect_feature", "_UI_Transition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TRANSITION__EFFECT, true, null, null,
+ UMLPackage.Literals.TRANSITION__EFFECT, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -283,7 +286,8 @@ public class TransitionItemProvider
getString("_UI_Transition_trigger_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Transition_trigger_feature", "_UI_Transition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TRANSITION__TRIGGER, true, null, null,
+ UMLPackage.Literals.TRANSITION__TRIGGER, true, false, true,
+ null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -303,7 +307,8 @@ public class TransitionItemProvider
getString("_UI_Transition_source_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Transition_source_feature", "_UI_Transition_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TRANSITION__SOURCE, true, null, null, null));
+ UMLPackage.Literals.TRANSITION__SOURCE, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TriggerItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TriggerItemProvider.java
index 08d13f5b..467b36ca 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TriggerItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TriggerItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: TriggerItemProvider.java,v 1.4 2006/01/24 22:46:31 khussey Exp $
+ * $Id: TriggerItemProvider.java,v 1.5 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -84,7 +84,8 @@ public class TriggerItemProvider
getString("_UI_Trigger_event_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Trigger_event_feature", "_UI_Trigger_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TRIGGER__EVENT, true, null, null, null));
+ UMLPackage.Literals.TRIGGER__EVENT, true, false, true, null,
+ null, null));
}
/**
@@ -102,7 +103,8 @@ public class TriggerItemProvider
getString("_UI_Trigger_port_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Trigger_port_feature", "_UI_Trigger_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TRIGGER__PORT, true, null, null, null));
+ UMLPackage.Literals.TRIGGER__PORT, true, false, true, null,
+ null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TypeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TypeItemProvider.java
index 8a77c6df..b3a6125c 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TypeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TypeItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: TypeItemProvider.java,v 1.1 2005/12/07 14:20:27 khussey Exp $
+ * $Id: TypeItemProvider.java,v 1.2 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -83,8 +83,8 @@ public class TypeItemProvider
getString("_UI_Type_package_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Type_package_feature", "_UI_Type_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TYPE__PACKAGE, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.TYPE__PACKAGE, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TypedElementItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TypedElementItemProvider.java
index 68b6127a..839d2981 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TypedElementItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/TypedElementItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: TypedElementItemProvider.java,v 1.2 2006/01/04 17:47:49 khussey Exp $
+ * $Id: TypedElementItemProvider.java,v 1.3 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,7 +85,8 @@ public class TypedElementItemProvider
getString("_UI_TypedElement_type_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TypedElement_type_feature", "_UI_TypedElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TYPED_ELEMENT__TYPE, true, null, null, null));
+ UMLPackage.Literals.TYPED_ELEMENT__TYPE, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/UnmarshallActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/UnmarshallActionItemProvider.java
index 314fe10f..e3007333 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/UnmarshallActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/UnmarshallActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: UnmarshallActionItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: UnmarshallActionItemProvider.java,v 1.4 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,8 +87,8 @@ public class UnmarshallActionItemProvider
getString("_UI_UnmarshallAction_result_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_UnmarshallAction_result_feature", "_UI_UnmarshallAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.UNMARSHALL_ACTION__RESULT, true, null,
- null, null));
+ UMLPackage.Literals.UNMARSHALL_ACTION__RESULT, true, false,
+ true, null, null, null));
}
/**
@@ -107,7 +107,7 @@ public class UnmarshallActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_UnmarshallAction_unmarshallType_feature", "_UI_UnmarshallAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.UNMARSHALL_ACTION__UNMARSHALL_TYPE, true,
- null, null, null));
+ false, true, null, null, null));
}
/**
@@ -125,8 +125,9 @@ public class UnmarshallActionItemProvider
getString("_UI_UnmarshallAction_object_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_UnmarshallAction_object_feature", "_UI_UnmarshallAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.UNMARSHALL_ACTION__OBJECT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.UNMARSHALL_ACTION__OBJECT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/UseCaseItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/UseCaseItemProvider.java
index bade4cac..d561e255 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/UseCaseItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/UseCaseItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: UseCaseItemProvider.java,v 1.4 2006/02/21 21:40:13 khussey Exp $
+ * $Id: UseCaseItemProvider.java,v 1.5 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -90,8 +90,8 @@ public class UseCaseItemProvider
getString("_UI_UseCase_include_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_UseCase_include_feature", "_UI_UseCase_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.USE_CASE__INCLUDE, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.USE_CASE__INCLUDE, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -110,8 +110,8 @@ public class UseCaseItemProvider
getString("_UI_UseCase_extend_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_UseCase_extend_feature", "_UI_UseCase_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.USE_CASE__EXTEND, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.USE_CASE__EXTEND, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -130,8 +130,9 @@ public class UseCaseItemProvider
getString("_UI_UseCase_extensionPoint_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_UseCase_extensionPoint_feature", "_UI_UseCase_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.USE_CASE__EXTENSION_POINT, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.USE_CASE__EXTENSION_POINT, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -150,7 +151,8 @@ public class UseCaseItemProvider
getString("_UI_UseCase_subject_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_UseCase_subject_feature", "_UI_UseCase_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.USE_CASE__SUBJECT, true, null, null, null));
+ UMLPackage.Literals.USE_CASE__SUBJECT, true, false, true, null,
+ null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ValuePinItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ValuePinItemProvider.java
index 067f0695..666aa375 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ValuePinItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ValuePinItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ValuePinItemProvider.java,v 1.4 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ValuePinItemProvider.java,v 1.5 2006/05/15 20:57:53 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,8 +85,8 @@ public class ValuePinItemProvider
getString("_UI_ValuePin_value_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_ValuePin_value_feature", "_UI_ValuePin_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.VALUE_PIN__VALUE, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.VALUE_PIN__VALUE, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ValueSpecificationActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ValueSpecificationActionItemProvider.java
index b3e16003..5f17b8a6 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ValueSpecificationActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ValueSpecificationActionItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ValueSpecificationActionItemProvider.java,v 1.3 2006/01/24 22:46:32 khussey Exp $
+ * $Id: ValueSpecificationActionItemProvider.java,v 1.4 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -89,7 +89,7 @@ public class ValueSpecificationActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ValueSpecificationAction_value_feature", "_UI_ValueSpecificationAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.VALUE_SPECIFICATION_ACTION__VALUE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -110,7 +110,7 @@ public class ValueSpecificationActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_ValueSpecificationAction_result_feature", "_UI_ValueSpecificationAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.VALUE_SPECIFICATION_ACTION__RESULT, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ValueSpecificationItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ValueSpecificationItemProvider.java
index 76a3188d..5934abe3 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ValueSpecificationItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/ValueSpecificationItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: ValueSpecificationItemProvider.java,v 1.2 2006/01/04 17:47:49 khussey Exp $
+ * $Id: ValueSpecificationItemProvider.java,v 1.3 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,7 +85,8 @@ public class ValueSpecificationItemProvider
getString("_UI_TypedElement_type_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_TypedElement_type_feature", "_UI_TypedElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.TYPED_ELEMENT__TYPE, true, null, null, null));
+ UMLPackage.Literals.TYPED_ELEMENT__TYPE, true, false, true,
+ null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/VariableActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/VariableActionItemProvider.java
index fcc4f67c..563cbb9e 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/VariableActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/VariableActionItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: VariableActionItemProvider.java,v 1.1 2005/12/07 14:20:25 khussey Exp $
+ * $Id: VariableActionItemProvider.java,v 1.2 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -83,8 +83,8 @@ public class VariableActionItemProvider
getString("_UI_VariableAction_variable_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_VariableAction_variable_feature", "_UI_VariableAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.VARIABLE_ACTION__VARIABLE, true, null,
- null, null));
+ UMLPackage.Literals.VARIABLE_ACTION__VARIABLE, true, false,
+ true, null, null, null));
}
/**
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/VariableItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/VariableItemProvider.java
index 691d5c83..d3fd71a0 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/VariableItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/VariableItemProvider.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: VariableItemProvider.java,v 1.7 2006/04/19 20:36:06 khussey Exp $
+ * $Id: VariableItemProvider.java,v 1.8 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -98,7 +98,8 @@ public class VariableItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_isOrdered_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__IS_ORDERED, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -117,7 +118,8 @@ public class VariableItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_isUnique_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__IS_UNIQUE, true,
- ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null, null));
+ false, false, ItemPropertyDescriptor.BOOLEAN_VALUE_IMAGE, null,
+ null));
}
/**
@@ -135,8 +137,8 @@ public class VariableItemProvider
getString("_UI_MultiplicityElement_upper_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_upper_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MULTIPLICITY_ELEMENT__UPPER, true,
- ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.MULTIPLICITY_ELEMENT__UPPER, true, false,
+ false, ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
}
/**
@@ -154,8 +156,8 @@ public class VariableItemProvider
getString("_UI_MultiplicityElement_lower_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_lower_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.MULTIPLICITY_ELEMENT__LOWER, true,
- ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
+ UMLPackage.Literals.MULTIPLICITY_ELEMENT__LOWER, true, false,
+ false, ItemPropertyDescriptor.INTEGRAL_VALUE_IMAGE, null, null));
}
/**
@@ -174,7 +176,7 @@ public class VariableItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_upperValue_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__UPPER_VALUE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -195,7 +197,7 @@ public class VariableItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_MultiplicityElement_lowerValue_feature", "_UI_MultiplicityElement_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.MULTIPLICITY_ELEMENT__LOWER_VALUE, true,
- null, null,
+ false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -215,7 +217,8 @@ public class VariableItemProvider
getString("_UI_Variable_activityScope_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Variable_activityScope_feature", "_UI_Variable_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.VARIABLE__ACTIVITY_SCOPE, true, null, null,
+ UMLPackage.Literals.VARIABLE__ACTIVITY_SCOPE, true, false,
+ true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
@@ -235,8 +238,8 @@ public class VariableItemProvider
getString("_UI_Variable_scope_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Variable_scope_feature", "_UI_Variable_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.VARIABLE__SCOPE, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.VARIABLE__SCOPE, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/VertexItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/VertexItemProvider.java
index e7fb2fe5..3d6410dd 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/VertexItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/VertexItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: VertexItemProvider.java,v 1.1 2005/12/07 14:20:27 khussey Exp $
+ * $Id: VertexItemProvider.java,v 1.2 2006/05/15 20:57:50 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,7 +85,8 @@ public class VertexItemProvider
getString("_UI_Vertex_outgoing_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Vertex_outgoing_feature", "_UI_Vertex_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.VERTEX__OUTGOING, true, null, null, null));
+ UMLPackage.Literals.VERTEX__OUTGOING, true, false, true, null,
+ null, null));
}
/**
@@ -103,7 +104,8 @@ public class VertexItemProvider
getString("_UI_Vertex_incoming_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Vertex_incoming_feature", "_UI_Vertex_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.VERTEX__INCOMING, true, null, null, null));
+ UMLPackage.Literals.VERTEX__INCOMING, true, false, true, null,
+ null, null));
}
/**
@@ -121,8 +123,8 @@ public class VertexItemProvider
getString("_UI_Vertex_container_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_Vertex_container_feature", "_UI_Vertex_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.VERTEX__CONTAINER, true, null, null,
- new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.VERTEX__CONTAINER, true, false, true, null,
+ null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/WriteStructuralFeatureActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/WriteStructuralFeatureActionItemProvider.java
index 51085bf8..8cc0916e 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/WriteStructuralFeatureActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/WriteStructuralFeatureActionItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: WriteStructuralFeatureActionItemProvider.java,v 1.1 2005/12/07 14:20:25 khussey Exp $
+ * $Id: WriteStructuralFeatureActionItemProvider.java,v 1.2 2006/05/15 20:57:51 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -87,7 +87,7 @@ public class WriteStructuralFeatureActionItemProvider
getString(
"_UI_PropertyDescriptor_description", "_UI_WriteStructuralFeatureAction_value_feature", "_UI_WriteStructuralFeatureAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
UMLPackage.Literals.WRITE_STRUCTURAL_FEATURE_ACTION__VALUE,
- true, null, null,
+ true, false, true, null, null,
new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/WriteVariableActionItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/WriteVariableActionItemProvider.java
index 2bf0f91a..9c3949aa 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/WriteVariableActionItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/WriteVariableActionItemProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation 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
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: WriteVariableActionItemProvider.java,v 1.1 2005/12/07 14:20:26 khussey Exp $
+ * $Id: WriteVariableActionItemProvider.java,v 1.2 2006/05/15 20:57:52 khussey Exp $
*/
package org.eclipse.uml2.uml.edit.providers;
@@ -85,8 +85,9 @@ public class WriteVariableActionItemProvider
getString("_UI_WriteVariableAction_value_feature"), //$NON-NLS-1$
getString(
"_UI_PropertyDescriptor_description", "_UI_WriteVariableAction_value_feature", "_UI_WriteVariableAction_type"), //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
- UMLPackage.Literals.WRITE_VARIABLE_ACTION__VALUE, true, null,
- null, new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
+ UMLPackage.Literals.WRITE_VARIABLE_ACTION__VALUE, true, false,
+ true, null, null,
+ new String[]{"org.eclipse.ui.views.properties.expert" //$NON-NLS-1$
}));
}
diff --git a/plugins/org.eclipse.uml2.uml/model/UML.genmodel b/plugins/org.eclipse.uml2.uml/model/UML.genmodel
index bd78d1a6..6aa79124 100644
--- a/plugins/org.eclipse.uml2.uml/model/UML.genmodel
+++ b/plugins/org.eclipse.uml2.uml/model/UML.genmodel
@@ -122,9 +122,10 @@
<genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="UML.ecore#//String"/>
<genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="UML.ecore#//UnlimitedNatural"/>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Comment">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Comment/body"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertyMultiLine="true"
+ ecoreFeature="ecore:EAttribute UML.ecore#//Comment/body"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Comment/annotatedElement"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Comment/annotatedElement"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//Element">
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
@@ -136,7 +137,7 @@
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Element/ownedComment">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Element/ownedComment">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Element/not_own_self">
@@ -243,27 +244,27 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Package">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Package/ownedType">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Package/ownedType">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Package/packageMerge">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Package/packageMerge">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Package/packagedElement">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Package/packagedElement">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Package/nestedPackage">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Package/nestedPackage">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Package/nestingPackage">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Package/nestingPackage">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" property="None" children="true"
- createChild="true" ecoreFeature="ecore:EReference UML.ecore#//Package/profileApplication"/>
+ createChild="true" propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Package/profileApplication"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Package/elements_public_or_private">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Package/elements_public_or_private/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Package/elements_public_or_private/context"/>
@@ -327,13 +328,13 @@
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//NamedElement/clientDependency"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//NamedElement/clientDependency"/>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
createChild="false" ecoreFeature="ecore:EReference UML.ecore#//NamedElement/namespace">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//NamedElement/nameExpression">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//NamedElement/nameExpression">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//NamedElement/has_no_qualified_name">
@@ -367,9 +368,10 @@
cacheAdapterScope="Global"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Dependency">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Dependency/supplier"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//Dependency/supplier"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Dependency/client"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Dependency/client"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//DirectedRelationship">
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
@@ -389,15 +391,15 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//Namespace">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Namespace/elementImport">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Namespace/elementImport">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Namespace/packageImport">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Namespace/packageImport">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Namespace/ownedRule">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Namespace/ownedRule">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
@@ -445,10 +447,10 @@
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//ElementImport/visibility"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//ElementImport/alias"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ElementImport/importedElement"
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ElementImport/importedElement"
key="true"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ElementImport/importingNamespace">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ElementImport/importingNamespace">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ElementImport/visibility_public_or_private">
@@ -463,10 +465,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//PackageImport">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//PackageImport/visibility"/>
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//PackageImport/importedPackage"
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//PackageImport/importedPackage"
key="true"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//PackageImport/importingNamespace">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//PackageImport/importingNamespace">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//PackageImport/public_or_private">
@@ -476,13 +479,13 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Constraint">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Constraint/constrainedElement"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Constraint/constrainedElement"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Constraint/specification">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Constraint/specification">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Constraint/context">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Constraint/context">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Constraint/not_apply_to_self">
@@ -515,12 +518,12 @@
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ValueSpecification/isNull"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//TypedElement">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//TypedElement/type"
- key="true"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//TypedElement/type" key="true"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//Type">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Type/package">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Type/package">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Type/createAssociation">
@@ -544,17 +547,18 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Association">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Association/ownedEnd">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Association/ownedEnd">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Association/memberEnd"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//Association/memberEnd"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Association/isDerived"/>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Association/endType">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Association/navigableOwnedEnd"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Association/navigableOwnedEnd"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Association/specialized_end_number">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Association/specialized_end_number/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Association/specialized_end_number/context"/>
@@ -578,11 +582,11 @@
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//Classifier">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Classifier/isAbstract"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Classifier/generalization">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Classifier/generalization">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Classifier/powertypeExtent"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Classifier/powertypeExtent"/>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Classifier/feature">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
@@ -592,13 +596,13 @@
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Classifier/redefinedClassifier"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Classifier/redefinedClassifier"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Classifier/general">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Classifier/general">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Classifier/substitution">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Classifier/substitution">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
@@ -606,17 +610,17 @@
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Classifier/representation"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Classifier/representation"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Classifier/collaborationUse">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Classifier/collaborationUse">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Classifier/ownedUseCase">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Classifier/ownedUseCase">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Classifier/useCase"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Classifier/useCase"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Classifier/no_cycles_in_generalization">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Classifier/no_cycles_in_generalization/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Classifier/no_cycles_in_generalization/context"/>
@@ -707,11 +711,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//TemplateableElement">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//TemplateableElement/templateBinding">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TemplateableElement/templateBinding">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//TemplateableElement/ownedTemplateSignature">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TemplateableElement/ownedTemplateSignature">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//TemplateableElement/parameterableElements"
@@ -719,14 +723,14 @@
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//TemplateableElement/isTemplate"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//TemplateBinding">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//TemplateBinding/signature"
- key="true"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//TemplateBinding/signature" key="true"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//TemplateBinding/parameterSubstitution">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TemplateBinding/parameterSubstitution">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//TemplateBinding/boundElement">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TemplateBinding/boundElement">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//TemplateBinding/parameter_substitution_formal">
@@ -740,13 +744,13 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//TemplateSignature">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//TemplateSignature/parameter"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TemplateSignature/parameter"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//TemplateSignature/ownedParameter">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TemplateSignature/ownedParameter">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//TemplateSignature/template">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TemplateSignature/template">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//TemplateSignature/own_elements">
@@ -756,18 +760,19 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//TemplateParameter">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//TemplateParameter/signature">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TemplateParameter/signature">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//TemplateParameter/parameteredElement"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//TemplateParameter/parameteredElement"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//TemplateParameter/ownedParameteredElement">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TemplateParameter/ownedParameteredElement">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//TemplateParameter/default"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TemplateParameter/default"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//TemplateParameter/ownedDefault">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TemplateParameter/ownedDefault">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//TemplateParameter/must_be_compatible">
@@ -777,11 +782,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//ParameterableElement">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ParameterableElement/owningTemplateParameter">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ParameterableElement/owningTemplateParameter">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ParameterableElement/templateParameter"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ParameterableElement/templateParameter"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ParameterableElement/isCompatibleWith">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ParameterableElement/isCompatibleWith/p"/>
</genOperations>
@@ -789,15 +794,15 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//TemplateParameterSubstitution">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//TemplateParameterSubstitution/formal"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TemplateParameterSubstitution/formal"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//TemplateParameterSubstitution/actual"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TemplateParameterSubstitution/actual"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//TemplateParameterSubstitution/ownedActual">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TemplateParameterSubstitution/ownedActual">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//TemplateParameterSubstitution/templateBinding">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TemplateParameterSubstitution/templateBinding">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//TemplateParameterSubstitution/must_be_compatible">
@@ -807,12 +812,12 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Generalization">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Generalization/isSubstitutable"/>
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Generalization/general"
- key="true"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//Generalization/general" key="true"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Generalization/generalizationSet"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Generalization/generalizationSet"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Generalization/specific">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Generalization/specific">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Generalization/generalization_same_classifier">
@@ -824,8 +829,9 @@
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//GeneralizationSet/isCovering"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//GeneralizationSet/isDisjoint"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//GeneralizationSet/powertype"/>
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//GeneralizationSet/generalization"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//GeneralizationSet/powertype"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//GeneralizationSet/generalization"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//GeneralizationSet/generalization_same_classifier">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//GeneralizationSet/generalization_same_classifier/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//GeneralizationSet/generalization_same_classifier/context"/>
@@ -843,29 +849,30 @@
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Substitution">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Substitution/contract"
- key="true"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//Substitution/contract" key="true"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Substitution/substitutingClassifier">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Substitution/substitutingClassifier">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Realization"/>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Abstraction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Abstraction/mapping">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Abstraction/mapping">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//OpaqueExpression">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//OpaqueExpression/body"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertyMultiLine="true"
+ ecoreFeature="ecore:EAttribute UML.ecore#//OpaqueExpression/body"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//OpaqueExpression/language"/>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
createChild="false" ecoreFeature="ecore:EReference UML.ecore#//OpaqueExpression/result">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//OpaqueExpression/behavior"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//OpaqueExpression/behavior"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//OpaqueExpression/language_body_size">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//OpaqueExpression/language_body_size/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//OpaqueExpression/language_body_size/context"/>
@@ -886,13 +893,13 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Parameter">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Parameter/parameterSet"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Parameter/parameterSet"/>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Parameter/operation"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Parameter/direction"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Parameter/default"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Parameter/defaultValue">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Parameter/defaultValue">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Parameter/isException"/>
@@ -944,11 +951,11 @@
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//MultiplicityElement/upper"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//MultiplicityElement/lower"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//MultiplicityElement/upperValue">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//MultiplicityElement/upperValue">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//MultiplicityElement/lowerValue">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//MultiplicityElement/lowerValue">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//MultiplicityElement/upper_gt_0">
@@ -991,7 +998,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//ConnectableElement">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ConnectableElement/end"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ConnectableElement/end"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ConnectorEnd">
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
@@ -999,9 +1006,9 @@
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ConnectorEnd/partWithPort"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ConnectorEnd/partWithPort"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ConnectorEnd/role"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ConnectorEnd/role"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ConnectorEnd/multiplicity">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ConnectorEnd/multiplicity/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ConnectorEnd/multiplicity/context"/>
@@ -1024,7 +1031,7 @@
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Property/class"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Property/datatype">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Property/datatype">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Property/isDerived"/>
@@ -1035,28 +1042,29 @@
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Property/redefinedProperty"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Property/redefinedProperty"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Property/owningAssociation">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Property/owningAssociation">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Property/defaultValue">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Property/defaultValue">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Property/opposite">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Property/opposite">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Property/subsettedProperty"/>
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Property/association"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Property/subsettedProperty"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//Property/association"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Property/qualifier">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Property/qualifier">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Property/associationEnd">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Property/associationEnd">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Property/multiplicity_of_composite">
@@ -1139,7 +1147,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//DeploymentTarget">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//DeploymentTarget/deployment">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//DeploymentTarget/deployment">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
@@ -1150,13 +1158,14 @@
cacheAdapterScope="Global"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Deployment">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Deployment/deployedArtifact"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//Deployment/deployedArtifact"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Deployment/configuration">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Deployment/configuration">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Deployment/location">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Deployment/location">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
@@ -1165,7 +1174,7 @@
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//DeploymentSpecification/deploymentLocation"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//DeploymentSpecification/executionLocation"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//DeploymentSpecification/deployment">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//DeploymentSpecification/deployment">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//DeploymentSpecification/deployed_elements">
@@ -1180,19 +1189,19 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Artifact">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Artifact/fileName"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Artifact/nestedArtifact">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Artifact/nestedArtifact">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Artifact/manifestation">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Artifact/manifestation">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Artifact/ownedOperation">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Artifact/ownedOperation">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Artifact/ownedAttribute">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Artifact/ownedAttribute">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Artifact/createOwnedOperation">
@@ -1209,16 +1218,17 @@
</genOperations>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Manifestation">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Manifestation/utilizedElement"
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//Manifestation/utilizedElement"
key="true"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Operation">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Operation/interface">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Operation/interface">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Operation/class">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Operation/class">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Operation/isQuery"/>
@@ -1227,19 +1237,19 @@
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Operation/lower"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Operation/upper"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Operation/precondition"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Operation/precondition"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Operation/postcondition"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Operation/postcondition"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Operation/redefinedOperation"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Operation/redefinedOperation"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Operation/datatype">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Operation/datatype">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Operation/bodyCondition"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Operation/bodyCondition"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Operation/type"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Operation/type"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Operation/at_most_one_return">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Operation/at_most_one_return/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Operation/at_most_one_return/context"/>
@@ -1276,18 +1286,18 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//BehavioralFeature">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//BehavioralFeature/ownedParameter"
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//BehavioralFeature/ownedParameter"
key="true">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//BehavioralFeature/isAbstract"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//BehavioralFeature/method"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//BehavioralFeature/method"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//BehavioralFeature/concurrency"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//BehavioralFeature/raisedException"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//BehavioralFeature/raisedException"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//BehavioralFeature/ownedParameterSet">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//BehavioralFeature/ownedParameterSet">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//BehavioralFeature/createReturnResult">
@@ -1298,9 +1308,9 @@
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//Behavior">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Behavior/isReentrant"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Behavior/redefinedBehavior"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Behavior/redefinedBehavior"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Behavior/ownedParameter">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Behavior/ownedParameter">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
@@ -1308,15 +1318,15 @@
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" property="None" children="true"
- createChild="true" ecoreFeature="ecore:EReference UML.ecore#//Behavior/precondition"/>
+ createChild="true" propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Behavior/precondition"/>
<genFeatures xsi:type="genmodel:GenFeature" property="None" children="true"
- createChild="true" ecoreFeature="ecore:EReference UML.ecore#//Behavior/postcondition"/>
+ createChild="true" propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Behavior/postcondition"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Behavior/ownedParameterSet">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Behavior/ownedParameterSet">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Behavior/specification"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Behavior/specification"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Behavior/parameters_match">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Behavior/parameters_match/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Behavior/parameters_match/context"/>
@@ -1337,20 +1347,20 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Class">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Class/nestedClassifier">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Class/nestedClassifier">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Class/ownedOperation">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Class/ownedOperation">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Class/superClass">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Class/superClass">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Class/isActive"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Class/ownedReception">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Class/ownedReception">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
@@ -1373,17 +1383,17 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//BehavioredClassifier">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//BehavioredClassifier/ownedBehavior">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//BehavioredClassifier/ownedBehavior">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//BehavioredClassifier/classifierBehavior"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//BehavioredClassifier/classifierBehavior"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//BehavioredClassifier/interfaceRealization">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//BehavioredClassifier/interfaceRealization">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//BehavioredClassifier/ownedTrigger">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//BehavioredClassifier/ownedTrigger">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//BehavioredClassifier/class_behavior">
@@ -1396,34 +1406,35 @@
cacheAdapterScope="Global"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//InterfaceRealization">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//InterfaceRealization/contract"
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//InterfaceRealization/contract"
key="true"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InterfaceRealization/implementingClassifier">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InterfaceRealization/implementingClassifier">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Interface">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Interface/ownedAttribute">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Interface/ownedAttribute">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Interface/ownedOperation">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Interface/ownedOperation">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Interface/nestedClassifier">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Interface/nestedClassifier">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Interface/redefinedInterface"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Interface/redefinedInterface"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Interface/ownedReception">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Interface/ownedReception">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Interface/protocol">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Interface/protocol">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Interface/visibility">
@@ -1445,7 +1456,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Reception">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Reception/signal"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Reception/signal"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Reception/not_query">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Reception/not_query/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Reception/not_query/context"/>
@@ -1453,7 +1464,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Signal">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Signal/ownedAttribute">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Signal/ownedAttribute">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Signal/createOwnedAttribute">
@@ -1465,7 +1476,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ProtocolStateMachine">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ProtocolStateMachine/conformance">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ProtocolStateMachine/conformance">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ProtocolStateMachine/protocol_transitions">
@@ -1487,17 +1498,17 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//StateMachine">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//StateMachine/region">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//StateMachine/region">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//StateMachine/submachineState"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//StateMachine/submachineState"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//StateMachine/connectionPoint">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//StateMachine/connectionPoint">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//StateMachine/extendedStateMachine"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//StateMachine/extendedStateMachine"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//StateMachine/classifier_context">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//StateMachine/classifier_context/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//StateMachine/classifier_context/context"/>
@@ -1528,21 +1539,21 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Region">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Region/subvertex">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Region/subvertex">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Region/transition">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Region/transition">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Region/state">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Region/state">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Region/extendedRegion"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Region/extendedRegion"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Region/stateMachine">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Region/stateMachine">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Region/initial_vertex">
@@ -1570,11 +1581,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//Vertex">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Vertex/outgoing"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Vertex/outgoing"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Vertex/incoming"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Vertex/incoming"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Vertex/container">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Vertex/container">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Vertex/containingStateMachine"/>
@@ -1582,27 +1593,27 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Transition">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Transition/kind"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Transition/container">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Transition/container">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Transition/target"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Transition/target"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Transition/redefinedTransition"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Transition/redefinedTransition"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Transition/guard">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Transition/guard">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Transition/effect">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Transition/effect">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Transition/trigger">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Transition/trigger">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Transition/source"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Transition/source"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Transition/fork_segment_guards">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Transition/fork_segment_guards/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Transition/fork_segment_guards/context"/>
@@ -1636,9 +1647,9 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Trigger">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Trigger/event"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Trigger/event"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Trigger/port"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Trigger/port"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//Event"/>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Port">
@@ -1649,13 +1660,13 @@
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Port/redefinedPort"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Port/redefinedPort"/>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Port/provided">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Port/protocol"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Port/protocol"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Port/required_interfaces">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Port/required_interfaces/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Port/required_interfaces/context"/>
@@ -1695,39 +1706,39 @@
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//State/submachine"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//State/submachine"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//State/connection">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//State/connection">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//State/connectionPoint">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//State/connectionPoint">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//State/redefinedState"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//State/redefinedState"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//State/stateInvariant">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//State/stateInvariant">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//State/entry">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//State/entry">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//State/exit">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//State/exit">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//State/doActivity">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//State/doActivity">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//State/deferrableTrigger">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//State/deferrableTrigger">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//State/region">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//State/region">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//State/submachine_states">
@@ -1761,11 +1772,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ConnectionPointReference">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ConnectionPointReference/entry"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ConnectionPointReference/entry"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ConnectionPointReference/exit"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ConnectionPointReference/exit"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ConnectionPointReference/state">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ConnectionPointReference/state">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ConnectionPointReference/entry_pseudostates">
@@ -1780,11 +1791,11 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Pseudostate">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Pseudostate/kind"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Pseudostate/stateMachine">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Pseudostate/stateMachine">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Pseudostate/state">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Pseudostate/state">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Pseudostate/initial_vertex">
@@ -1826,20 +1837,20 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ProtocolConformance">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ProtocolConformance/generalMachine"
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ProtocolConformance/generalMachine"
key="true"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ProtocolConformance/specificMachine">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ProtocolConformance/specificMachine">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//EncapsulatedClassifier">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//EncapsulatedClassifier/ownedPort"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//EncapsulatedClassifier/ownedPort"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//StructuredClassifier">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//StructuredClassifier/ownedAttribute">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//StructuredClassifier/ownedAttribute">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
@@ -1851,7 +1862,7 @@
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//StructuredClassifier/ownedConnector">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//StructuredClassifier/ownedConnector">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//StructuredClassifier/multiplicities">
@@ -1867,16 +1878,16 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Connector">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Connector/type"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Connector/type"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Connector/redefinedConnector"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Connector/redefinedConnector"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Connector/end">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Connector/end">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Connector/kind"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Connector/contract"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Connector/contract"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Connector/types">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Connector/types/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Connector/types/context"/>
@@ -1945,7 +1956,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Stereotype">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Stereotype/icon"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Stereotype/icon"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Stereotype/name_not_clash">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Stereotype/name_not_clash/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Stereotype/name_not_clash/context"/>
@@ -1983,11 +1994,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Profile">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Profile/ownedStereotype"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Profile/ownedStereotype"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Profile/metaclassReference"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Profile/metaclassReference"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Profile/metamodelReference"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Profile/metamodelReference"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Profile/metaclass_reference_not_specialized">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Profile/metaclass_reference_not_specialized/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Profile/metaclass_reference_not_specialized/context"/>
@@ -2022,9 +2033,10 @@
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Model/isMetamodel"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ParameterSet">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//ParameterSet/parameter"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//ParameterSet/parameter"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ParameterSet/condition">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ParameterSet/condition">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ParameterSet/same_parameterized_entity">
@@ -2042,11 +2054,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//DataType">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//DataType/ownedAttribute">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//DataType/ownedAttribute">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//DataType/ownedOperation">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//DataType/ownedOperation">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//DataType/createOwnedOperation">
@@ -2069,9 +2081,9 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ConnectableElementTemplateParameter"/>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//CollaborationUse">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//CollaborationUse/type"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//CollaborationUse/type"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//CollaborationUse/roleBinding">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//CollaborationUse/roleBinding">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//CollaborationUse/client_elements">
@@ -2089,23 +2101,23 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Collaboration">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Collaboration/collaborationRole"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Collaboration/collaborationRole"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//UseCase">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//UseCase/include">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//UseCase/include">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//UseCase/extend">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//UseCase/extend">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//UseCase/extensionPoint">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//UseCase/extensionPoint">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//UseCase/subject"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//UseCase/subject"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//UseCase/must_have_name">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//UseCase/must_have_name/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//UseCase/must_have_name/context"/>
@@ -2126,24 +2138,24 @@
cacheAdapterScope="Global"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Include">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Include/addition"
- key="true"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//Include/addition" key="true"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Include/includingCase">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Include/includingCase">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Extend">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Extend/extendedCase"
- key="true"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//Extend/extendedCase" key="true"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Extend/condition">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Extend/condition">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Extend/extensionLocation"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Extend/extensionLocation"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Extend/extension">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Extend/extension">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Extend/extension_points">
@@ -2153,7 +2165,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ExtensionPoint">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ExtensionPoint/useCase">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ExtensionPoint/useCase">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ExtensionPoint/must_have_name">
@@ -2163,7 +2175,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//RedefinableTemplateSignature">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//RedefinableTemplateSignature/extendedSignature"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//RedefinableTemplateSignature/extendedSignature"/>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
createChild="false" ecoreFeature="ecore:EReference UML.ecore#//RedefinableTemplateSignature/inheritedParameter">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
@@ -2182,9 +2194,9 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ClassifierTemplateParameter">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//ClassifierTemplateParameter/allowSubstitutable"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ClassifierTemplateParameter/defaultClassifier"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ClassifierTemplateParameter/defaultClassifier"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ClassifierTemplateParameter/constrainingClassifier"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ClassifierTemplateParameter/constrainingClassifier"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ClassifierTemplateParameter/has_constraining_classifier">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ClassifierTemplateParameter/has_constraining_classifier/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ClassifierTemplateParameter/has_constraining_classifier/context"/>
@@ -2192,11 +2204,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//StringExpression">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//StringExpression/subExpression">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//StringExpression/subExpression">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//StringExpression/owningExpression">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//StringExpression/owningExpression">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//StringExpression/operands">
@@ -2211,23 +2223,24 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Expression">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Expression/symbol"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Expression/operand">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Expression/operand">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//PackageMerge">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//PackageMerge/mergedPackage"
- key="true"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//PackageMerge/mergedPackage" key="true"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//PackageMerge/receivingPackage">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//PackageMerge/receivingPackage">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ProfileApplication">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//ProfileApplication/appliedProfile"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//ProfileApplication/appliedProfile"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//ProfileApplication/isStrict"/>
<genFeatures xsi:type="genmodel:GenFeature" property="None" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ProfileApplication/applyingPackage"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ProfileApplication/applyingPackage"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ProfileApplication/getAppliedDefinition"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ProfileApplication/getAppliedDefinition.1">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ProfileApplication/getAppliedDefinition.1/namedElement"/>
@@ -2235,25 +2248,25 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Enumeration">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Enumeration/ownedLiteral">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Enumeration/ownedLiteral">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//EnumerationLiteral">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//EnumerationLiteral/enumeration">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//EnumerationLiteral/enumeration">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//InstanceSpecification">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InstanceSpecification/classifier"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InstanceSpecification/classifier"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//InstanceSpecification/slot">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InstanceSpecification/slot">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//InstanceSpecification/specification">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InstanceSpecification/specification">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//InstanceSpecification/defining_feature">
@@ -2274,13 +2287,14 @@
</genOperations>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Slot">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Slot/definingFeature"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//Slot/definingFeature"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Slot/value">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Slot/value">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Slot/owningInstance">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Slot/owningInstance">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
@@ -2298,13 +2312,14 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//LiteralNull"/>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//InstanceValue">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InstanceValue/instance"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InstanceValue/instance"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//LiteralUnlimitedNatural">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//LiteralUnlimitedNatural/value"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//OpaqueBehavior">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//OpaqueBehavior/body"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertyMultiLine="true"
+ ecoreFeature="ecore:EAttribute UML.ecore#//OpaqueBehavior/body"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//OpaqueBehavior/language"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//FunctionBehavior">
@@ -2318,12 +2333,13 @@
</genOperations>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//OpaqueAction">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//OpaqueAction/body"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertyMultiLine="true"
+ ecoreFeature="ecore:EAttribute UML.ecore#//OpaqueAction/body"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//OpaqueAction/language"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//OpaqueAction/inputValue"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//OpaqueAction/inputValue"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//OpaqueAction/outputValue"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//OpaqueAction/outputValue"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//Action">
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
@@ -2339,43 +2355,43 @@
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Action/localPrecondition">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Action/localPrecondition">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Action/localPostcondition">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Action/localPostcondition">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//ExecutableNode">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ExecutableNode/handler">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ExecutableNode/handler">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//ActivityNode">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityNode/inStructuredNode">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityNode/inStructuredNode">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityNode/activity">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityNode/activity">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityNode/outgoing"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityNode/outgoing"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityNode/incoming"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityNode/incoming"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityNode/inPartition"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityNode/inPartition"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityNode/inInterruptibleRegion"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityNode/inInterruptibleRegion"/>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
createChild="false" ecoreFeature="ecore:EReference UML.ecore#//ActivityNode/inGroup">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityNode/redefinedNode"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityNode/redefinedNode"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ActivityNode/owned_structured_node">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ActivityNode/owned_structured_node/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ActivityNode/owned_structured_node/context"/>
@@ -2387,16 +2403,16 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//StructuredActivityNode">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//StructuredActivityNode/variable">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//StructuredActivityNode/variable">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//StructuredActivityNode/edge">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//StructuredActivityNode/edge">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//StructuredActivityNode/mustIsolate"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//StructuredActivityNode/node">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//StructuredActivityNode/node">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//StructuredActivityNode/edges">
@@ -2414,7 +2430,7 @@
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityGroup/inActivity">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityGroup/inActivity">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
@@ -2444,23 +2460,23 @@
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Activity/variable">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Activity/variable">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Activity/node">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Activity/node">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Activity/isReadOnly"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Activity/edge">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Activity/edge">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Activity/partition"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Activity/partition"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Activity/isSingleExecution"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Activity/group">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Activity/group">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Activity/no_supergroups">
@@ -2478,11 +2494,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Variable">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Variable/scope">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Variable/scope">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Variable/activityScope">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Variable/activityScope">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Variable/owned">
@@ -2495,25 +2511,25 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//ActivityEdge">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/source"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/source"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/target"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/target"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/redefinedEdge"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/redefinedEdge"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/inPartition"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/inPartition"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/guard">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/guard">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/weight">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/weight">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/interrupts"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/interrupts"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/inStructuredNode">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/inStructuredNode">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
@@ -2521,7 +2537,7 @@
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/activity">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityEdge/activity">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ActivityEdge/source_and_target">
@@ -2541,19 +2557,19 @@
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//ActivityPartition/isDimension"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//ActivityPartition/isExternal"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityPartition/node"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityPartition/node"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityPartition/subpartition">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityPartition/subpartition">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityPartition/superPartition">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityPartition/superPartition">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityPartition/represents"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityPartition/represents"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityPartition/edge"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityPartition/edge"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ActivityPartition/dimension_not_contained">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ActivityPartition/dimension_not_contained/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ActivityPartition/dimension_not_contained/context"/>
@@ -2573,9 +2589,9 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//InterruptibleActivityRegion">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InterruptibleActivityRegion/node"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InterruptibleActivityRegion/node"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InterruptibleActivityRegion/interruptingEdge"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InterruptibleActivityRegion/interruptingEdge"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//InterruptibleActivityRegion/interrupting_edges">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//InterruptibleActivityRegion/interrupting_edges/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//InterruptibleActivityRegion/interrupting_edges/context"/>
@@ -2583,13 +2599,13 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ExceptionHandler">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ExceptionHandler/handlerBody"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ExceptionHandler/handlerBody"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ExceptionHandler/exceptionInput"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ExceptionHandler/exceptionInput"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ExceptionHandler/exceptionType"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ExceptionHandler/exceptionType"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ExceptionHandler/protectedNode">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ExceptionHandler/protectedNode">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ExceptionHandler/exception_body">
@@ -2613,13 +2629,13 @@
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//ObjectNode/ordering"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//ObjectNode/isControlType"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ObjectNode/upperBound">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ObjectNode/upperBound">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ObjectNode/inState"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ObjectNode/inState"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ObjectNode/selection"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ObjectNode/selection"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ObjectNode/object_flow_edges">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ObjectNode/object_flow_edges/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ObjectNode/object_flow_edges/context"/>
@@ -2648,7 +2664,7 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//InputPin"/>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ValuePin">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ValuePin/value">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ValuePin/value">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ValuePin/compatible_type">
@@ -2659,7 +2675,7 @@
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//CallAction">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//CallAction/isSynchronous"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//CallAction/result">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//CallAction/result">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//CallAction/synchronous_call">
@@ -2677,11 +2693,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//InvocationAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//InvocationAction/argument">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InvocationAction/argument">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InvocationAction/onPort"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InvocationAction/onPort"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//InvocationAction/on_port_receiver">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//InvocationAction/on_port_receiver/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//InvocationAction/on_port_receiver/context"/>
@@ -2689,11 +2705,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//SendSignalAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//SendSignalAction/target">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//SendSignalAction/target">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//SendSignalAction/signal"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//SendSignalAction/signal"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//SendSignalAction/number_order">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//SendSignalAction/number_order/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//SendSignalAction/number_order/context"/>
@@ -2705,9 +2721,9 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//CallOperationAction">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//CallOperationAction/operation"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//CallOperationAction/operation"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//CallOperationAction/target">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//CallOperationAction/target">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//CallOperationAction/argument_pin_equal_parameter">
@@ -2725,7 +2741,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//CallBehaviorAction">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//CallBehaviorAction/behavior"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//CallBehaviorAction/behavior"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//CallBehaviorAction/argument_pin_equal_parameter">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//CallBehaviorAction/argument_pin_equal_parameter/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//CallBehaviorAction/argument_pin_equal_parameter/context"/>
@@ -2737,7 +2753,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//SequenceNode">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//SequenceNode/executableNode">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//SequenceNode/executableNode">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
@@ -2761,7 +2777,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ActivityParameterNode">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActivityParameterNode/parameter"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActivityParameterNode/parameter"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ActivityParameterNode/has_parameters">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ActivityParameterNode/has_parameters/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ActivityParameterNode/has_parameters/context"/>
@@ -2790,17 +2806,17 @@
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Message/messageSort"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Message/receiveEvent"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Message/receiveEvent"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Message/sendEvent"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Message/sendEvent"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Message/connector"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Message/connector"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Message/interaction">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Message/interaction">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Message/argument">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Message/argument">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
@@ -2840,61 +2856,61 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//MessageEnd">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//MessageEnd/message"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//MessageEnd/message"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Interaction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Interaction/lifeline">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Interaction/lifeline">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Interaction/fragment">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Interaction/fragment">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Interaction/action">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Interaction/action">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Interaction/formalGate">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Interaction/formalGate">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Interaction/message">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Interaction/message">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//InteractionFragment">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InteractionFragment/covered"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InteractionFragment/covered"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//InteractionFragment/generalOrdering">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InteractionFragment/generalOrdering">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InteractionFragment/enclosingInteraction">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InteractionFragment/enclosingInteraction">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InteractionFragment/enclosingOperand">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InteractionFragment/enclosingOperand">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Lifeline">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Lifeline/represents"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Lifeline/represents"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Lifeline/interaction">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Lifeline/interaction">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Lifeline/selector">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Lifeline/selector">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Lifeline/decomposedAs"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Lifeline/decomposedAs"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Lifeline/coveredBy"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Lifeline/coveredBy"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Lifeline/interaction_uses_share_lifeline">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Lifeline/interaction_uses_share_lifeline/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Lifeline/interaction_uses_share_lifeline/context"/>
@@ -2924,13 +2940,13 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//InteractionUse">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InteractionUse/refersTo"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InteractionUse/refersTo"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//InteractionUse/actualGate">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InteractionUse/actualGate">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//InteractionUse/argument">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InteractionUse/argument">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//InteractionUse/gates_match">
@@ -2962,25 +2978,25 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//GeneralOrdering">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//GeneralOrdering/before"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//GeneralOrdering/before"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//GeneralOrdering/after"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//GeneralOrdering/after"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//OccurrenceSpecification">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//OccurrenceSpecification/toBefore"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//OccurrenceSpecification/toBefore"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//OccurrenceSpecification/event"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//OccurrenceSpecification/event"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//OccurrenceSpecification/toAfter"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//OccurrenceSpecification/toAfter"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//InteractionOperand">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//InteractionOperand/guard">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InteractionOperand/guard">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//InteractionOperand/fragment">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InteractionOperand/fragment">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//InteractionOperand/guard_directly_prior">
@@ -2994,11 +3010,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//InteractionConstraint">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//InteractionConstraint/minint">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InteractionConstraint/minint">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//InteractionConstraint/maxint">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InteractionConstraint/maxint">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//InteractionConstraint/dynamic_variables">
@@ -3028,9 +3044,9 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//ExecutionSpecification">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ExecutionSpecification/start"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ExecutionSpecification/start"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ExecutionSpecification/finish"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ExecutionSpecification/finish"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ExecutionSpecification/same_lifeline">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ExecutionSpecification/same_lifeline/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ExecutionSpecification/same_lifeline/context"/>
@@ -3038,13 +3054,13 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//StateInvariant">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//StateInvariant/invariant">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//StateInvariant/invariant">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ActionExecutionSpecification">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ActionExecutionSpecification/action"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActionExecutionSpecification/action"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ActionExecutionSpecification/action_referenced">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ActionExecutionSpecification/action_referenced/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ActionExecutionSpecification/action_referenced/context"/>
@@ -3052,7 +3068,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//BehaviorExecutionSpecification">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//BehaviorExecutionSpecification/behavior"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//BehaviorExecutionSpecification/behavior"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ExecutionEvent"/>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//CreationEvent">
@@ -3069,25 +3085,25 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//SendOperationEvent">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//SendOperationEvent/operation"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//SendOperationEvent/operation"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//MessageEvent"/>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//SendSignalEvent">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//SendSignalEvent/signal"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//SendSignalEvent/signal"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//MessageOccurrenceSpecification"/>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ExecutionOccurrenceSpecification">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ExecutionOccurrenceSpecification/execution"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ExecutionOccurrenceSpecification/execution"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ReceiveOperationEvent">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ReceiveOperationEvent/operation"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReceiveOperationEvent/operation"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ReceiveSignalEvent">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ReceiveSignalEvent/signal"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReceiveSignalEvent/signal"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Actor">
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Actor/associations">
@@ -3101,17 +3117,17 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//CallEvent">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//CallEvent/operation"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//CallEvent/operation"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ChangeEvent">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ChangeEvent/changeExpression">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ChangeEvent/changeExpression">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//SignalEvent">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//SignalEvent/signal"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//SignalEvent/signal"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//AnyReceiveEvent"/>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ForkNode">
@@ -3144,7 +3160,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//DecisionNode">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//DecisionNode/decisionInput"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//DecisionNode/decisionInput"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//DecisionNode/one_incoming_edge">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//DecisionNode/one_incoming_edge/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//DecisionNode/one_incoming_edge/context"/>
@@ -3161,10 +3177,11 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ActivityFinalNode"/>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ComponentRealization">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ComponentRealization/abstraction">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ComponentRealization/abstraction">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//ComponentRealization/realizingClassifier"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//ComponentRealization/realizingClassifier"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Component">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//Component/isIndirectlyInstantiated"/>
@@ -3177,11 +3194,11 @@
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Component/packagedElement">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Component/packagedElement">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Component/realization">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Component/realization">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Component/createOwnedClass">
@@ -3212,7 +3229,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Node">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//Node/nestedNode">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Node/nestedNode">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Node/internal_structure">
@@ -3226,11 +3243,11 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//CombinedFragment">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//CombinedFragment/interactionOperator"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//CombinedFragment/operand">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//CombinedFragment/operand">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//CombinedFragment/cfragmentGate">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//CombinedFragment/cfragmentGate">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//CombinedFragment/opt_loop_break_neg">
@@ -3267,7 +3284,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ConsiderIgnoreFragment">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ConsiderIgnoreFragment/message"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ConsiderIgnoreFragment/message"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ConsiderIgnoreFragment/consider_or_ignore">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ConsiderIgnoreFragment/consider_or_ignore/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ConsiderIgnoreFragment/consider_or_ignore/context"/>
@@ -3279,9 +3296,9 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//CreateObjectAction">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//CreateObjectAction/classifier"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//CreateObjectAction/classifier"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//CreateObjectAction/result">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//CreateObjectAction/result">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//CreateObjectAction/classifier_not_abstract">
@@ -3305,7 +3322,7 @@
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//DestroyObjectAction/isDestroyLinks"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//DestroyObjectAction/isDestroyOwnedObjects"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//DestroyObjectAction/target">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//DestroyObjectAction/target">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//DestroyObjectAction/multiplicity">
@@ -3319,15 +3336,15 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//TestIdentityAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//TestIdentityAction/first">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TestIdentityAction/first">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//TestIdentityAction/second">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TestIdentityAction/second">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//TestIdentityAction/result">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TestIdentityAction/result">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//TestIdentityAction/no_type">
@@ -3345,7 +3362,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ReadSelfAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ReadSelfAction/result">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReadSelfAction/result">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ReadSelfAction/contained">
@@ -3367,9 +3384,9 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//StructuralFeatureAction">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//StructuralFeatureAction/structuralFeature"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//StructuralFeatureAction/structuralFeature"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//StructuralFeatureAction/object">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//StructuralFeatureAction/object">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//StructuralFeatureAction/not_static">
@@ -3395,7 +3412,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ReadStructuralFeatureAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ReadStructuralFeatureAction/result">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReadStructuralFeatureAction/result">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ReadStructuralFeatureAction/type_and_ordering">
@@ -3405,7 +3422,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//WriteStructuralFeatureAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//WriteStructuralFeatureAction/value">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//WriteStructuralFeatureAction/value">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//WriteStructuralFeatureAction/input_pin">
@@ -3417,7 +3434,7 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//RemoveStructuralFeatureValueAction">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//RemoveStructuralFeatureValueAction/isRemoveDuplicates"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//RemoveStructuralFeatureValueAction/removeAt">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//RemoveStructuralFeatureValueAction/removeAt">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//RemoveStructuralFeatureValueAction/non_unique_removal">
@@ -3428,7 +3445,7 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//AddStructuralFeatureValueAction">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//AddStructuralFeatureValueAction/isReplaceAll"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//AddStructuralFeatureValueAction/insertAt">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//AddStructuralFeatureValueAction/insertAt">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//AddStructuralFeatureValueAction/unlimited_natural_and_multiplicity">
@@ -3438,11 +3455,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//LinkAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//LinkAction/endData">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//LinkAction/endData">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//LinkAction/inputValue">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//LinkAction/inputValue">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//LinkAction/same_association">
@@ -3461,11 +3478,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//LinkEndData">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//LinkEndData/value"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//LinkEndData/value"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//LinkEndData/end"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//LinkEndData/end"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//LinkEndData/qualifier">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//LinkEndData/qualifier">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//LinkEndData/property_is_association_end">
@@ -3491,9 +3508,9 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//QualifierValue">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//QualifierValue/qualifier"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//QualifierValue/qualifier"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//QualifierValue/value"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//QualifierValue/value"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//QualifierValue/qualifier_attribute">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//QualifierValue/qualifier_attribute/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//QualifierValue/qualifier_attribute/context"/>
@@ -3509,7 +3526,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ReadLinkAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ReadLinkAction/result">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReadLinkAction/result">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ReadLinkAction/one_open_end">
@@ -3536,7 +3553,7 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//LinkEndCreationData">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//LinkEndCreationData/isReplaceAll"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//LinkEndCreationData/insertAt"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//LinkEndCreationData/insertAt"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//LinkEndCreationData/create_link_action">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//LinkEndCreationData/create_link_action/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//LinkEndCreationData/create_link_action/context"/>
@@ -3562,7 +3579,7 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//LinkEndDestructionData">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//LinkEndDestructionData/isDestroyDuplicates"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//LinkEndDestructionData/destroyAt"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//LinkEndDestructionData/destroyAt"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//LinkEndDestructionData/destroy_link_action">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//LinkEndDestructionData/destroy_link_action/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//LinkEndDestructionData/destroy_link_action/context"/>
@@ -3574,11 +3591,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ClearAssociationAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ClearAssociationAction/object">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ClearAssociationAction/object">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ClearAssociationAction/association"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ClearAssociationAction/association"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ClearAssociationAction/same_type">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ClearAssociationAction/same_type/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ClearAssociationAction/same_type/context"/>
@@ -3590,7 +3607,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//BroadcastSignalAction">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//BroadcastSignalAction/signal"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//BroadcastSignalAction/signal"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//BroadcastSignalAction/number_and_order">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//BroadcastSignalAction/number_and_order/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//BroadcastSignalAction/number_and_order/context"/>
@@ -3602,21 +3619,21 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//SendObjectAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//SendObjectAction/target">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//SendObjectAction/target">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//SendObjectAction/request">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//SendObjectAction/request">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ValueSpecificationAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ValueSpecificationAction/value">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ValueSpecificationAction/value">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ValueSpecificationAction/result">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ValueSpecificationAction/result">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ValueSpecificationAction/compatible_type">
@@ -3629,20 +3646,24 @@
</genOperations>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//TimeExpression">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//TimeExpression/expr"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//TimeExpression/expr"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//TimeExpression/observation"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TimeExpression/observation"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//Observation"/>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Duration">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Duration/expr"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//Duration/expr"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Duration/observation"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Duration/observation"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//DurationInterval"/>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Interval">
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Interval/min"/>
- <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EReference UML.ecore#//Interval/max"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//Interval/min"/>
+ <genFeatures xsi:type="genmodel:GenFeature" createChild="false" propertySortChoices="true"
+ ecoreFeature="ecore:EReference UML.ecore#//Interval/max"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//TimeConstraint">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//TimeConstraint/firstEvent"/>
@@ -3658,12 +3679,12 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//TimeObservation">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//TimeObservation/event"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TimeObservation/event"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//TimeObservation/firstEvent"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//DurationObservation">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//DurationObservation/event"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//DurationObservation/event"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//DurationObservation/firstEvent"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//DurationObservation/first_event_multiplicity">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//DurationObservation/first_event_multiplicity/diagnostics"/>
@@ -3699,7 +3720,7 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//TimeEvent">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//TimeEvent/isRelative"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//TimeEvent/when">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//TimeEvent/when">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//TimeEvent/when_non_negative">
@@ -3713,7 +3734,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//VariableAction">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//VariableAction/variable"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//VariableAction/variable"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//VariableAction/scope_of_variable">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//VariableAction/scope_of_variable/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//VariableAction/scope_of_variable/context"/>
@@ -3721,7 +3742,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ReadVariableAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ReadVariableAction/result">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReadVariableAction/result">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ReadVariableAction/type_and_ordering">
@@ -3735,7 +3756,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" image="false" ecoreClass="UML.ecore#//WriteVariableAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//WriteVariableAction/value">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//WriteVariableAction/value">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//WriteVariableAction/same_type">
@@ -3751,7 +3772,7 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//AddVariableValueAction">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//AddVariableValueAction/isReplaceAll"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//AddVariableValueAction/insertAt">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//AddVariableValueAction/insertAt">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//AddVariableValueAction/single_input_pin">
@@ -3762,7 +3783,7 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//RemoveVariableValueAction">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//RemoveVariableValueAction/isRemoveDuplicates"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//RemoveVariableValueAction/removeAt">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//RemoveVariableValueAction/removeAt">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//RemoveVariableValueAction/unlimited_natural">
@@ -3772,13 +3793,13 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//RaiseExceptionAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//RaiseExceptionAction/exception">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//RaiseExceptionAction/exception">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ActionInputPin">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ActionInputPin/fromAction">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ActionInputPin/fromAction">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ActionInputPin/one_output_pin">
@@ -3796,7 +3817,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//InformationItem">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InformationItem/represented"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InformationItem/represented"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//InformationItem/sources_and_targets">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//InformationItem/sources_and_targets/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//InformationItem/sources_and_targets/context"/>
@@ -3812,19 +3833,19 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//InformationFlow">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InformationFlow/realization"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InformationFlow/realization"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InformationFlow/conveyed"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InformationFlow/conveyed"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InformationFlow/informationSource"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InformationFlow/informationSource"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InformationFlow/informationTarget"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InformationFlow/informationTarget"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InformationFlow/realizingActivityEdge"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InformationFlow/realizingActivityEdge"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InformationFlow/realizingConnector"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InformationFlow/realizingConnector"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//InformationFlow/realizingMessage"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//InformationFlow/realizingMessage"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//InformationFlow/sources_and_targets_kind">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//InformationFlow/sources_and_targets_kind/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//InformationFlow/sources_and_targets_kind/context"/>
@@ -3840,11 +3861,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ReadExtentAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ReadExtentAction/result">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReadExtentAction/result">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ReadExtentAction/classifier"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReadExtentAction/classifier"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ReadExtentAction/type_is_classifier">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ReadExtentAction/type_is_classifier/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ReadExtentAction/type_is_classifier/context"/>
@@ -3857,11 +3878,11 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ReclassifyObjectAction">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//ReclassifyObjectAction/isReplaceAll"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ReclassifyObjectAction/oldClassifier"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReclassifyObjectAction/oldClassifier"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ReclassifyObjectAction/newClassifier"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReclassifyObjectAction/newClassifier"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ReclassifyObjectAction/object">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReclassifyObjectAction/object">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ReclassifyObjectAction/classifier_not_abstract">
@@ -3880,13 +3901,13 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ReadIsClassifiedObjectAction">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//ReadIsClassifiedObjectAction/isDirect"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ReadIsClassifiedObjectAction/classifier"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReadIsClassifiedObjectAction/classifier"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ReadIsClassifiedObjectAction/result">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReadIsClassifiedObjectAction/result">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ReadIsClassifiedObjectAction/object">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReadIsClassifiedObjectAction/object">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ReadIsClassifiedObjectAction/multiplicity_of_input">
@@ -3908,7 +3929,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//StartClassifierBehaviorAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//StartClassifierBehaviorAction/object">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//StartClassifierBehaviorAction/object">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//StartClassifierBehaviorAction/multiplicity">
@@ -3922,13 +3943,13 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ReadLinkObjectEndAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ReadLinkObjectEndAction/object">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReadLinkObjectEndAction/object">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ReadLinkObjectEndAction/end"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReadLinkObjectEndAction/end"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ReadLinkObjectEndAction/result">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReadLinkObjectEndAction/result">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ReadLinkObjectEndAction/property">
@@ -3962,15 +3983,15 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ReadLinkObjectEndQualifierAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ReadLinkObjectEndQualifierAction/object">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReadLinkObjectEndQualifierAction/object">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ReadLinkObjectEndQualifierAction/result">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReadLinkObjectEndQualifierAction/result">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ReadLinkObjectEndQualifierAction/qualifier"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReadLinkObjectEndQualifierAction/qualifier"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ReadLinkObjectEndQualifierAction/qualifier_attribute">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ReadLinkObjectEndQualifierAction/qualifier_attribute/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ReadLinkObjectEndQualifierAction/qualifier_attribute/context"/>
@@ -4006,7 +4027,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//CreateLinkObjectAction">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//CreateLinkObjectAction/result">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//CreateLinkObjectAction/result">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//CreateLinkObjectAction/association_class">
@@ -4025,9 +4046,9 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//AcceptEventAction">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//AcceptEventAction/isUnmarshall"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//AcceptEventAction/result"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//AcceptEventAction/result"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//AcceptEventAction/trigger">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//AcceptEventAction/trigger">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//AcceptEventAction/no_input_pins">
@@ -4049,7 +4070,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//AcceptCallAction">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//AcceptCallAction/returnInformation"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//AcceptCallAction/returnInformation"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//AcceptCallAction/result_pins">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//AcceptCallAction/result_pins/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//AcceptCallAction/result_pins/context"/>
@@ -4065,13 +4086,13 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ReplyAction">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ReplyAction/replyToCall"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReplyAction/replyToCall"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ReplyAction/returnInformation">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReplyAction/returnInformation">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ReplyAction/replyValue">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReplyAction/replyValue">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ReplyAction/pins_match_parameter">
@@ -4085,11 +4106,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//UnmarshallAction">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//UnmarshallAction/result"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//UnmarshallAction/result"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//UnmarshallAction/unmarshallType"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//UnmarshallAction/unmarshallType"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//UnmarshallAction/object">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//UnmarshallAction/object">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//UnmarshallAction/same_type">
@@ -4123,11 +4144,11 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ReduceAction">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ReduceAction/reducer"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReduceAction/reducer"/>
<genFeatures xsi:type="genmodel:GenFeature" property="None" children="true"
- createChild="true" ecoreFeature="ecore:EReference UML.ecore#//ReduceAction/result"/>
+ createChild="true" propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReduceAction/result"/>
<genFeatures xsi:type="genmodel:GenFeature" property="None" children="true"
- createChild="true" ecoreFeature="ecore:EReference UML.ecore#//ReduceAction/collection"/>
+ createChild="true" propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ReduceAction/collection"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//ReduceAction/isOrdered"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ReduceAction/input_type_is_collection">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ReduceAction/input_type_is_collection/diagnostics"/>
@@ -4145,7 +4166,7 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//JoinNode">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//JoinNode/isCombineDuplicate"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//JoinNode/joinSpec">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//JoinNode/joinSpec">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//JoinNode/one_outgoing_edge">
@@ -4162,9 +4183,9 @@
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//ObjectFlow/isMulticast"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//ObjectFlow/isMultireceive"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ObjectFlow/transformation"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ObjectFlow/transformation"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ObjectFlow/selection"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ObjectFlow/selection"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ObjectFlow/no_actions">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ObjectFlow/no_actions/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ObjectFlow/no_actions/context"/>
@@ -4202,11 +4223,11 @@
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//ConditionalNode/isDeterminate"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//ConditionalNode/isAssured"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ConditionalNode/clause">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ConditionalNode/clause">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ConditionalNode/result">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ConditionalNode/result">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ConditionalNode/result_no_incoming">
@@ -4216,17 +4237,17 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Clause">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Clause/test"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Clause/test"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Clause/body"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Clause/body"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Clause/predecessorClause"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Clause/predecessorClause"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Clause/successorClause"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Clause/successorClause"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Clause/decider"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Clause/decider"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//Clause/bodyOutput"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//Clause/bodyOutput"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Clause/decider_output">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Clause/decider_output/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Clause/decider_output/context"/>
@@ -4239,25 +4260,25 @@
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//LoopNode">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//LoopNode/isTestedFirst"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//LoopNode/bodyPart"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//LoopNode/bodyPart"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//LoopNode/setupPart"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//LoopNode/setupPart"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//LoopNode/decider"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//LoopNode/decider"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//LoopNode/test"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//LoopNode/test"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//LoopNode/result">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//LoopNode/result">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//LoopNode/loopVariable">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//LoopNode/loopVariable">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//LoopNode/bodyOutput"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//LoopNode/bodyOutput"/>
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//LoopNode/loopVariableInput">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//LoopNode/loopVariableInput">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//LoopNode/input_edges">
@@ -4275,16 +4296,16 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ExpansionNode">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ExpansionNode/regionAsOutput"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ExpansionNode/regionAsOutput"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ExpansionNode/regionAsInput"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ExpansionNode/regionAsInput"/>
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ExpansionRegion">
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute UML.ecore#//ExpansionRegion/mode"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ExpansionRegion/inputElement"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ExpansionRegion/inputElement"/>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ExpansionRegion/outputElement"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ExpansionRegion/outputElement"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ExpansionRegion/expansion_nodes">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ExpansionRegion/expansion_nodes/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ExpansionRegion/expansion_nodes/context"/>
@@ -4292,7 +4313,7 @@
</genClasses>
<genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//ProtocolTransition">
<genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
- ecoreFeature="ecore:EReference UML.ecore#//ProtocolTransition/postCondition">
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ProtocolTransition/postCondition">
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" property="Readonly" notify="false"
@@ -4300,7 +4321,7 @@
<propertyFilterFlags>org.eclipse.ui.views.properties.expert</propertyFilterFlags>
</genFeatures>
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
- ecoreFeature="ecore:EReference UML.ecore#//ProtocolTransition/preCondition"/>
+ propertySortChoices="true" ecoreFeature="ecore:EReference UML.ecore#//ProtocolTransition/preCondition"/>
<genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//ProtocolTransition/belongs_to_psm">
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ProtocolTransition/belongs_to_psm/diagnostics"/>
<genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//ProtocolTransition/belongs_to_psm/context"/>

Back to the top