Protocol
GSIdentifiableParameter
Declaration
protocol GSIdentifiableParameter : NSObjectProtocolDeclaration
@protocol GSIdentifiableParameter <NSObject>Declaration
GSIdentifiableParameterTopics
Instance Methods
Parameter objects contained in arrays, especially if there may be multiple instances of them, should return an identifier string. Its purpose is to identify parameters of the same type, independent of their array index. However, these identifiers are not intended to be unique for all instances. Callers requiring truly unique identifiers can use the return value to derive such identifiers.
Relationships
Inherits From
NSObject