Packagecom.vmware.data.query
Classpublic class PropertyValue
InheritancePropertyValue Inheritance ResourceItem Inheritance Object

Defines the property as retrieved by the DataService

Note: this class was generated from its Java counterpart PropertyValue



Public Properties
 PropertyDefined By
 InheritedcurrentGenerations : Array
The current generation numbers of the resource Object.
ResourceItem
  propertyName : String
The name of the property retrieved
PropertyValue
 InheritedresourceObject : Object
The resource object identified or represented by this item.
ResourceItem
  value : Object
The value of the property
PropertyValue
Public Methods
 MethodDefined By
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
ResourceItem
 Inherited
dispatchEvent(event:Event):Boolean
ResourceItem
 Inherited
hasEventListener(type:String):Boolean
ResourceItem
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
ResourceItem
 Inherited
willTrigger(type:String):Boolean
ResourceItem
Property Detail
propertyNameproperty
propertyName:String

The name of the property retrieved

This property can be used as the source for data binding.


Implementation
    public function get propertyName():String
    public function set propertyName(value:String):void
valueproperty 
value:Object

The value of the property

This property can be used as the source for data binding.


Implementation
    public function get value():Object
    public function set value(value:Object):void