Uses of Class
com.sun.syndication.feed.module.base.types.FloatUnit

Packages that use FloatUnit
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 FloatUnit in com.sun.syndication.feed.module.base
 

Methods in com.sun.syndication.feed.module.base that return FloatUnit
 FloatUnit Wanted.getDeliveryRadius()
          The maximum distance you will deliver an item in any direction.
 FloatUnit Vehicle.getDeliveryRadius()
          The maximum distance you will deliver an item in any direction.
 FloatUnit Travel.getDeliveryRadius()
          The maximum distance you will deliver an item in any direction.
 FloatUnit Service.getDeliveryRadius()
          The maximum distance you will deliver an item in any direction.
 FloatUnit Review.getDeliveryRadius()
          The maximum distance you will deliver an item in any direction.
 FloatUnit Product.getDeliveryRadius()
          The maximum distance you will deliver an item in any direction.
 FloatUnit GoogleBaseImpl.getDeliveryRadius()
           
 FloatUnit Event.getDeliveryRadius()
          The maximum distance you will deliver an item in any direction.
 FloatUnit Product.getMegapixels()
          Resolution of a digital imaging device.
 FloatUnit GoogleBaseImpl.getMegapixels()
           
 FloatUnit Product.getMemory()
          The amount of memory included in an item.
 FloatUnit GoogleBaseImpl.getMemory()
           
 FloatUnit Vehicle.getPrice()
          Price for the service.
 FloatUnit Travel.getPrice()
          Price of the item.
 FloatUnit Service.getPrice()
          Price for the service.
 FloatUnit Product.getPrice()
          Price of the item.
 FloatUnit Housing.getPrice()
          Price for the property.
 FloatUnit GoogleBaseImpl.getPrice()
           
 FloatUnit Event.getPrice()
          Price of the event.
 FloatUnit Product.getProcessorSpeed()
          The processor speed for the product.
 FloatUnit GoogleBaseImpl.getProcessorSpeed()
           
 FloatUnit Product.getWeight()
          Weight of the item.
 FloatUnit GoogleBaseImpl.getWeight()
           
 

Methods in com.sun.syndication.feed.module.base with parameters of type FloatUnit
 void Wanted.setDeliveryRadius(FloatUnit deliveryRadius)
          The maximum distance you will deliver an item in any direction.
 void Vehicle.setDeliveryRadius(FloatUnit deliveryRadius)
          The maximum distance you will deliver an item in any direction.
 void Travel.setDeliveryRadius(FloatUnit deliveryRadius)
          The maximum distance you will deliver an item in any direction.
 void Service.setDeliveryRadius(FloatUnit deliveryRadius)
          The maximum distance you will deliver an item in any direction.
 void Review.setDeliveryRadius(FloatUnit deliveryRadius)
          The maximum distance you will deliver an item in any direction.
 void Product.setDeliveryRadius(FloatUnit deliveryRadius)
          The maximum distance you will deliver an item in any direction.
 void GoogleBaseImpl.setDeliveryRadius(FloatUnit deliveryRadius)
           
 void Event.setDeliveryRadius(FloatUnit deliveryRadius)
          The maximum distance you will deliver an item in any direction.
 void Product.setMegapixels(FloatUnit megapixels)
          Resolution of a digital imaging device.
 void GoogleBaseImpl.setMegapixels(FloatUnit megapixels)
           
 void Product.setMemory(FloatUnit memory)
          The amount of memory included in an item.
 void GoogleBaseImpl.setMemory(FloatUnit memory)
           
 void Vehicle.setPrice(FloatUnit price)
          Price for the service.
 void Service.setPrice(FloatUnit price)
          Price for the service.
 void Product.setPrice(FloatUnit price)
          Price of the item.
 void Housing.setPrice(FloatUnit price)
          Price for the property.
 void GoogleBaseImpl.setPrice(FloatUnit price)
           
 void Event.setPrice(FloatUnit price)
          Price of the event.
 void Product.setProcessorSpeed(FloatUnit processorSpeed)
          The processor speed for the product.
 void GoogleBaseImpl.setProcessorSpeed(FloatUnit processorSpeed)
           
 void Product.setWeight(FloatUnit weight)
          Weight of the item.
 void GoogleBaseImpl.setWeight(FloatUnit weight)
           
 

Constructors in com.sun.syndication.feed.module.base with parameters of type FloatUnit
CustomTagImpl(java.lang.String name, FloatUnit value)
           
 

Uses of FloatUnit in com.sun.syndication.feed.module.base.types
 

Methods in com.sun.syndication.feed.module.base.types that return FloatUnit
 FloatUnit Size.getHeight()
          Height value.
 FloatUnit Size.getLength()
          Length value.
 FloatUnit ShippingType.getPrice()
          Returns the price of this shipping option.
 FloatUnit Size.getWidth()
          Width value.
 

Constructors in com.sun.syndication.feed.module.base.types with parameters of type FloatUnit
ShippingType(FloatUnit price, ShippingType.ServiceEnumeration service, java.lang.String country)
          Creates a new instance of ShippingType
Size(FloatUnit length, FloatUnit width)
          Creates a new instance of Size
Size(FloatUnit length, FloatUnit width, FloatUnit height)
          Creates a new instance of Size.
 



Copyright © 2006-2009. All Rights Reserved.