Deprecated. Boolean.
All members of SDMODataPropertyValueBoolean, including inherited members.
Methods| Method | Description |
|---|---|
| - (NSNumber *) getBooleanValue | Since OData can define a nullable bool property that means the return type BOOL would not be sufficient. |
| - (void) setBooleanValue: (NSNumber *) newValue |
| Member | Description |
|---|---|
| - (NSString *const) getDefaultValue | Returns the default value of the given EDM type. |
| - (NSString *const) getHTMLEncodedValue | Returns the HTML encoded value of the stored value. |
| - (id) initWithPropertyInfo: (const SDMODataPropertyInfo *const) propInfo | |
| - (id) initWithPropertyInfo: (const SDMODataPropertyInfo *const) propInfo andValue: (NSString *const) initialValue | |
| - (BOOL) isValid | Checks if the object stores a valid value. |