xbn.named
Class APNamed

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.array.ArrayProtector
              |
              +--xbn.array.APObject
                    |
                    +--xbn.named.APNamed
All Implemented Interfaces:
Cloneable

public class APNamed
extends APObject

An APObject for an array of Named.

Source code:  APNamed.java


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
APNamed(Named[] a_named)
          Create an APNamed from the array of Named.
APNamed(Named[] a_named, boolean b_shallowCloneAON)
           
 
Method Summary
 Named[] getAONShallowClone()
           
 APNamed getAPNClone()
           
 Named getNamed(int i_dx)
           
 PASNamed getPASNamed()
           
 PASNamed getPASNamed(PARString par_string)
           
 
Methods inherited from class xbn.array.APObject
addToVWObject, appendTSList, clone, getAOOShallowClone, getAPOClone, getLength, getObject, getPASAOObject, getString, isNull, isNull, toString
 
Methods inherited from class xbn.array.ArrayProtector
getList, getList, getList, getList, getPASArrayProtector
 
Methods inherited from class xbn.XBNObject
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

APNamed

public APNamed(Named[] a_named)

Create an APNamed from the array of Named.

Equal to APObject(a_named, false)

Parameters:
a_named - The array of Named. May not be null.

APNamed

public APNamed(Named[] a_named,
               boolean b_shallowCloneAON)
Method Detail

getNamed

public final Named getNamed(int i_dx)

getAONShallowClone

public final Named[] getAONShallowClone()

getPASNamed

public final PASNamed getPASNamed()

getPASNamed

public final PASNamed getPASNamed(PARString par_string)

getAPNClone

public final APNamed getAPNClone()



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