AccessEngine :: AERegistrar :: Metadata :: Class Metadata
[hide private]
[frames] | no frames]

Class Metadata

source code

object --+
         |
        Metadata

Bag class for specifying UIE metadata.

Instance Methods [hide private]
 
__init__(self, name, path, data)
Checks and stores values from the data dictionary retrieved from a __uie__ module variable in a UIE.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Instance Variables [hide private]
boolean all_tiers
Apply a AEScript to all AETiers?
string kind
Kind of UIE
string name
Name of the UIE which this metadata describes
string path
Absolute path to the UIE on disk
list of string profiles
Suggested names of profiles that should be updated to include the UIE
string tier
Name of the AETier to which a AEScript should be applied
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name, path, data)
(Constructor)

source code 
Checks and stores values from the data dictionary retrieved from a __uie__ module variable in a UIE.
Parameters:
  • name (string) - Name of the UIE
  • path (string) - Absolute path to the UIE on disk
  • data (dictionary) - Dictionary containing the __uie__ metadata
Overrides: object.__init__