org.sourceforge.jxutil.net.ddm.qddprmd
Class TYPDEFOVR
java.lang.Object
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.OBJECT
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION
|
+--org.sourceforge.jxutil.net.ddm.qddprmd.TYPDEFOVR
- public class TYPDEFOVR
- extends COLLECTION
TYPDEF Overrides (TYPDEFOVR) specifies the Coded Character Set IDentifiers
(CCSIDs) that are in a named TYPDEF.
The definer of the TYPDEF is
responsible for defining how these CCSIDs are used in conjunction with the
TYPDEFNAM. The definer of the TYPDEF is also responsible for defining which
CCSIDs are valid for each of the CCSIDxBC parameters. If the current
command's command data object does not specify one or more of the CCSIDxBC
parameters, then the values of the unspecified CCSIDxBCs are inherited from
the previously received TYPDEFOVR CCSIDxBCs for this command.
If no previous TYPDEFOVR CCSIDxBC has ever been received, the corresponding
TYPDEFOVR CCSID is not used. The values of TYPDEFOVR CCSIDxBCs a command
specifies are in effect only for that command. When the TYPDEFOVR object is
specified as a command/reply data object, at least one of the CCSIDxBCs must
be specified, and the values specified for the CCSIDxBC parameters apply to
the following command data objects and reply data objects for that command,
respectively. When TYPDEFOVR is repeatable the value of one TYPDEFOVR object
is applicable to only those objects (command data or reply data) that are
sent before another TYPDEFOVR object is sent.
This rule applies to all commands, unless specified otherwise.
Field Summary |
static short |
CP
|
Fields inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.COLLECTION |
|
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA |
getCP |
CP
public static final short CP
- See Also:
- Constant Field Values
TYPDEFOVR
public TYPDEFOVR()
TYPDEFOVR
public TYPDEFOVR(DDM ddm,
int len)
throws IOException
getCCSIDDBC
public CCSIDDBC getCCSIDDBC()
getCCSIDMBC
public CCSIDMBC getCCSIDMBC()
getCCSIDSBC
public CCSIDSBC getCCSIDSBC()
setCCSIDDBC
public void setCCSIDDBC(CCSIDDBC ccsiddbc)
setCCSIDMBC
public void setCCSIDMBC(CCSIDMBC ccsidmbc)
setCCSIDSBC
public void setCCSIDSBC(CCSIDSBC ccsidsbc)
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.