Uses of Class
com.pkrete.jsip2.variables.Language

Packages that use Language
com.pkrete.jsip2.messages.requests   
com.pkrete.jsip2.messages.responses   
com.pkrete.jsip2.variables   
 

Uses of Language in com.pkrete.jsip2.messages.requests
 

Fields in com.pkrete.jsip2.messages.requests declared as Language
protected  Language SIP2PatronRequest.language
          Language requested by the patron.
 

Methods in com.pkrete.jsip2.messages.requests that return Language
 Language SIP2PatronRequest.getLanguage()
          Returns the language requested by the patron.
 

Methods in com.pkrete.jsip2.messages.requests with parameters of type Language
 void SIP2PatronRequest.setLanguage(Language language)
          Sets the language.
 

Uses of Language in com.pkrete.jsip2.messages.responses
 

Fields in com.pkrete.jsip2.messages.responses declared as Language
protected  Language SIP2PatronResponse.language
          Language.
 

Methods in com.pkrete.jsip2.messages.responses that return Language
 Language SIP2PatronResponse.getLanguage()
          Returns the language
 

Methods in com.pkrete.jsip2.messages.responses with parameters of type Language
 void SIP2PatronResponse.setLanguage(Language language)
          Sets the language.
 

Uses of Language in com.pkrete.jsip2.variables
 

Methods in com.pkrete.jsip2.variables that return Language
 Language LanguageFactory.getLanguage(String code)
          Returns a language matching the given language code.
static Language Language.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Language[] Language.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012-2014. All Rights Reserved.