org.apache.tools.ant.taskdefs.optional

Class Javah.ClassArgument

public class Javah.ClassArgument extends Object

A class corresponding the the nested "class" element. It contains a "name" attribute.
Constructor Summary
ClassArgument()
Constructor for ClassArgument.
Method Summary
StringgetName()
Get the name attribute.
voidsetName(String name)
Set the name attribute.

Constructor Detail

ClassArgument

public ClassArgument()
Constructor for ClassArgument.

Method Detail

getName

public String getName()
Get the name attribute.

Returns: the name attribute.

setName

public void setName(String name)
Set the name attribute.

Parameters: name the name attribute.