org.openfast
Class ByteVectorValue
java.lang.Object
org.openfast.ScalarValue
org.openfast.ByteVectorValue
- All Implemented Interfaces:
- java.io.Serializable, FieldValue
public class ByteVectorValue
- extends ScalarValue
- See Also:
- Serialized Form
|
Field Summary |
byte[] |
value
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
value
public final byte[] value
ByteVectorValue
public ByteVectorValue(byte[] value)
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.