Project Wonder 2.0

er.extensions
Class ERXWORepetition.Context

java.lang.Object
  extended byer.extensions.ERXWORepetition.Context
Enclosing class:
ERXWORepetition

protected class ERXWORepetition.Context
extends 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  Object[] array
           
protected  List list
           
protected  NSArray nsarray
           
 
Constructor Summary
ERXWORepetition.Context(Object object)
           
 
Method Summary
protected  int count()
          Gets the number of elements from any object.
protected  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 NSArray nsarray

list

protected List list

array

protected Object[] array
Constructor Detail

ERXWORepetition.Context

public ERXWORepetition.Context(Object object)
Method Detail

count

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


objectAtIndex

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


Last updated: Do, Dez 9, 2004 • 12:46 PM CET

Copyright © 2002 – 2004 Project Wonder.