|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.topcased.modeler.uml.sequencediagram.util.MessageArgument
public class MessageArgument
This class is used to manipulate ValueSpecification via the MessageArgumentsTableViewer
org.topcased.modeler.uml.sequencediagram.properties.sections.MessageArgumentsTableViewer
Constructor Summary | |
---|---|
MessageArgument(org.eclipse.uml2.uml.ValueSpecification valueSpec,
org.eclipse.uml2.uml.TypedElement typedElement)
The constructor |
Method Summary | |
---|---|
java.lang.String |
getName()
Return the name of tha argument |
org.eclipse.uml2.uml.Type |
getType()
Get the type of the arguent |
org.eclipse.uml2.uml.ValueSpecification |
getValueSpecification()
Return the ValueSpecification corresponding to the argument |
void |
setName(java.lang.String name)
Set the name of the argument |
void |
setStringValue(java.lang.String textValue)
Set the valueSpec of the ValueSpecification of the argument. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageArgument(org.eclipse.uml2.uml.ValueSpecification valueSpec, org.eclipse.uml2.uml.TypedElement typedElement)
valueSpec
- the ValueSpecificationtypedElement
- the TypedElement (Parameter or Property)Method Detail |
---|
public org.eclipse.uml2.uml.ValueSpecification getValueSpecification()
public void setStringValue(java.lang.String textValue)
textValue
- the valueSpec as a stringpublic org.eclipse.uml2.uml.Type getType()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the new name
|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.