Pakiet | com.adobe.fiber.valueobjects |
Klasa | public class AvailablePropertyIterator |
Dziedziczenie | AvailablePropertyIterator Object |
Implementuje | IPropertyIterator |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Returns the next property in the iteration; null if there are no properties remaining. | AvailablePropertyIterator | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Konstruktor Szczegół
AvailablePropertyIterator | () | Konstruktor |
public function AvailablePropertyIterator(valueObject:AbstractEntityMetadata)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Creates an instance of this iterator for a particular value object
ParametryvalueObject:AbstractEntityMetadata — the value object instance to use.
|
Szczegół metody
hasNext | () | metoda |
public function hasNext():Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns true if there are remaining properties that have not yet been iterated.
ZwracaBoolean — true if there are remaining properties that have not yet been iterated
|
next | () | metoda |
public function next():String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Returns the next property in the iteration; null if there are no properties remaining.
ZwracaString — Next property in the iteration; null if there are no properties remaining
|
Tue Jun 12 2018, 12:06 PM Z