Uses of Class
org.ojalgo.netio.ResourceLocator.Method
-
Packages that use ResourceLocator.Method Package Description org.ojalgo.netio 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.Method Modifier and Type Field Description private ResourceLocator.MethodResourceLocator.Request. myMethodprivate ResourceLocator.MethodServiceClient.Request. myMethodMethods in org.ojalgo.netio that return ResourceLocator.Method Modifier and Type Method Description static ResourceLocator.MethodResourceLocator.Method. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResourceLocator.Method[]ResourceLocator.Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ojalgo.netio with parameters of type ResourceLocator.Method Modifier and Type Method Description ResourceLocatorResourceLocator. method(ResourceLocator.Method method)ResourceLocator.RequestResourceLocator.Request. method(ResourceLocator.Method method)ServiceClient.RequestServiceClient.Request. method(ResourceLocator.Method method)
-