DekGenius.com
[ Team LiB ] Previous Section Next Section

NSNameSpecifier Mac OS X 10.2

This class represents the scripting language reference form used to specify an object in a collection according to the object's name.

figs/cocn_1364.gif

@interface NSNameSpecifier : NSScriptObjectSpecifier
 // Initializers
   - (id)initWithContainerClassDescription:(NSScriptClassDescription *)classDesc
        containerSpecifier:(NSScriptObjectSpecifier *)container key:(NSString *)property name:(NSString *)name;
 // Accessor Methods
   - (void)setName:(NSString *)name;
   - (NSString *)name;

    [ Team LiB ] Previous Section Next Section