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
Subclasses with type arguments of type ResourceLocator.Method in org.ojalgo.netioFields in org.ojalgo.netio declared as ResourceLocator.MethodModifier and TypeFieldDescriptionprivate ResourceLocator.MethodResourceLocator.Request.myMethodprivate ResourceLocator.MethodServiceClient.Request.myMethodMethods in org.ojalgo.netio that return ResourceLocator.MethodModifier and TypeMethodDescriptionstatic ResourceLocator.MethodReturns 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)