xbn.array.primitive
Class PARDNLGoodUnq

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.array.primitive.PARDupNullLen
              |
              +--xbn.array.primitive.PARDNLGoodUnq
Direct Known Subclasses:
PARDNLStrict

public class PARDNLGoodUnq
extends PARDupNullLen

A PARDupNullLen where duplicates and null are never allowed.

Source code:  PARDNLGoodUnq.java


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
PARDNLGoodUnq()
          Create a PARDNLGoodUnq with default values.
PARDNLGoodUnq(PARDNLGoodUnq pardnl_goodUnq)
          Create a full (deep) copy of the provided PARDNLGoodUnq.
PARDNLGoodUnq(RCLength rc_length)
          Create a PARDNLGoodUnq.
 
Methods inherited from class xbn.array.primitive.PARDupNullLen
areDupsOk, getRCLength, isNullOk, isRestricted, isStrict, toString
 
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

PARDNLGoodUnq

public PARDNLGoodUnq()

Create a PARDNLGoodUnq with default values.

Equal to PARDNLGoodUnq(new RCLength(1, -1, false))


PARDNLGoodUnq

public PARDNLGoodUnq(RCLength rc_length)

Create a PARDNLGoodUnq.

Equal to (false, false, rc_length)


PARDNLGoodUnq

public PARDNLGoodUnq(PARDNLGoodUnq pardnl_goodUnq)

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

Equal to PARDupNullLen(pardnl_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