Class Javah.ClassArgument
- java.lang.Object
-
- org.apache.tools.ant.taskdefs.optional.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
Constructors Constructor Description ClassArgument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Get the name attribute.void
setName(java.lang.String name)
Set the name attribute.
-