| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<ProxyMode>
org.virtualbox_7_1.ProxyMode
public enum ProxyMode
Proxy setting: System (default), NoProxy and Manual.ISystemProperties.getProxyMode()
Interface ID: {885264B3-B517-40FC-CE46-36E3BAE895A4}
| Enum Constant Summary | |
|---|---|
| ManualUse the manual proxy from ISystemProperties.getProxyURL(). | |
| NoProxyDirect connection to the Internet. | |
| SystemUse the system proxy settings as far as possible. | |
| Method Summary | |
|---|---|
| static ProxyMode | fromValue(long v) | 
| static ProxyMode | fromValue(java.lang.String v) | 
|  int | value() | 
| static ProxyMode | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static ProxyMode[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final ProxyMode System
public static final ProxyMode NoProxy
public static final ProxyMode Manual
ISystemProperties.getProxyURL().
| Method Detail | 
|---|
public static ProxyMode[] values()
for (ProxyMode c : ProxyMode.values()) System.out.println(c);
public static ProxyMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic int value()
public static ProxyMode fromValue(long v)
public static ProxyMode fromValue(java.lang.String v)
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||