Uses of Class
org.hibernate.test.annotations.embedded.VanillaSwap.Currency

Packages that use VanillaSwap.Currency
org.hibernate.test.annotations.embedded   
 

Uses of VanillaSwap.Currency in org.hibernate.test.annotations.embedded
 

Methods in org.hibernate.test.annotations.embedded that return VanillaSwap.Currency
 VanillaSwap.Currency VanillaSwap.getCurrency()
           
static VanillaSwap.Currency VanillaSwap.Currency.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VanillaSwap.Currency[] VanillaSwap.Currency.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.test.annotations.embedded with parameters of type VanillaSwap.Currency
 void VanillaSwap.setCurrency(VanillaSwap.Currency currency)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.