DataContainer¶
-
public class
DataContainer
extends TokenObject¶ This class describes a data container object. Inherits from
TokenObject
.Note that the constructor is not intended to be called by user code. Such objects are constructed internally by the API.
Methods¶
getApplication¶
getLabel¶
getValue¶
-
public byte[]
getValue
()¶ Retrieves the data container data value.
Returns: the data container data value.
isModifiable¶
-
public boolean
isModifiable
()¶ Indicates whether the data container data value is modifiable.
Returns: true
if the object data value is modifiable.