fundamentals
Class leaIdentifier

java.lang.Object
  |
  +--fundamentals.leaIdentifier

public class leaIdentifier
extends java.lang.Object

This class holds a collection of arguments to LEA commands. These can be either a numerical value, or a reference to an entry in the testDatabase.


Field Summary
 java.lang.String designer
           
 java.lang.String inSignature
           
 java.lang.String longname
           
 java.lang.String menuname
           
 java.lang.String outSignature
           
 
Constructor Summary
leaIdentifier(fundamentals.leaIdentifier other, int alternative)
           
leaIdentifier(fundamentals.leaIdentifier other, int alternative, boolean error)
           
leaIdentifier(java.lang.String longname)
          The constructor initializes a (small) Vector
 
Method Summary
 fundamentals.leaIdentifier cleanError()
           
 boolean equals(java.lang.Object o)
           
 java.lang.String errorLongname(int i)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

designer

public java.lang.String designer

menuname

public java.lang.String menuname

inSignature

public java.lang.String inSignature

outSignature

public java.lang.String outSignature

longname

public java.lang.String longname
Constructor Detail

leaIdentifier

public leaIdentifier(java.lang.String longname)
              throws DesignException
The constructor initializes a (small) Vector


leaIdentifier

public leaIdentifier(fundamentals.leaIdentifier other,
                     int alternative)

leaIdentifier

public leaIdentifier(fundamentals.leaIdentifier other,
                     int alternative,
                     boolean error)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

errorLongname

public java.lang.String errorLongname(int i)

cleanError

public fundamentals.leaIdentifier cleanError()