org.codehaus.mojo.idlj
Class Define

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

public class Define
extends Object

This class is used to rappresent the definition of a define

Version:
$Id: Define.java 9341 2009-04-03 21:30:22Z aheritier $
Author:
Anders Hessellund Jensen

Constructor Summary
Define()
           
 
Method Summary
 String getSymbol()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Define

public Define()
Method Detail

getSymbol

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

getValue

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


Copyright © 2005-2011 Codehaus. All Rights Reserved.