|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PaymentTypeEnumeration | |
---|---|
com.sun.syndication.feed.module.base | This is the base package for the Google Base ROME module. |
com.sun.syndication.feed.module.base.types | This package contains complex and utility datatypes for use with Google Base. |
Uses of PaymentTypeEnumeration in com.sun.syndication.feed.module.base |
---|
Methods in com.sun.syndication.feed.module.base that return PaymentTypeEnumeration | |
---|---|
PaymentTypeEnumeration[] |
Vehicle.getPaymentAccepted()
Payment Methods acceptable for the service. |
PaymentTypeEnumeration[] |
Travel.getPaymentAccepted()
Acceptable payment methods for item purchases. |
PaymentTypeEnumeration[] |
Service.getPaymentAccepted()
Payment Methods acceptable for the service. |
PaymentTypeEnumeration[] |
Product.getPaymentAccepted()
Acceptable payment methods for item purchases. |
PaymentTypeEnumeration[] |
Housing.getPaymentAccepted()
Payment Methods acceptable for the property. |
PaymentTypeEnumeration[] |
GoogleBaseImpl.getPaymentAccepted()
|
PaymentTypeEnumeration[] |
Event.getPaymentAccepted()
Payment Methods acceptable for the event. |
Methods in com.sun.syndication.feed.module.base with parameters of type PaymentTypeEnumeration | |
---|---|
void |
Vehicle.setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
Payment Methods acceptable for the service. |
void |
Travel.setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
Acceptable payment methods for item purchases. |
void |
Service.setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
Payment Methods acceptable for the service. |
void |
Product.setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
Acceptable payment methods for item purchases. |
void |
Housing.setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
Payment Methods acceptable for the property. |
void |
GoogleBaseImpl.setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
|
void |
Event.setPaymentAccepted(PaymentTypeEnumeration[] paymentAccepted)
Payment Methods acceptable for the event. |
Uses of PaymentTypeEnumeration in com.sun.syndication.feed.module.base.types |
---|
Fields in com.sun.syndication.feed.module.base.types declared as PaymentTypeEnumeration | |
---|---|
static PaymentTypeEnumeration |
PaymentTypeEnumeration.AMERICAN_EXPRESS
|
static PaymentTypeEnumeration |
PaymentTypeEnumeration.CASH
|
static PaymentTypeEnumeration |
PaymentTypeEnumeration.CHECK
|
static PaymentTypeEnumeration |
PaymentTypeEnumeration.DISCOVER
|
static PaymentTypeEnumeration |
PaymentTypeEnumeration.MASTERCARD
|
static PaymentTypeEnumeration |
PaymentTypeEnumeration.PAYPAL
|
static PaymentTypeEnumeration |
PaymentTypeEnumeration.TRAVELERS_CHECK
|
static PaymentTypeEnumeration |
PaymentTypeEnumeration.VISA
|
static PaymentTypeEnumeration |
PaymentTypeEnumeration.WIRE_TRANSFER
|
Methods in com.sun.syndication.feed.module.base.types that return PaymentTypeEnumeration | |
---|---|
static PaymentTypeEnumeration |
PaymentTypeEnumeration.findByValue(java.lang.String value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |