|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--UML.Code.Method.Parameter
Parameter class represent a parameter of a method of the Java class for which code is generated.
| Constructor Summary | |
Parameter()
Constructor. |
|
| Method Summary | |
java.lang.String |
getCode()
Gets the code for the declaration of this parameter. |
java.lang.String |
getKind()
Gets the kind of parameter (input, output, input/output). |
java.lang.String |
getTypename()
Gets the name of type of the parameter (e.g. int, String, Object, boolean ecc.). |
void |
setKind(java.lang.String kind)
Sets the kind of parameter (input, output, input/output). |
void |
setName(java.lang.String name)
Sets the name of the parameter. |
void |
setTypename(java.lang.String typename)
Sets the name of type of the parameter (e.g. int, String, Object, boolean ecc.). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Parameter()
| Method Detail |
public void setName(java.lang.String name)
public void setKind(java.lang.String kind)
public java.lang.String getKind()
kind the kind of parameter.public void setTypename(java.lang.String typename)
public java.lang.String getTypename()
typename the name of type of the parameter.public java.lang.String getCode()
code the generated code.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||