Uses of Class
com.opensymphony.xwork.conversion.annotations.ConversionType

Packages that use ConversionType
com.opensymphony.xwork.conversion.annotations   
 

Uses of ConversionType in com.opensymphony.xwork.conversion.annotations
 

Methods in com.opensymphony.xwork.conversion.annotations that return ConversionType
static ConversionType ConversionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConversionType[] ConversionType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


XWork Project Page