Returns all the members of this dimension, as a list of IOLAPMember instances.
The returned list might represent remote data and therefore can throw
an ItemPendingError.
Implementation public function get members():IList
Method Detail
findAttribute
()
method
public function findAttribute(name:String):IOLAPAttribute
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Returns the attribute with the given name within the dimension.
Parameters
name:String — The name of the attribute.
Returns
IOLAPAttribute — An IOLAPAttribute instance representing the attribute,
or null if an attribute is not found.
findHierarchy
()
method
public function findHierarchy(name:String):IOLAPHierarchy
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Returns the hierarchy with the given name within the dimension.
Parameters
name:String — The name of the hierarchy.
Returns
IOLAPHierarchy — An IOLAPHierarchy instance representing the hierarchy,
or null if a hierarchy is not found.
findMember
()
method
public function findMember(name:String):IOLAPMember
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Returns the member with the given name within the dimension.
Parameters
name:String — The name of the member.
Returns
IOLAPMember — An IOLAPMember instance representing the member,
or null if a member is not found.