Sparksee
6.0.2
|
Attribute data class. More...
Instance Methods | |
(int) | - getId |
Gets the Sparksee attribute identifier. More... | |
(int) | - getTypeId |
Gets the Sparksee type identifier. More... | |
(NSString *) | - getName |
Gets the unique attribute name. More... | |
(enum STSDataType) | - getDataType |
Gets the data type. More... | |
(long long) | - getSize |
Gets the number of different values. More... | |
(long long) | - getCount |
Gets the number of non-NULL values. More... | |
(enum STSAttributeKind) | - getKind |
Gets the attribute kind. More... | |
(BOOL) | - isSessionAttribute |
Check if it's a session attribute or a persistent one. More... | |
(BOOL) | - isArrayAttribute |
Check if it's an array attribute. More... | |
(int) | - getArraySize |
Gets the number of elements in the array. More... | |
Class Methods | |
(int) | + getInvalidAttribute |
Invalid attribute identifier constant. | |
Attribute data class.
It contains information about an attribute.
- (int) getArraySize |
Gets the number of elements in the array.
- (long long) getCount |
Gets the number of non-NULL values.
- (enum STSDataType) getDataType |
Gets the data type.
- (int) getId |
Gets the Sparksee attribute identifier.
- (enum STSAttributeKind) getKind |
Gets the attribute kind.
- (NSString*) getName |
Gets the unique attribute name.
- (long long) getSize |
Gets the number of different values.
- (int) getTypeId |
Gets the Sparksee type identifier.
- (BOOL) isArrayAttribute |
Check if it's an array attribute.
- (BOOL) isSessionAttribute |
Check if it's a session attribute or a persistent one.