xbn.array.primitive
Class PARIGoodUnq

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.array.primitive.PrimitiveArrayRule
              |
              +--xbn.array.primitive.PARInt
                    |
                    +--xbn.array.primitive.PARIGoodUnq
Direct Known Subclasses:
PARIStrict

public class PARIGoodUnq
extends PARInt

A PARInt that always uses a PARDNLGoodUnq.

Source code:  PARIGoodUnq.java.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
PARIGoodUnq()
          Create an PARIGoodUnq with default settings.
PARIGoodUnq(PARDNLGoodUnq pardnl_goodUnq)
          Create an PARIGoodUnq.
PARIGoodUnq(PARDNLGoodUnq pardnl_goodUnq, PARIElement pari_element)
          Create an PARIGoodUnq.
PARIGoodUnq(PARDNLGoodUnq pardnl_goodUnq, PAROrderDir par_orderDir)
          Create an PARIGoodUnq.
PARIGoodUnq(PARDNLGoodUnq pardnl_goodUnq, PAROrderDir par_orderDir, PARIElement pari_element)
          Create an PARIGoodUnq.
PARIGoodUnq(PARIElement pari_element)
          Create an PARIGoodUnq.
PARIGoodUnq(PARIGoodUnq pari_goodUnq)
          Create a full (deep) copy of the provided PARIGoodUnq.
PARIGoodUnq(PAROrderDir par_orderDir)
          Create an PARIGoodUnq.
PARIGoodUnq(PAROrderDir par_orderDir, PARIElement pari_element)
          Create an PARIGoodUnq.
 
Methods inherited from class xbn.array.primitive.PARInt
getPARIElement, isRestricted, toString
 
Methods inherited from class xbn.array.primitive.PrimitiveArrayRule
getPARDupNullLen, getPAROrderDir
 
Methods inherited from class xbn.XBNObject
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PARIGoodUnq

public PARIGoodUnq()

Create an PARIGoodUnq with default settings.

Equal to PARIGoodUnq(new PARDNLGoodUnq())


PARIGoodUnq

public PARIGoodUnq(PARDNLGoodUnq pardnl_goodUnq)

Create an PARIGoodUnq.

Equal to PARIGoodUnq(pardnl_goodUnq, (new PAROrderDir()))


PARIGoodUnq

public PARIGoodUnq(PAROrderDir par_orderDir)

Create an PARIGoodUnq.

Equal to PARIGoodUnq((new PARDNLGoodUnq()), par_orderDir)


PARIGoodUnq

public PARIGoodUnq(PARIElement pari_element)

Create an PARIGoodUnq.

Equal to PARIGoodUnq((new PARDNLGoodUnq()), pari_element)


PARIGoodUnq

public PARIGoodUnq(PARDNLGoodUnq pardnl_goodUnq,
                   PAROrderDir par_orderDir)

Create an PARIGoodUnq.

Equal to PARIGoodUnq(pardnl_goodUnq, par_orderDir, (new PARIElement()))


PARIGoodUnq

public PARIGoodUnq(PARDNLGoodUnq pardnl_goodUnq,
                   PARIElement pari_element)

Create an PARIGoodUnq.

Equal to PARIGoodUnq(pardnl_goodUnq, (new PAROrderDir()), pari_element)


PARIGoodUnq

public PARIGoodUnq(PAROrderDir par_orderDir,
                   PARIElement pari_element)

Create an PARIGoodUnq.

Equal to PARIGoodUnq((new PARDNLGoodUnq()), par_orderDir, pari_element)


PARIGoodUnq

public PARIGoodUnq(PARDNLGoodUnq pardnl_goodUnq,
                   PAROrderDir par_orderDir,
                   PARIElement pari_element)

Create an PARIGoodUnq.

Equal to PARInt(pardnl_goodUnq, par_orderDir, pari_element)


PARIGoodUnq

public PARIGoodUnq(PARIGoodUnq pari_goodUnq)

Create a full (deep) copy of the provided PARIGoodUnq.

Equal to PARInt(pari_goodUnq)




Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo