er.extensions
Class ERXWORepetition.Context
java.lang.Object
er.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.
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 |
nsarray
protected NSArray nsarray
list
protected List list
array
protected Object[] array
ERXWORepetition.Context
public ERXWORepetition.Context(Object object)
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.
Copyright © 2002 – 2004 Project Wonder.