Paquete | com.adobe.fiber.valueobjects |
Clase | public class AvailablePropertyIterator |
Herencia | AvailablePropertyIterator Object |
Implementa | IPropertyIterator |
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 |
IPropertyIterator
for iterating over the
set of a value object's available properties at a given point in time. This
iterator should first return all unguarded properties in declared order, followed
by all currently available guareded properties in declared order.
If the value object passed to the constructor of this class is modified during
iteration, behavior is no longer guaranteed.
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
AvailablePropertyIterator(valueObject:AbstractEntityMetadata)
Creates an instance of this iterator for a particular value object
| AvailablePropertyIterator | ||
Returns true if there are remaining properties that have not yet been iterated. | AvailablePropertyIterator | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Returns the next property in the iteration; null if there are no properties remaining. | AvailablePropertyIterator | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre constructores
AvailablePropertyIterator | () | Información sobre |
public function AvailablePropertyIterator(valueObject:AbstractEntityMetadata)
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 |
Creates an instance of this iterator for a particular value object
ParámetrosvalueObject:AbstractEntityMetadata — the value object instance to use.
|
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 devueltoBoolean — 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 devueltoString — Next property in the iteration; null if there are no properties remaining
|
Tue Jun 12 2018, 02:12 PM Z