Avaya Client Services API Reference (OS X)
Instance Methods | List of all members
CSEditableContactBoolField Class Reference

Represents a field in an EditableContact which stores a boolean, inheriting the meta data description of the field from the original contact field. More...

#import <CSEditableContactBoolField.h>

Inherits CSContactBoolField.

Instance Methods

(void) - setFieldValue:
 Sets boolean value stored in this field. More...
 

Additional Inherited Members

- Properties inherited from CSContactBoolField
BOOL fieldValue
 Boolean value stored in this field. More...
 
BOOL isEmpty
 Returns YES if field is empty. More...
 
- Properties inherited from CSContactField
CSCapabilitywriteCapability
 Write capability for particular field. More...
 
CSProviderSourceType source
 Provider source type for particular field. More...
 

Detailed Description

Represents a field in an EditableContact which stores a boolean, inheriting the meta data description of the field from the original contact field.

The editable version of a contact field is obtained from the CSEditableContact class.

Method Documentation

- (void) setFieldValue: (BOOL)  fieldValue

Sets boolean value stored in this field.

Parameters
fieldValuevalue to be set.

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