org.openfast
Class ByteVectorValue

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

public class ByteVectorValue
extends ScalarValue

See Also:
Serialized Form

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

Field Detail

value

public final byte[] value
Constructor Detail

ByteVectorValue

public ByteVectorValue(byte[] value)
Method Detail

getBytes

public byte[] getBytes()
Overrides:
getBytes in class ScalarValue

toString

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

equals

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

equals

public boolean equals(ByteVectorValue other)

hashCode

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


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