org.apache.tools.ant.taskdefs.optional

Class Javah.ClassArgument

Enclosing Class:
Javah

public class Javah.ClassArgument
extends java.lang.Object

A class corresponding the the nested "class" element. It contains a "name" attribute.

Constructor Summary

ClassArgument()
Constructor for ClassArgument.

Method Summary

String
getName()
Get the name attribute.
void
setName(String name)
Set the name attribute.

Constructor Details

ClassArgument

public ClassArgument()
Constructor for ClassArgument.

Method Details

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.