#import <JiveProperty.h>
Inherits JiveObject.
Instance Methods | |
| (BOOL) | - valueAsBOOL |
| The value of a boolean property. | |
| (NSString *) | - valueAsString |
| The value of a string property. | |
| (NSNumber *) | - valueAsNumber |
| The value of a numeric property. | |
Properties | |
| NSString * | availability |
| Comments regarding when this property will be present. | |
| NSString * | defaultValue |
| The default value for this property when it is not explicitly set. | |
| NSString * | jiveDescription |
| Description of this property. | |
| NSString * | name |
| Name of this property. | |
| NSString * | since |
| Comments about the first version of the API in which this property became available. | |
| NSString * | type |
| The data type for the value of this property. | |
| id | value |
| The raw value of this property. | |