xbn.util
Class RLength

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.util.Range
              |
              +--xbn.util.RLength

public class RLength
extends Range

Manages an int that must conform to a RCLength. See RCLength.

Source code:  RLength.java.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
RLength(RCLength rc_length)
          Create a RLength.
RLength(RCLength rc_length, int i_value)
          Create a RLength.
 
Method Summary
 RCLength getRCLength()
          Get the RCLength for direct manipulation.
 
Methods inherited from class xbn.util.Range
get, getRangeConfig, isSet, reset, set, 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

RLength

public RLength(RCLength rc_length)

Create a RLength.

Equal to Range(rc_length)


RLength

public RLength(RCLength rc_length,
               int i_value)

Create a RLength.

Equal to Range(rc_length, i_value)

Method Detail

getRCLength

public RCLength getRCLength()

Get the RCLength for direct manipulation.

Equal to (RCLength)getRangeConfig()




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