jxUtil 0.6

org.sourceforge.jxutil.net.ddm.qddrdbd
Class PKGRPLOPT

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.ddm.qddprmd.DATA
        |
        +--org.sourceforge.jxutil.net.ddm.qddprmd.STRING
              |
              +--org.sourceforge.jxutil.net.ddm.qddrdbd.PKGRPLOPT
All Implemented Interfaces:
CodePoints

public final class PKGRPLOPT
extends STRING
implements CodePoints

Package Replacement Option (PKGRPLOPT) String specifies whether the current bind process should replace an existing package that has the same package and version name as either of the following specify: * The PKGNAMCT and VRSNAM parameters * The PKGNAMCT and PKGRPLVRS parameter with the package and version name that the PKGNAMCT and VRSNAM parameters specify If no package currently exists that has the same name, this parameter meaning and is ignored.


Field Summary
static PKGRPLOPT ALLOWED
           
static short CP
           
static PKGRPLOPT DEFAULT
          DEFAULT = ALLOWED
static PKGRPLOPT NOTALLOWED
           
private  CODPNTDR value
           
 
Fields inherited from interface org.sourceforge.jxutil.net.ddm.qddrdbd.CodePoints
BNDCHKONL, BNDERRALW, BNDEXSOPT, BNDEXSRQR, BNDNERALW, CSTBITS, CSTMBCS, CSTSBCS, CSTSYSDFT, DECDELCMA, DECDELPRD, DFTPKG, EURDATFMT, EURTIMFMT, EXPALL, EXPNON, FIXROWPRC, FRCFIXROW, ISODATFMT, ISOLVLALL, ISOLVLCHG, ISOLVLCS, ISOLVLNC, ISOLVLRR, ISOTIMFMT, JISDATFMT, JISTIMFMT, LMTBLKPRC, PKGATHKP, PKGATHRVK, PKGRPLALW, PKGRPLNA, RDBRLSCMM, RDBRLSCNV, STRDELAP, STTASMEUI, STTSCCCLS, STTSTRDEL, USADATFMT, USATIMFMT
 
Constructor Summary
  PKGRPLOPT(DDM ddm, int len)
           
private PKGRPLOPT(short value)
           
 
Method Summary
 void write(DDM ddm)
          Write out the object.
 
Methods inherited from class org.sourceforge.jxutil.net.ddm.qddprmd.DATA
getCP, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ALLOWED

public static final PKGRPLOPT ALLOWED
See Also:
CodePoints.PKGRPLALW

CP

public static final short CP
See Also:
Constant Field Values

DEFAULT

public static final PKGRPLOPT DEFAULT
DEFAULT = ALLOWED


NOTALLOWED

public static final PKGRPLOPT NOTALLOWED
See Also:
CodePoints.PKGRPLNA

value

private final CODPNTDR value
Constructor Detail

PKGRPLOPT

public PKGRPLOPT(DDM ddm,
                 int len)
          throws IOException

PKGRPLOPT

private PKGRPLOPT(short value)
Method Detail

write

public void write(DDM ddm)
           throws IOException
Description copied from class: DATA
Write out the object.

Overrides:
write in class DATA
Parameters:
ddm - the DDM stream
IOException

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.