Uses of Class
elisa_client.model.Option

Packages that use Option
elisa_client.model   
 

Uses of Option in elisa_client.model
 

Methods in elisa_client.model that return types with arguments of type Option
 java.util.List<Option> OptionList.getList()
           
 

Method parameters in elisa_client.model with type arguments of type Option
 void OptionList.setList(java.util.List<Option> opts)
           
 void Message.setOptionalAttributes(java.util.List<Option> optattrlist)
           
 

Constructor parameters in elisa_client.model with type arguments of type Option
OptionList(java.util.List<Option> opts)