Uses of Enum Class
PamController.fileprocessing.ReprocessStoreChoice
Packages that use ReprocessStoreChoice
- 
Uses of ReprocessStoreChoice in PamController.fileprocessing
Methods in PamController.fileprocessing that return ReprocessStoreChoiceModifier and TypeMethodDescriptionstatic ReprocessStoreChoiceReprocessChoiceDialog.showDialog(Window parentFrame, StoreChoiceSummary choices) static ReprocessStoreChoiceReturns the enum constant of this class with the specified name.static ReprocessStoreChoice[]ReprocessStoreChoice.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in PamController.fileprocessing that return types with arguments of type ReprocessStoreChoiceMethods in PamController.fileprocessing with parameters of type ReprocessStoreChoiceModifier and TypeMethodDescriptionvoidStoreChoiceSummary.addChoice(ReprocessStoreChoice choice) Add a reasonable choice to what the user can select to do.Constructors in PamController.fileprocessing with parameters of type ReprocessStoreChoiceModifierConstructorDescriptionStoreChoiceSummary(InputStoreInfo info, ReprocessStoreChoice singleChoice)