Inherits NSObject.
Inherited by BDDevice, and BDObject.
|
NSDictionary * | values |
| 全てのフィールドの値
|
|
- (BOOL) boolForKey: |
|
(NSString *) |
key |
|
指定されたフィールドの値をブール値として返します
- Parameters
-
- Returns
- フィールドの値。フィールドが存在しない場合はNO
- (BOOL) boolForKeyPath: |
|
(NSString *) |
keyPath |
|
指定されたフィールドの値をブール値として返します
- Parameters
-
keyPath | フィールド名。入れ子になったフィールドの値をドットで繋げて指定できます |
- Returns
- フィールドの値。フィールドが存在しない場合はNO
- (BOOL) containsKey: |
|
(NSString *) |
key |
|
指定されたフィールドが存在するかどうかを返します
- Parameters
-
- Returns
- フィールドが存在する場合はYES、存在しない場合はNO
- (double) doubleForKey: |
|
(NSString *) |
key |
|
指定されたフィールドの値を数値として返します
- Parameters
-
- Returns
- フィールドの値。フィールドが存在しない場合は0
- (double) doubleForKeyPath: |
|
(NSString *) |
keyPath |
|
指定されたフィールドの値を数値として返します
- Parameters
-
keyPath | フィールド名。入れ子になったフィールドの値をドットで繋げて指定できます |
- Returns
- フィールドの値。フィールドが存在しない場合は0
- (NSInteger) integerForKey: |
|
(NSString *) |
key |
|
指定されたフィールドの値を整数として返します
- Parameters
-
- Returns
- フィールドの値。フィールドが存在しない場合は0
- (NSInteger) integerForKeyPath: |
|
(NSString *) |
keyPath |
|
指定されたフィールドの値を整数として返します
- Parameters
-
keyPath | フィールド名。入れ子になったフィールドの値をドットで繋げて指定できます |
- Returns
- フィールドの値。フィールドが存在しない場合は0
- (BOOL) isNil: |
|
(NSString *) |
key |
|
指定されたフィールドが値としてnilを持つかどうかを返します
- Parameters
-
- Returns
- フィールドが存在し、値がnilの場合はture、それ以外はfalse
- (id) objectForKey: |
|
(NSString *) |
key |
|
指定されたフィールドの値を返します
- Parameters
-
- Returns
- フィールドの値。フィールドが存在しない場合はnil
- (id) objectForKeyedSubscript: |
|
(NSString *) |
key |
|
指定されたフィールドの値を返します
- Parameters
-
- Returns
- フィールドの値。フィールドが存在しない場合はnil
- (id) objectForKeyPath: |
|
(NSString *) |
keyPath |
|
指定されたフィールドの値を返します
- Parameters
-
keyPath | フィールド名。入れ子になったフィールドの値をドットで繋げて指定できます |
- Returns
- フィールドの値。フィールドが存在しない場合はnil
The documentation for this class was generated from the following file: