Uses of Enum Class
org.eblocker.server.common.data.openvpn.OpenVpnClientState.State
Packages that use OpenVpnClientState.State
-
Uses of OpenVpnClientState.State in org.eblocker.server.common.data.openvpn
Methods in org.eblocker.server.common.data.openvpn that return OpenVpnClientState.StateModifier and TypeMethodDescriptionOpenVpnClientState.getState()static OpenVpnClientState.StateReturns the enum constant of this class with the specified name.static OpenVpnClientState.State[]OpenVpnClientState.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eblocker.server.common.data.openvpn with parameters of type OpenVpnClientState.StateModifier and TypeMethodDescriptionvoidOpenVpnClientState.setState(OpenVpnClientState.State state)