Package org.codehaus.mojo.idlj
Class Define
java.lang.Object
org.codehaus.mojo.idlj.Define
This class is used to rappresent the definition of a define
- Version:
- $Id$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
symbol
The symbol to define -
value
The value of the symbol. This is optional.
-
-
Constructor Details
-
Define
public Define()
-
-
Method Details
-
getSymbol
- Returns:
- The name of the symbol defined
-
getValue
- Returns:
- The value of the symbol defined
-