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(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 are declared.
 

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

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



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