ComponentCatalog Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | ComponentCatalog.h |
+ ComponentCatalogWith:AndVersion:AndType:AndDataType:AndFormat:AndUnit:AndDisplay:
Creates custom instance of the class ComponentCatalog
+ (id)ComponentCatalogWith:(NSString *)componentName AndVersion:(NSString *)componentVersion AndType:(NSString *)componentType AndDataType:(NSString *)componentDataType AndFormat:(NSString *)componentFormat AndUnit:(NSString *)componentUnit AndDisplay:(NSString *)componentDisplayParameters
componentName |
The name of the component |
|---|---|
componentVersion |
The version of the component |
componentType |
The type of the component |
componentDataType |
The data type |
componentFormat |
The format of the data type |
componentUnit |
The unit of the data type |
componentDisplay |
The display |
Return Value
instance of the class ComponentCatalog
Declared In
ComponentCatalog.h
– setMinValue:
Sets minimum Name
- (void)setMinValue:(double)minParameters
min |
The mininum value |
|---|
Declared In
ComponentCatalog.h
– setMaxValue:
Sets maximum Name
- (void)setMaxValue:(double)maxParameters
max |
The maximum value |
|---|
Declared In
ComponentCatalog.h
– setCommandName:
Sets command string Name
- (void)setCommandName:(NSString *)commandParameters
command |
The name of the command |
|---|
Declared In
ComponentCatalog.h
– addCommandParameters:AndValue:
Adds command name-value pair to command params list
- (void)addCommandParameters:(NSString *)commandName AndValue:(NSString *)commandValueParameters
commandName |
The name of the command |
|---|---|
commandValue |
The value of the command |
Declared In
ComponentCatalog.h