Package | com.vmware.data.query |
Class | public class PropertyValue |
Inheritance | PropertyValue ![]() ![]() |
Note: this class was generated from its Java counterpart PropertyValue
Property | Defined By | ||
---|---|---|---|
![]() | currentGenerations : Array
The current generation numbers of the resource Object. | ResourceItem | |
propertyName : String
The name of the property retrieved
| PropertyValue | ||
![]() | resourceObject : Object
The resource object identified or represented by this item. | ResourceItem | |
value : Object
The value of the property
| PropertyValue |
propertyName | property |
propertyName:String
The name of the property retrieved
This property can be used as the source for data binding.
public function get propertyName():String
public function set propertyName(value:String):void
value | property |
value:Object
The value of the property
This property can be used as the source for data binding.
public function get value():Object
public function set value(value:Object):void