Uses of Enum Class
org.apache.struts2.showcase.conversion.OperationsEnum
Packages that use OperationsEnum
-
Uses of OperationsEnum in org.apache.struts2.showcase.conversion
Methods in org.apache.struts2.showcase.conversion that return OperationsEnumModifier and TypeMethodDescriptionstatic OperationsEnumReturns the enum constant of this class with the specified name.static OperationsEnum[]OperationsEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.struts2.showcase.conversion that return types with arguments of type OperationsEnumModifier and TypeMethodDescriptionOperationsEnumAction.getAvailableOperations()OperationsEnumAction.getSelectedOperations()Method parameters in org.apache.struts2.showcase.conversion with type arguments of type OperationsEnumModifier and TypeMethodDescriptionvoidOperationsEnumAction.setSelectedOperations(List<OperationsEnum> selectedOperations)