xbn.array.primitive
Class PARCGoodUnq

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.array.primitive.PrimitiveArrayRule
              |
              +--xbn.array.primitive.PARChar
                    |
                    +--xbn.array.primitive.PARCGoodUnq
Direct Known Subclasses:
PARCStrict

public class PARCGoodUnq
extends PARChar

A PARChar that always uses a PARDNLGoodUnq.

Source code:  PARCGoodUnq.java.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
PARCGoodUnq()
          Create a PARCGoodUnq with default settings.
PARCGoodUnq(char[] ac_illegal)
          Create a PARCGoodUnq.
PARCGoodUnq(PARDNLGoodUnq pardnl_goodUnq)
          Create a PARCGoodUnq.
PARCGoodUnq(PARDNLGoodUnq pardnl_goodUnq, char[] ac_illegal)
          Create a PARCGoodUnq.
PARCGoodUnq(PARDNLGoodUnq pardnl_goodUnq, PAROrderDir par_orderDir)
          Create a PARCGoodUnq.
PARCGoodUnq(PARDNLGoodUnq pardnl_goodUnq, PAROrderDir par_orderDir, char[] ac_illegal)
          Create an PARCGoodUnq.
PARCGoodUnq(PAROrderDir par_orderDir)
          Create a PARCGoodUnq.
PARCGoodUnq(PAROrderDir par_orderDir, char[] ac_illegal)
          Create a PARCGoodUnq.
 
Methods inherited from class xbn.array.primitive.PARChar
getAPCIllegal, hasIllegalChars, isIllegal, 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

PARCGoodUnq

public PARCGoodUnq()

Create a PARCGoodUnq with default settings.

Equal to PARChar(new PARDNLGoodUnq())


PARCGoodUnq

public PARCGoodUnq(PARDNLGoodUnq pardnl_goodUnq)

Create a PARCGoodUnq.

Equal to PARChar(pardnl_goodUnq)


PARCGoodUnq

public PARCGoodUnq(PAROrderDir par_orderDir)

Create a PARCGoodUnq.

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


PARCGoodUnq

public PARCGoodUnq(char[] ac_illegal)

Create a PARCGoodUnq.

Equal to PARChar((new PARDNLGoodUnq()), ac_illegal)


PARCGoodUnq

public PARCGoodUnq(PARDNLGoodUnq pardnl_goodUnq,
                   PAROrderDir par_orderDir)

Create a PARCGoodUnq.

Equal to PARChar(pardnl_goodUnq, par_orderDir)


PARCGoodUnq

public PARCGoodUnq(PARDNLGoodUnq pardnl_goodUnq,
                   char[] ac_illegal)

Create a PARCGoodUnq.

Equal to PARChar(pardnl_goodUnq, ac_illegal)


PARCGoodUnq

public PARCGoodUnq(PAROrderDir par_orderDir,
                   char[] ac_illegal)

Create a PARCGoodUnq.

Equal to PARChar((new PARDNLGoodUnq()), par_dupNullLen, par_orderDir, ac_illegal)


PARCGoodUnq

public PARCGoodUnq(PARDNLGoodUnq pardnl_goodUnq,
                   PAROrderDir par_orderDir,
                   char[] ac_illegal)

Create an PARCGoodUnq.

Equal to PARChar(pardnl_goodUnq, par_orderDir, ac_illegal).




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