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.Method
ResourceLocator.Request. myMethod
private ResourceLocator.Method
ServiceClient.Request. myMethod
Methods in org.ojalgo.netio that return ResourceLocator.Method Modifier and Type Method Description static ResourceLocator.Method
ResourceLocator.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 ResourceLocator
ResourceLocator. method(ResourceLocator.Method method)
ResourceLocator.Request
ResourceLocator.Request. method(ResourceLocator.Method method)
ServiceClient.Request
ServiceClient.Request. method(ResourceLocator.Method method)
-