public class TCTUAHolder extends java.lang.Object implements IHolder
This class holds an array of bytes that is a copy of the contents of the
TCTUA.
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 |
|---|
TCTUAHolder()
Constructs a
TCTUAHolder without a value. |
TCTUAHolder(byte[] initialValue)
Constructs a
TCTUAHolder |
| 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 TCTUAHolder()
TCTUAHolder without a value.public TCTUAHolder(byte[] initialValue)
TCTUAHolderinitialValue - the intial valuepublic byte[] getValue()
IHoldergetValue in interface IHolderIHolder.getValue()public java.lang.String getStringValue()
IHoldergetStringValue in interface IHolderIHolder.getStringValue()