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

Packages that use ParameterTerms
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 ParameterTerms in citysdk.tourism.client.poi.lists
 

Methods in citysdk.tourism.client.poi.lists with parameters of type ParameterTerms
 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 ParameterTerms in citysdk.tourism.client.requests
 

Methods in citysdk.tourism.client.requests that return ParameterTerms
 ParameterTerms Parameter.getParameterTerm()
           
 

Methods in citysdk.tourism.client.requests with parameters of type ParameterTerms
 Parameter ParameterList.getWithTerm(ParameterTerms term)
          Gets the Parameter with the given term.
 boolean TourismClient.hasResourceParameter(ResourceTerms resource, ParameterTerms parameter)
          Checks whether a given resource is available for the queried server.
 

Constructors in citysdk.tourism.client.requests with parameters of type ParameterTerms
Parameter(ParameterTerms term, java.lang.Object value)
          Constructor first validates the name before actually creating the Parameter.
 

Uses of ParameterTerms in citysdk.tourism.client.terms
 

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