com.cmpware.fastmodel
Class Symbol

java.lang.Object
  extended by com.cmpware.fastmodel.Symbol

public class Symbol
extends java.lang.Object

This class defines a symbol. It is simply a name / value pair. This is used for any symbolic value used anywhere in the FastModel.


Field Summary
static java.lang.String copyright
          Copyright string
 java.lang.String name
          The symbol name
 long value
          The symbol value
 
Constructor Summary
Symbol(java.lang.String name, long value)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
Copyright string

See Also:
Constant Field Values

name

public java.lang.String name
The symbol name


value

public long value
The symbol value

Constructor Detail

Symbol

public Symbol(java.lang.String name,
              long value)
Constructor

Parameters:
name - The symbol name
value - the symbol value