class JdapiPropertyIterator extends java.lang.Object implements JdapiIterator
Modifier and Type | Field and Description |
---|---|
protected JdapiMetaProperty[] |
m_Properties
Array of text (String) properties for this Forms object.
|
Constructor and Description |
---|
JdapiPropertyIterator(JdapiMetaProperty[] propertyArray)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
goLast()
Moves the iterator to the end of the list.
|
void |
goStart()
Moves the iterator to the start of the list.
|
boolean |
hasNext()
Returns true if the iteration has more elements.
|
boolean |
hasPrevious()
Returns true if the iteration has previous elements.
|
java.lang.Object |
next()
Gets the next object.
|
java.lang.Object |
previous()
Gets the previous object.
|
void |
remove()
Removes the current object from the iteration.
|
protected JdapiMetaProperty[] m_Properties
JdapiPropertyIterator(JdapiMetaProperty[] propertyArray)
propertyArray
- array of metaproperties from metadata for
the requested objectpublic void goLast()
goLast
in interface JdapiIterator
public void goStart()
goStart
in interface JdapiIterator
public boolean hasNext()
hasNext
in interface java.util.Iterator
hasNext
in interface JdapiIterator
public boolean hasPrevious()
hasPrevious
in interface JdapiIterator
public java.lang.Object next()
next
in interface java.util.Iterator
next
in interface JdapiIterator
public java.lang.Object previous()
previous
in interface JdapiIterator
public void remove()
remove
in interface java.util.Iterator
remove
in interface JdapiIterator