Uses of Enum Class
com.iohao.net.framework.core.ActionParameterPosition
Packages that use ActionParameterPosition
Package
Description
Provides the core action execution model, metadata, lifecycle hooks, and shared runtime building
blocks used by ionet business logic.
-
Uses of ActionParameterPosition in com.iohao.net.framework.core
Subclasses with type arguments of type ActionParameterPosition in com.iohao.net.framework.coreModifier and TypeClassDescriptionenumEnum describing the parameter layout of an action method.Fields in com.iohao.net.framework.core declared as ActionParameterPositionModifier and TypeFieldDescriptionfinal ActionParameterPositionActionCommand.actionParameterPositionMethods in com.iohao.net.framework.core that return ActionParameterPositionModifier and TypeMethodDescriptionstatic ActionParameterPositionReturns the enum constant of this class with the specified name.static ActionParameterPosition[]ActionParameterPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iohao.net.framework.core with parameters of type ActionParameterPositionModifier and TypeMethodDescriptionActionCommand.ActionCommandBuilder.setActionParameterPosition(ActionParameterPosition actionParameterPosition)