Uses of Class
paypalnvp.fields.Country

Packages that use Country
paypalnvp.fields   
 

Uses of Country in paypalnvp.fields
 

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

Methods in paypalnvp.fields with parameters of type Country
 void PayerInformation.setCountry(Country country)
          Payer's country of residence
 

Constructors in paypalnvp.fields with parameters of type Country
Address(java.lang.String name, java.lang.String street, java.lang.String city, java.lang.String state, Country country)
           
ShipToAddress(java.lang.String name, java.lang.String street, java.lang.String city, java.lang.String state, Country country)