Uses of Enum Class
com.iohao.net.framework.protocol.BindingEnum
Packages that use BindingEnum
Package
Description
CoreFramework - Flow
CoreFramework - Protocol
-
Uses of BindingEnum in com.iohao.net.framework.core.flow
Methods in com.iohao.net.framework.core.flow with parameters of type BindingEnumModifier and TypeMethodDescriptiondefault CommonResponseFlowBindingLogicServerCommunication.bindingLogicServer(BindingEnum operation, int[] logicServerIds) -
Uses of BindingEnum in com.iohao.net.framework.protocol
Subclasses with type arguments of type BindingEnum in com.iohao.net.framework.protocolMethods in com.iohao.net.framework.protocol that return BindingEnumModifier and TypeMethodDescriptionstatic BindingEnumBindingEnum.ofValue(int value) static BindingEnumReturns the enum constant of this class with the specified name.static BindingEnum[]BindingEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iohao.net.framework.protocol with parameters of type BindingEnum