Packagecom.vmware.core.specs
Classpublic class ObjectSpec
InheritanceObjectSpec Inheritance Object

Contains the information necessary to instantiate and initialize objects of the specified type.



Public Properties
 PropertyDefined By
  className : String
The ActionScript fully qualified class name.
ObjectSpec
  object : XML
Optional property values to be applied on the object created using this spec.
ObjectSpec
Property Detail
classNameproperty
public var className:String

The ActionScript fully qualified class name.

objectproperty 
public var object:XML

Optional property values to be applied on the object created using this spec.