|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.topcased.modeler.uml.classdiagram.util.OperationDataStructure.ParameterObject
public class OperationDataStructure.ParameterObject
Internal class to handle a parameter
Constructor Summary | |
---|---|
OperationDataStructure.ParameterObject(java.lang.String n,
org.eclipse.uml2.uml.Type t)
The constructor |
Method Summary | |
---|---|
java.lang.String |
getName()
Get property name |
org.eclipse.uml2.uml.Type |
getType()
Get property type |
void |
setName(java.lang.String newName)
Set new name for the parameter |
void |
setType(org.eclipse.uml2.uml.Type newType)
Set new type for the parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OperationDataStructure.ParameterObject(java.lang.String n, org.eclipse.uml2.uml.Type t)
n
- parameter namet
- parameter typeMethod Detail |
---|
public java.lang.String getName()
public org.eclipse.uml2.uml.Type getType()
public void setName(java.lang.String newName)
newName
- the new namepublic void setType(org.eclipse.uml2.uml.Type newType)
newType
- the new type
|
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.