Pacchetto | com.adobe.fiber.valueobjects |
Classe | public class AvailablePropertyIterator |
Ereditarietà | AvailablePropertyIterator Object |
Implementa | IPropertyIterator |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | 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.
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
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 se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Returns the next property in the iteration; null if there are no properties remaining. | AvailablePropertyIterator | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione della funzione di costruzione
AvailablePropertyIterator | () | Funzione di costruzione |
public function AvailablePropertyIterator(valueObject:AbstractEntityMetadata)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Creates an instance of this iterator for a particular value object
ParametrivalueObject:AbstractEntityMetadata — the value object instance to use.
|
Descrizione dei metodi
hasNext | () | metodo |
public function hasNext():Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns true if there are remaining properties that have not yet been iterated.
RestituisceBoolean — true if there are remaining properties that have not yet been iterated
|
next | () | metodo |
public function next():String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Returns the next property in the iteration; null if there are no properties remaining.
RestituisceString — Next property in the iteration; null if there are no properties remaining
|
Tue Jun 12 2018, 02:44 PM Z