Packagecom.vmware.core.model
Interfacepublic interface ITypeReference

The interface for objects having a type property.



Public Properties
 PropertyDefined By
  type : String
The referenced type.
ITypeReference
Property Detail
typeproperty
type:String

The referenced type.


Implementation
    public function get type():String
    public function set type(value:String):void