Pacote | com.adobe.fiber.valueobjects |
Classe | public class AvailablePropertyIterator |
Herança | AvailablePropertyIterator Object |
Implementações | IPropertyIterator |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de 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.
Propriedades 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 se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Returns the next property in the iteration; null if there are no properties remaining. | AvailablePropertyIterator | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes do construtor
AvailablePropertyIterator | () | Construtor |
public function AvailablePropertyIterator(valueObject:AbstractEntityMetadata)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | 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.
|
Detalhes do método
hasNext | () | método |
public function hasNext():Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns true if there are remaining properties that have not yet been iterated.
RetornaBoolean — true if there are remaining properties that have not yet been iterated
|
next | () | método |
public function next():String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Returns the next property in the iteration; null if there are no properties remaining.
RetornaString — Next property in the iteration; null if there are no properties remaining
|
Wed Jun 13 2018, 11:10 AM Z