public interface ContainerInfo
extends java.io.Serializable
ChannelInfo
Modifier and Type | Interface and Description |
---|---|
static class |
ContainerInfo.DataType
Defines the type of data in a container and whether it is subject to code
page conversion.
|
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Gets the length of the data in the container.
|
java.lang.String |
getName()
Gets the name of the container.
|
ContainerInfo.DataType |
getType()
Gets the data type of the container.
|
java.lang.String getName()
int getLength()
BIT
containers the data length is measured in bytes, and for CHAR
containers the data length is measured in characters.getType()
ContainerInfo.DataType getType()
BIT
containers hold binary data. Code page conversion
is not performed when applications read or update the contents of the
container.
CHAR
containers hold character data. Code page
conversion is performed when applications read or update the contents of
the container.