lrs.visitor
Class CompareObject

java.lang.Object
  extended by lrs.visitor.CompareObject
All Implemented Interfaces:
IComparable
Direct Known Subclasses:
CompareFalse

public class CompareObject
extends java.lang.Object
implements IComparable


Field Summary
private static IBooleanFactory _BF
           
private  int _value
           
 
Constructor Summary
CompareObject(int value)
           
CompareObject(java.lang.String strValue)
           
 
Method Summary
 IBoolean compare(IComparable x)
           
 IBoolean equals(IComparable x)
           
 java.lang.String getString()
           
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_value

private int _value

_BF

private static final IBooleanFactory _BF
Constructor Detail

CompareObject

public CompareObject(int value)

CompareObject

public CompareObject(java.lang.String strValue)
Method Detail

getValue

public int getValue()

getString

public java.lang.String getString()

compare

public IBoolean compare(IComparable x)
Specified by:
compare in interface IComparable

equals

public IBoolean equals(IComparable x)
Specified by:
equals in interface IComparable