Lynkeos
Public Attributes | List of all members
LynkeosColumnDescription Class Reference

Column description (to be put in the dictionary) More...

#import <LynkeosColumnDescriptor.h>

Inheritance diagram for LynkeosColumnDescription:
Inheritance graph
[legend]
Collaboration diagram for LynkeosColumnDescription:
Collaboration graph
[legend]

Public Attributes

NSString * _processingRef
 Name of the process owning the value to display. More...
 
NSString * _parameterReference
 Name of the parameter. More...
 
NSString * _fieldName
 Name of the field in the LynkeosProcessingParameter.
 
NSString * _format
 Display format for NSString stringWithFormat: method.
 

Detailed Description

Column description (to be put in the dictionary)

Member Data Documentation

- (NSString*) _parameterReference

Name of the parameter.

This is used as the second key for retrieving the LynkeosProcessingParameter which contains the value to display.

Referenced by MyConcreteColumnDescriptor::registerColumn:forProcess:parameter:field:format:.

- (NSString*) _processingRef

Name of the process owning the value to display.

This is used as a key for retrieving the LynkeosProcessingParameter which contains the value to display.

Referenced by MyConcreteColumnDescriptor::registerColumn:forProcess:parameter:field:format:.


The documentation for this class was generated from the following file: