jxUtil 0.6

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

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

public final class PKGATHOPT
extends STRING
implements CodePoints

Package Authorization Option (PKGATHOPT) String specifies whether the existing package authorizations are maintained or revoked when a package is being replaced. This parameter only has meaning when PKGRPLOPT(PKGRPLALW) is specified on the BGNBND command and a package currently exists with the same package and version name as that specified by the PKGNAMCT and VRSNAM parameters.

See Also:
BGNBND, ENDBND, PKGOWNID, CodePoints.PKGRPLALW, REBIND

Field Summary
static short CP
           
static PKGATHOPT DEFAULT
          = KEEP
static PKGATHOPT KEEP
           
static PKGATHOPT REVOKE
           
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
  PKGATHOPT(DDM ddm, int len)
           
private PKGATHOPT(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

CP

public static final short CP
See Also:
Constant Field Values

DEFAULT

public static final PKGATHOPT DEFAULT
= KEEP


KEEP

public static final PKGATHOPT KEEP
See Also:
CodePoints.PKGATHKP

REVOKE

public static final PKGATHOPT REVOKE
See Also:
CodePoints.PKGATHRVK

value

private final CODPNTDR value
Constructor Detail

PKGATHOPT

public PKGATHOPT(DDM ddm,
                 int len)
          throws IOException

PKGATHOPT

private PKGATHOPT(short value)
Method Detail

write

public final 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.