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 JdapiIteratorpublic void goStart()
goStart in interface JdapiIteratorpublic boolean hasNext()
hasNext in interface java.util.IteratorhasNext in interface JdapiIteratorpublic boolean hasPrevious()
hasPrevious in interface JdapiIteratorpublic java.lang.Object next()
next in interface java.util.Iteratornext in interface JdapiIteratorpublic java.lang.Object previous()
previous in interface JdapiIteratorpublic void remove()
remove in interface java.util.Iteratorremove in interface JdapiIterator