|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cmpware.fastmodel.Symbol
public class Symbol
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 |
|---|
public static final java.lang.String copyright
public java.lang.String name
public long value
| Constructor Detail |
|---|
public Symbol(java.lang.String name,
long value)
name - The symbol namevalue - the symbol value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||