|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ParameterTerms>
citysdk.tourism.client.terms.ParameterTerms
public enum ParameterTerms
The available terms for used for Parameter. Such parameters are also valid
to use for HypermediaLink.
| Enum Constant Summary | |
|---|---|
BASE
A poi base |
|
CATEGORY
The search parameter using categories |
|
CODE
The search parameter using code |
|
COMPLETE
The search parameter using complete |
|
COORDS
The search parameter using coords |
|
EVENTS
Used for category list values |
|
ID
A poi id |
|
LIMIT
The search parameter using limit |
|
LIST
The search parameter using list |
|
MINIMAL
The search parameter using minimal |
|
NAME
The search parameter using name |
|
OFFSET
The search parameter using offset |
|
POIS
Used for category list values |
|
RELATION
The search parameter using relations |
|
ROUTES
Used for category list values |
|
SEARCH_PARAMETERS
Just used to group the search parameters |
|
TAG
The search parameter using tags |
|
TIME
The search parameter using time |
|
| Method Summary | |
|---|---|
boolean |
equalsTerm(java.lang.String term)
|
java.util.List<java.lang.String> |
getChildren()
|
java.lang.String |
getTerm()
|
boolean |
hasChildren()
|
static ParameterTerms |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ParameterTerms[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ParameterTerms POIS
public static final ParameterTerms EVENTS
public static final ParameterTerms ROUTES
public static final ParameterTerms SEARCH_PARAMETERS
public static final ParameterTerms BASE
public static final ParameterTerms ID
public static final ParameterTerms CATEGORY
public static final ParameterTerms TAG
public static final ParameterTerms COMPLETE
public static final ParameterTerms MINIMAL
public static final ParameterTerms COORDS
public static final ParameterTerms CODE
public static final ParameterTerms LIMIT
public static final ParameterTerms OFFSET
public static final ParameterTerms NAME
public static final ParameterTerms TIME
public static final ParameterTerms RELATION
public static final ParameterTerms LIST
| Method Detail |
|---|
public static ParameterTerms[] values()
for (ParameterTerms c : ParameterTerms.values()) System.out.println(c);
public static ParameterTerms valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.util.List<java.lang.String> getChildren()
public boolean hasChildren()
public boolean equalsTerm(java.lang.String term)
public java.lang.String getTerm()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||