public class TCTUAHolder extends java.lang.Object implements IHolder
byte[] controlled
by setters and getters. This instance variable can be accessed using
getters getValue() and getStringValue() and setter setValue(byte[])| 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
|
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()