public interface ILongHolder
This interface provides methods for interacting with a long held within a Holder class.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright statement
|
Modifier and Type | Method and Description |
---|---|
long |
getValue()
Returns the long array from the ILongHolder
|
void |
setValue(long value)
Sets a long value into the ILongHolder
The behavior of this method when the bytes are not valid in the
LOCALCCSID encoding is unspecified.
|
static final java.lang.String COPYRIGHT
long getValue()
void setValue(long value)
value
- the value to set into the ILongHolder