|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PriceTypeEnumeration | |
---|---|
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 PriceTypeEnumeration in com.sun.syndication.feed.module.base |
---|
Methods in com.sun.syndication.feed.module.base that return PriceTypeEnumeration | |
---|---|
PriceTypeEnumeration |
Vehicle.getPriceType()
Price type information. |
PriceTypeEnumeration |
Travel.getPriceType()
The type of pricing for the item. |
PriceTypeEnumeration |
Service.getPriceType()
Price type information. |
PriceTypeEnumeration |
Product.getPriceType()
The type of pricing for the item. |
PriceTypeEnumeration |
Housing.getPriceType()
Price type information. |
PriceTypeEnumeration |
GoogleBaseImpl.getPriceType()
|
PriceTypeEnumeration |
Event.getPriceType()
Price qualifier for the even cost. |
PriceTypeEnumeration |
Job.getSalaryType()
The type of salary included. |
PriceTypeEnumeration |
GoogleBaseImpl.getSalaryType()
|
Methods in com.sun.syndication.feed.module.base with parameters of type PriceTypeEnumeration | |
---|---|
void |
Vehicle.setPriceType(PriceTypeEnumeration priceType)
Price type information. |
void |
Travel.setPriceType(PriceTypeEnumeration priceType)
The type of pricing for the item. |
void |
Service.setPriceType(PriceTypeEnumeration priceType)
Price type information. |
void |
Product.setPriceType(PriceTypeEnumeration priceType)
The type of pricing for the item. |
void |
Housing.setPriceType(PriceTypeEnumeration priceType)
Price type information. |
void |
GoogleBaseImpl.setPriceType(PriceTypeEnumeration priceType)
|
void |
Event.setPriceType(PriceTypeEnumeration priceType)
Price qualifier for the even cost. |
void |
Job.setSalaryType(PriceTypeEnumeration salaryType)
The type of salary included. |
void |
GoogleBaseImpl.setSalaryType(PriceTypeEnumeration salaryType)
|
Uses of PriceTypeEnumeration in com.sun.syndication.feed.module.base.types |
---|
Fields in com.sun.syndication.feed.module.base.types declared as PriceTypeEnumeration | |
---|---|
static PriceTypeEnumeration |
PriceTypeEnumeration.NEGOTIABLE
Indicates the value is negotiable |
static PriceTypeEnumeration |
PriceTypeEnumeration.STARTING
Indicates the value is a starting value. |
Methods in com.sun.syndication.feed.module.base.types that return PriceTypeEnumeration | |
---|---|
static PriceTypeEnumeration |
PriceTypeEnumeration.findByValue(java.lang.String value)
Returns a PriceTypeEnumeration based on the String value or null. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |