public class CWAHolder extends java.lang.Object implements IHolder
This class holds an array of bytes that is a copy of the contents of the CWA.
The actual data is an instance variable of type byte[]
with the name value.
| Modifier and Type | Field and Description |
|---|---|
byte[] |
value
Deprecated.
- Direct access to this field will not be allowed in a future release
This will be made private, use the getter methods instead.
|
| Constructor and Description |
|---|
CWAHolder()
Constructs a
CWAHolder without a value. |
CWAHolder(byte[] initialValue)
Constructs a
CWAHolder without a value. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStringValue()
Returns a String derived from the data in the IHolder, assuming
that the data is encoded in the LOCALCCSID.
|
byte[] |
getValue()
Returns the raw byte array from the IHolder
|
@Deprecated public byte[] value
public CWAHolder()
CWAHolder without a value.public CWAHolder(byte[] initialValue)
CWAHolder without a value.initialValue - the initial valuepublic byte[] getValue()
IHoldergetValue in interface IHolderIHolder.getValue()public java.lang.String getStringValue()
IHoldergetStringValue in interface IHolderIHolder.getStringValue()