org.openfast
Class BitVectorValue

java.lang.Object
  extended by org.openfast.ScalarValue
      extended by org.openfast.BitVectorValue
All Implemented Interfaces:
java.io.Serializable, FieldValue

public class BitVectorValue
extends ScalarValue

See Also:
Serialized Form

Field Summary
 BitVector value
           
 
Fields inherited from class org.openfast.ScalarValue
NULL, UNDEFINED
 
Constructor Summary
BitVectorValue(BitVector value)
           
 
Method Summary
 boolean equals(BitVectorValue other)
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class org.openfast.ScalarValue
copy, equalsValue, getBytes, isNull, isUndefined, toBigDecimal, toByte, toDouble, toInt, toLong, toShort, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public BitVector value
Constructor Detail

BitVectorValue

public BitVectorValue(BitVector value)
Method Detail

equals

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

equals

public boolean equals(BitVectorValue other)

hashCode

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


Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.