Class Javah.ClassArgument

java.lang.Object
org.apache.tools.ant.taskdefs.optional.Javah.ClassArgument
Enclosing class:
Javah

public class Javah.ClassArgument extends Object
A class corresponding the the nested "class" element. It contains a "name" attribute.
  • Constructor Details

    • ClassArgument

      public ClassArgument()
  • Method Details

    • setName

      public void setName(String name)
      Set the name attribute.
      Parameters:
      name - the name attribute.
    • getName

      public String getName()
      Get the name attribute.
      Returns:
      the name attribute.