Uses of Class
org.apache.struts2.showcase.conversion.OperationsEnum

Packages that use OperationsEnum
org.apache.struts2.showcase.conversion   
 

Uses of OperationsEnum in org.apache.struts2.showcase.conversion
 

Methods in org.apache.struts2.showcase.conversion that return OperationsEnum
static OperationsEnum OperationsEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperationsEnum[] OperationsEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.struts2.showcase.conversion that return types with arguments of type OperationsEnum
 java.util.List<OperationsEnum> OperationsEnumAction.getAvailableOperations()
           
 java.util.List<OperationsEnum> OperationsEnumAction.getSelectedOperations()
           
 

Method parameters in org.apache.struts2.showcase.conversion with type arguments of type OperationsEnum
 void OperationsEnumAction.setSelectedOperations(java.util.List<OperationsEnum> selectedOperations)
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.