Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
com.adobe.fiber.valueobjects 

IPropertyIterator  - AS3 ADEP Data Services

Paquetecom.adobe.fiber.valueobjects
Interfazpublic interface IPropertyIterator
Implementadores AvailablePropertyIterator

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

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



Métodos públicos
 MétodoDefinido por
  
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
Información sobre métodos

hasNext

()método
public function hasNext():Boolean

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

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

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

next

()método 
public function next():String

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Data Services for Java EE 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

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

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




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.