org.codehaus.mojo.idlj
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: Define.java 9341 2009-04-03 21:30:22Z aheritier $
- Author:
- Anders Hessellund Jensen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Define
public Define()
getSymbol
public String getSymbol()
- Returns:
- The name of the symbol defined
getValue
public String getValue()
- Returns:
- The value of the symbol defined
Copyright © 2005-2012 Codehaus. All Rights Reserved.