UserVariable Protocol Reference
Conforms to | NSObject |
Declared in | UserVariable.h |
Tasks
-
– name
The Variable name
required method -
– type
The Variable Type
required method -
– getValue
The Variable value
required method -
– getBoolValue
The Variable value as BOOL
required method -
– getIntValue
The Variable value as NSInteger
required method -
– getDoubleValue
The Variable value as Number
required method -
– getStringValue
The Variable value as NSString
required method -
– getSFSObjectValue
The Variable value as SFSObject
required method -
– getSFSArrayValue
The Variable value as SFSArray
required method -
– isNull
Checks if the variable value is null
required method
Instance Methods
getBoolValue
The Variable value as BOOL
- (BOOL)getBoolValue
Discussion
The Variable value as BOOL
Declared In
UserVariable.h
getDoubleValue
The Variable value as Number
- (NSNumber *)getDoubleValue
Discussion
The Variable value as Number
Declared In
UserVariable.h
getIntValue
The Variable value as NSInteger
- (NSInteger)getIntValue
Discussion
The Variable value as NSInteger
Declared In
UserVariable.h
getSFSArrayValue
The Variable value as SFSArray
- (id<ISFSArray>)getSFSArrayValue
Discussion
The Variable value as SFSArray
Declared In
UserVariable.h
getSFSObjectValue
The Variable value as SFSObject
- (id<ISFSObject>)getSFSObjectValue
Discussion
The Variable value as SFSObject
See Also
Declared In
UserVariable.h
getStringValue
The Variable value as NSString
- (NSString *)getStringValue
Discussion
The Variable value as NSString
Declared In
UserVariable.h