xbn.array
Class AOOVCAll

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.array.AOOVConfig
              |
              +--xbn.array.AOOVCAll

public class AOOVCAll
extends AOOVConfig

An AOOVConfig with everything fully enforced.

Source code:  AOOVCAll.java


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
AOOVCAll()
          Create an AOOVCAll with default values.
AOOVCAll(RCLength rc_length)
          Create an AOOVCAll.
 
Methods inherited from class xbn.array.AOOVConfig
getRCLength, isNullLmntOk, isNullOk, 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

AOOVCAll

public AOOVCAll()

Create an AOOVCAll with default values.

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


AOOVCAll

public AOOVCAll(RCLength rc_length)

Create an AOOVCAll.

Equal to AOOVConfig(false, rc_length, false)

Note that rc_length must have a minimum bound greater than zero. This requirement exists to ensure the integrity of what AOOVCAll is meant for. To have a minimum bound of zero, use AOOVConfig instead.




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