|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ResourceTerms>
citysdk.tourism.client.terms.ResourceTerms
public enum ResourceTerms
Terms used for resources
| Enum Constant Summary | |
|---|---|
FIND_CATEGORIES
The term for the search for the list of categories |
|
FIND_CODE
The term for the search for QR or barcodes |
|
FIND_EVENT
The term for the search of an Event |
|
FIND_EVENT_RELATION
The term for the search of an Event through the use of relations |
|
FIND_POI
The term for the search of a POI |
|
FIND_POI_RELATION
The term for the search of a POI through the use of relations |
|
FIND_ROUTE
The term for the search of Routes |
|
FIND_TAGS
The term for the search for the list of tags |
|
RESOURCE_EVENTS
Just used to group the Event resource parameters |
|
RESOURCE_POIS
Just used to group the POI resource parameters |
|
RESOURCE_ROUTES
Just used to group the Route resource parameters |
|
| Method Summary | |
|---|---|
boolean |
equalsTerm(java.lang.String term)
|
static ResourceTerms |
fromString(java.lang.String term)
|
java.util.List<java.lang.String> |
getChildren()
|
java.lang.String |
getTerm()
|
boolean |
hasChildren()
|
static ResourceTerms |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ResourceTerms[] |
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 ResourceTerms RESOURCE_POIS
public static final ResourceTerms FIND_POI
public static final ResourceTerms FIND_POI_RELATION
public static final ResourceTerms RESOURCE_EVENTS
public static final ResourceTerms FIND_EVENT
public static final ResourceTerms FIND_EVENT_RELATION
public static final ResourceTerms RESOURCE_ROUTES
public static final ResourceTerms FIND_ROUTE
public static final ResourceTerms FIND_CATEGORIES
public static final ResourceTerms FIND_TAGS
public static final ResourceTerms FIND_CODE
| Method Detail |
|---|
public static ResourceTerms[] values()
for (ResourceTerms c : ResourceTerms.values()) System.out.println(c);
public static ResourceTerms 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()
public static ResourceTerms fromString(java.lang.String term)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||