|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.spicefactory.pimento.io.PropertyIterator
public class PropertyIterator
An iterator over the property values of a single snapshot representation.
| Method Summary | |
|---|---|
int |
currentIndex()
Returns the current property index. |
ManagedProperty |
currentProperty()
Returns the metamodel for the current property. |
Object |
currentValue()
Returns the current property value. |
boolean |
next()
Moves to the next property value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean next()
public Object currentValue()
public int currentIndex()
public ManagedProperty currentProperty()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||