Class Javah.ClassArgument
java.lang.Object
org.apache.tools.ant.taskdefs.optional.Javah.ClassArgument
- Enclosing class:
- Javah
A class corresponding the the nested "class" element.
 It contains a "name" attribute.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ClassArgumentpublic ClassArgument()
 
- 
- 
Method Details- 
setNameSet the name attribute.- Parameters:
- name- the name attribute.
 
- 
getNameGet the name attribute.- Returns:
- the name attribute.
 
 
-