Uses of Class
org.springframework.webflow.samples.booking.Amenity

Packages that use Amenity
org.springframework.webflow.samples.booking   
 

Uses of Amenity in org.springframework.webflow.samples.booking
 

Methods in org.springframework.webflow.samples.booking that return Amenity
static Amenity Amenity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Amenity[] Amenity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.webflow.samples.booking that return types with arguments of type Amenity
 Set<Amenity> Booking.getAmenities()
           
 

Method parameters in org.springframework.webflow.samples.booking with type arguments of type Amenity
 void Booking.setAmenities(Set<Amenity> amenities)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.