xbn.array
Class CACAtLeast

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.array.CAConfig
              |
              +--xbn.array.CACAtLeast
Direct Known Subclasses:
CACExact

public class CACAtLeast
extends CAConfig

A CAConfig declaring that missing values are unacceptable.

Source code:  CACAtLeast.java


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
  CACAtLeast()
          Create a CACAtLeast with default settings.
  CACAtLeast(boolean b_extraOk)
          Create a CACAtLeast.
protected CACAtLeast(boolean b_extraOk, boolean b_orderingRqd, boolean b_orderDirSameOpp)
          Create a CACAtLeast.
 
Methods inherited from class xbn.array.CAConfig
getOrderDirSameOpp, isExtraOk, isMissingOk, isOrderingRqd, 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

CACAtLeast

public CACAtLeast()

Create a CACAtLeast with default settings.

Equal to CAConfig(false)


CACAtLeast

public CACAtLeast(boolean b_extraOk)

Create a CACAtLeast.

Equal to CAConfig(false, b_extraOk)


CACAtLeast

protected CACAtLeast(boolean b_extraOk,
                     boolean b_orderingRqd,
                     boolean b_orderDirSameOpp)

Create a CACAtLeast.

This constructor is publically available in CACExact.

Equal to CAConfig(false, b_extraOk, b_orderingRqd, b_orderDirSameOpp)




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