Uses of Enum Class
org.ojalgo.netio.ResourceLocator.Method
Packages that use ResourceLocator.Method
Package
Description
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
-
Uses of ResourceLocator.Method in org.ojalgo.netio
Fields in org.ojalgo.netio declared as ResourceLocator.MethodModifier and TypeFieldDescriptionprivate ResourceLocator.Method
ResourceLocator.Request.myMethod
private ResourceLocator.Method
ServiceClient.Request.myMethod
Methods in org.ojalgo.netio that return ResourceLocator.MethodModifier and TypeMethodDescriptionstatic ResourceLocator.Method
Returns the enum constant of this class with the specified name.static ResourceLocator.Method[]
ResourceLocator.Method.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ojalgo.netio with parameters of type ResourceLocator.MethodModifier and TypeMethodDescriptionResourceLocator.method
(ResourceLocator.Method method) ResourceLocator.Request.method
(ResourceLocator.Method method) ServiceClient.Request.method
(ResourceLocator.Method method)