Project Wonder 5.0

er.extensions.components._private
Class ERXWORepetition.Context

java.lang.Object
  extended by er.extensions.components._private.ERXWORepetition.Context
Enclosing class:
ERXWORepetition

protected class ERXWORepetition.Context
extends java.lang.Object

WOElements must be reentrant, so we need a context object or will have to add the parameters to every method. Note that it's OK to have no object at all.


Field Summary
protected  java.lang.Object[] array
           
protected  java.util.List list
           
protected  com.webobjects.foundation.NSArray nsarray
           
 
Constructor Summary
ERXWORepetition.Context(java.lang.Object object)
           
 
Method Summary
protected  int count()
          Gets the number of elements from any object.
protected  java.lang.Object objectAtIndex(int i)
          Gets the object at the given index from any object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nsarray

protected com.webobjects.foundation.NSArray nsarray

list

protected java.util.List list

array

protected java.lang.Object[] array
Constructor Detail

ERXWORepetition.Context

public ERXWORepetition.Context(java.lang.Object object)
Method Detail

count

protected int count()
Gets the number of elements from any object.


objectAtIndex

protected java.lang.Object objectAtIndex(int i)
Gets the object at the given index from any object.


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.