ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.fiber.valueobjects 

IPropertyIterator  - AS3 ADEP Data Services

Packagecom.adobe.fiber.valueobjects
Interfacepublic interface IPropertyIterator
Implementors AvailablePropertyIterator

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Interface defines methods for navigating through an iterator of property names of a particular entity.



Public Methods
 MethodDefined By
  
Returns true if there are remaining properties that have not yet been iterated.
IPropertyIterator
  
Returns the next property in the iteration; null if there are no properties remaining.
IPropertyIterator
Method Detail

hasNext

()method
public function hasNext():Boolean

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Returns true if there are remaining properties that have not yet been iterated.

Returns
Boolean — true if there are remaining properties that have not yet been iterated

next

()method 
public function next():String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Returns the next property in the iteration; null if there are no properties remaining.

Returns
String — Next property in the iteration; null if there are no properties remaining