Package | com.adobe.fiber.valueobjects |
Class | public class AvailablePropertyIterator |
Inheritance | AvailablePropertyIterator Object |
Implements | IPropertyIterator |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtime Versions: | 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.
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
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 | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Returns the next property in the iteration; null if there are no properties remaining. | AvailablePropertyIterator | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Constructor Detail
AvailablePropertyIterator | () | Constructor |
public function AvailablePropertyIterator(valueObject:AbstractEntityMetadata)
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Creates an instance of this iterator for a particular value object
ParametersvalueObject:AbstractEntityMetadata — the value object instance to use.
|
Method Detail
hasNext | () | method |
public function hasNext():Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns true if there are remaining properties that have not yet been iterated.
ReturnsBoolean — true if there are remaining properties that have not yet been iterated
|
next | () | method |
public function next():String
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Returns the next property in the iteration; null if there are no properties remaining.
ReturnsString — Next property in the iteration; null if there are no properties remaining
|
Mon Nov 28 2011, 06:48 AM -08:00