Package | mx.automation |
Interface | public interface IAutomationClass2 extends IAutomationClass |
Property | Defined By | ||
---|---|---|---|
implementationVersion : int [read-only]
Version of the implementation classes. | IAutomationClass2 | ||
![]() | name : String [read-only]
The class name. | IAutomationClass | |
previousVersionClassNames : Array [read-only]
An array of names of the classes that are compatible with current class. | IAutomationClass2 | ||
![]() | propertyNameMap : Object [read-only]
An Object containing a map to map a property name to descriptor. | IAutomationClass | |
![]() | superClassName : String [read-only]
The name of the class's superclass. | IAutomationClass |
implementationVersion | property |
implementationVersion:int
[read-only] Version of the implementation classes. This version is supposed to be unique for all implementation classes of a single ClassInfo tag in XML
public function get implementationVersion():int
previousVersionClassNames | property |
previousVersionClassNames:Array
[read-only] An array of names of the classes that are compatible with current class.
public function get previousVersionClassNames():Array