Class Define


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

      Fields 
      Modifier and Type Field Description
      private java.lang.String symbol
      The symbol to define
      private java.lang.String value
      The value of the symbol.
    • Constructor Summary

      Constructors 
      Constructor Description
      Define()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSymbol()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • symbol

        private java.lang.String symbol
        The symbol to define
      • value

        private java.lang.String value
        The value of the symbol. This is optional.
    • Constructor Detail

      • Define

        public Define()
    • Method Detail

      • getSymbol

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

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