The available terms for used for Parameter. More...
#import <ParameterTerms.h>
Class Methods | |
| (NSString *) | + getTerm: |
| Gets the string representation of the given term. More... | |
| (NSArray *) | + getTerms |
| Gets all the string representations. | |
Protected Types | |
| enum | ParameterTerms { PARAMETER_BASE, PARAMETER_ID, PARAMETER_TAG, PARAMETER_CATEGORY, PARAMETER_COMPLETE, PARAMETER_MINIMAL, PARAMETER_RELATION, PARAMETER_COORDS, PARAMETER_LIST, PARAMETER_OFFSET, PARAMETER_CODE, PARAMETER_EVENT, PARAMETER_LIMIT, PARAMETER_ROUTE, PARAMETER_TIME, LAST_PARAMETER } |
|
typedef enum ParameterTerms::ParameterTerms | ParameterTerm |
The available terms for used for Parameter.
|
protected |
| Enumerator | |
|---|---|
| PARAMETER_BASE |
The parameter to be used to specify the base of a POI |
| PARAMETER_ID |
The parameter to specify the id of a POI |
| PARAMETER_TAG |
The parameter for the search of a POI through the use of tags |
| PARAMETER_CATEGORY |
The parameter for the search of a POI and getting its complete representation |
| PARAMETER_COMPLETE |
The parameter for the search of a POI and getting its complete representation |
| PARAMETER_MINIMAL |
The parameter for the search of a POI and getting its minimal representation |
| PARAMETER_RELATION |
The parameter for the search of a POI through the use of relationships |
| PARAMETER_COORDS |
The parameter for the search of a POI through the use of coordinates |
| PARAMETER_LIST |
The parameter for lists |
| PARAMETER_OFFSET |
The parameter for the limitation of results of POIs |
| PARAMETER_CODE |
The parameter for the search of POI through QR Codes or NFC |
| PARAMETER_EVENT |
The parameter to be used to specify a given event |
| PARAMETER_LIMIT |
The parameter for the limitation of results of POIs |
| PARAMETER_ROUTE |
The parameter to search for routes |
| PARAMETER_TIME |
The term for the search of an Event through the use of time data |
| LAST_PARAMETER |
Not used |
| + (NSString *) getTerm: | (ParameterTerm) | term |
Gets the string representation of the given term.
| term | the wanted term |
1.8.3.1-20130324