Uses of Class
citysdk.tourism.client.requests.Parameter

Packages that use Parameter
citysdk.tourism.client.requests Package for the library client stub. 
 

Uses of Parameter in citysdk.tourism.client.requests
 

Methods in citysdk.tourism.client.requests that return Parameter
 Parameter ParameterList.get(int i)
          Gets the Parameter in the given index.
 Parameter ParameterList.getWithTerm(ParameterTerms term)
          Gets the Parameter with the given term.
 Parameter[] ParameterList.toArray()
          Get the array representation of the parameters.
 

Methods in citysdk.tourism.client.requests with parameters of type Parameter
 void ParameterList.add(Parameter parameter)
          Adds a new parameter, if it does not exist already.
 void ParameterList.replace(Parameter parameter)
          Replaces or adds a given Parameter.