gov.nasa.arc.brahms.vm.api.common
Class Unknown

java.lang.Object
  extended by gov.nasa.arc.brahms.vm.api.common.Unknown
All Implemented Interfaces:
IUnknown

 class Unknown
extends java.lang.Object
implements IUnknown

The unknown class used to indicate the unknown value.


Field Summary
 
Fields inherited from interface gov.nasa.arc.brahms.vm.api.common.IUnknown
UNKNOWN
 
Constructor Summary
Unknown()
          Constructor, creates a new unknown value
 
Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether the specified object is equal to this object.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Unknown

public Unknown()
Constructor, creates a new unknown value

Method Detail

equals

public boolean equals(java.lang.Object obj)
Indicates whether the specified object is equal to this object. The specified object is equal to this object if it is an instance of IUnknown.

Overrides:
equals in class java.lang.Object
Parameters:
obj - the Object to be compared.
Returns:
true if obj is equal to an IUnknown instance, false otherwise

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object