Class Define

java.lang.Object
org.codehaus.mojo.idlj.Define

public class Define extends Object
This class is used to rappresent the definition of a define
Version:
$Id$
  • Field Details

    • symbol

      private String symbol
      The symbol to define
    • value

      private String value
      The value of the symbol. This is optional.
  • Constructor Details

    • Define

      public Define()
  • Method Details

    • getSymbol

      public String getSymbol()
      Returns:
      The name of the symbol defined
    • getValue

      public String getValue()
      Returns:
      The value of the symbol defined