Adds the specified kind having the specified name and body to the Fragment.
Parameters: name - the name of the kind of expression. Parameters: body - the body of the kind of expression.
Gets the Translation to which this Fragment belongs.
Translation
setHandlerMethod
public void setHandlerMethod(String handlerMethod)(Code)
Sets the name of the handler method. This method is the method within the Translator that handles the processing
of the fragment.
Parameters: handlerMethod - The handlerMethod to set. See Also:org.andromda.core.translation.Translator