Sparksee  6.0.2
STSAttribute Class Reference

Attribute data class. More...

Inheritance diagram for STSAttribute:
Inheritance graph
Collaboration diagram for STSAttribute:
Collaboration graph

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.
 

Detailed Description

Attribute data class.

It contains information about an attribute.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Method Documentation

- (int) getArraySize

Gets the number of elements in the array.

Returns
The size of the array
- (long long) getCount

Gets the number of non-NULL values.

Returns
The number of non-NULL values.
- (enum STSDataType) getDataType

Gets the data type.

Returns
The DataType.
- (int) getId

Gets the Sparksee attribute identifier.

Returns
The Sparksee attribute identifier.
- (enum STSAttributeKind) getKind

Gets the attribute kind.

Returns
The AttributeKind.
- (NSString*) getName

Gets the unique attribute name.

Returns
The unique attribute name.
- (long long) getSize

Gets the number of different values.

Returns
The number of different values.
- (int) getTypeId

Gets the Sparksee type identifier.

Returns
The Sparksee type identifier.
- (BOOL) isArrayAttribute

Check if it's an array attribute.

Returns
True if it's an array attribute, or false otherwise.
- (BOOL) isSessionAttribute

Check if it's a session attribute or a persistent one.

Returns
True if it's a session attribute, or false otherwise.

The documentation for this class was generated from the following file: