Uses of Class
com.rometools.modules.base.types.PriceTypeEnumeration
-
Packages that use PriceTypeEnumeration Package Description com.rometools.modules.base This is the base package for the Google Base ROME module.com.rometools.modules.base.types This package contains complex and utility datatypes for use with Google Base. -
-
Uses of PriceTypeEnumeration in com.rometools.modules.base
Methods in com.rometools.modules.base that return PriceTypeEnumeration Modifier and Type Method Description PriceTypeEnumerationEvent. getPriceType()Price qualifier for the even cost.PriceTypeEnumerationGoogleBaseImpl. getPriceType()PriceTypeEnumerationHousing. getPriceType()Price type information.PriceTypeEnumerationProduct. getPriceType()The type of pricing for the item.PriceTypeEnumerationService. getPriceType()Price type information.PriceTypeEnumerationTravel. getPriceType()The type of pricing for the item.PriceTypeEnumerationVehicle. getPriceType()Price type information.PriceTypeEnumerationGoogleBaseImpl. getSalaryType()PriceTypeEnumerationJob. getSalaryType()The type of salary included.Methods in com.rometools.modules.base with parameters of type PriceTypeEnumeration Modifier and Type Method Description voidEvent. setPriceType(PriceTypeEnumeration priceType)Price qualifier for the even cost.voidGoogleBaseImpl. setPriceType(PriceTypeEnumeration priceType)voidHousing. setPriceType(PriceTypeEnumeration priceType)Price type information.voidProduct. setPriceType(PriceTypeEnumeration priceType)The type of pricing for the item.voidService. setPriceType(PriceTypeEnumeration priceType)Price type information.voidTravel. setPriceType(PriceTypeEnumeration priceType)The type of pricing for the item.voidVehicle. setPriceType(PriceTypeEnumeration priceType)Price type information.voidGoogleBaseImpl. setSalaryType(PriceTypeEnumeration salaryType)voidJob. setSalaryType(PriceTypeEnumeration salaryType)The type of salary included. -
Uses of PriceTypeEnumeration in com.rometools.modules.base.types
Fields in com.rometools.modules.base.types declared as PriceTypeEnumeration Modifier and Type Field Description static PriceTypeEnumerationPriceTypeEnumeration. NEGOTIABLEIndicates the value is negotiablestatic PriceTypeEnumerationPriceTypeEnumeration. STARTINGIndicates the value is a starting value.Methods in com.rometools.modules.base.types that return PriceTypeEnumeration Modifier and Type Method Description static PriceTypeEnumerationPriceTypeEnumeration. findByValue(String value)Returns a PriceTypeEnumeration based on the String value or null.
-