UML.Code.Method
Class Body

java.lang.Object
  |
  +--UML.Code.Method.Body

public class Body
extends java.lang.Object

Parameter class represent the body of a method of the Java class for which code is generated.


Constructor Summary
Body()
          Constructor.
 
Method Summary
 void add(java.lang.Object body)
          Adds the body of the method.
 java.lang.String getCode()
          Gets the body code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Body

public Body()
Constructor.

Method Detail

add

public void add(java.lang.Object body)
Adds the body of the method.


getCode

public java.lang.String getCode()
Gets the body code.

Returns:
code the body code.