Uses of Class
org.jboss.seam.examples.booking.model.CreditCardType

Packages that use CreditCardType
org.jboss.seam.examples.booking.model   
org.jboss.seam.examples.booking.reference   
 

Uses of CreditCardType in org.jboss.seam.examples.booking.model
 

Fields in org.jboss.seam.examples.booking.model with type parameters of type CreditCardType
static javax.persistence.metamodel.SingularAttribute<Booking,CreditCardType> Booking_.creditCardType
           
 

Methods in org.jboss.seam.examples.booking.model that return CreditCardType
 CreditCardType Booking.getCreditCardType()
           
static CreditCardType CreditCardType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CreditCardType[] CreditCardType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.seam.examples.booking.model with parameters of type CreditCardType
 void Booking.setCreditCardType(CreditCardType creditCardType)
           
 

Uses of CreditCardType in org.jboss.seam.examples.booking.reference
 

Methods in org.jboss.seam.examples.booking.reference that return types with arguments of type CreditCardType
 List<CreditCardType> CreditCardReferenceProducer.getCreditCardTypes()
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.