Uses of Class
citysdk.tourism.client.terms.ResourceTerms

Packages that use ResourceTerms
citysdk.tourism.client.poi.lists Package for the list of W3C objects. 
citysdk.tourism.client.requests Package for the library client stub. 
citysdk.tourism.client.terms Package for the CitySDK Tourism Terminologies. 
 

Uses of ResourceTerms in citysdk.tourism.client.poi.lists
 

Methods in citysdk.tourism.client.poi.lists with parameters of type ResourceTerms
 boolean Resources.hasResource(java.lang.String version, ResourceTerms resource)
          Checks if this Resource has a given resource in a given version.
 boolean Resources.hasResourceParameter(java.lang.String version, ResourceTerms resource, ParameterTerms parameter)
          Checks whether a given resource in a given version allows the search using a given parameter
 

Uses of ResourceTerms in citysdk.tourism.client.requests
 

Methods in citysdk.tourism.client.requests with parameters of type ResourceTerms
 boolean TourismClient.hasAnyResourcesOf(ResourceTerms resource)
          Checks whether the server has any resources of POIs, Events or Routes in a given version.
 boolean TourismClient.hasResource(ResourceTerms resource)
          Verifies if the client has a given resource
 boolean TourismClient.hasResourceParameter(ResourceTerms resource, ParameterTerms parameter)
          Checks whether a given resource is available for the queried server.
 

Uses of ResourceTerms in citysdk.tourism.client.terms
 

Methods in citysdk.tourism.client.terms that return ResourceTerms
static ResourceTerms ResourceTerms.fromString(java.lang.String term)
           
static ResourceTerms ResourceTerms.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResourceTerms[] ResourceTerms.values()
          Returns an array containing the constants of this enum type, in the order they are declared.