public enum ProviderOptions extends Enum<ProviderOptions> implements com4j.ComEnum
| Enum Constant and Description |
|---|
ProviderOptions_ClientSideProvider
The value of this constant is 1
|
ProviderOptions_HasNativeIAccessible
The value of this constant is 128
|
ProviderOptions_NonClientAreaProvider
The value of this constant is 4
|
ProviderOptions_OverrideProvider
The value of this constant is 8
|
ProviderOptions_ProviderOwnsSetFocus
The value of this constant is 16
|
ProviderOptions_RefuseNonClientSupport
The value of this constant is 64
|
ProviderOptions_ServerSideProvider
The value of this constant is 2
|
ProviderOptions_UseClientCoordinates
The value of this constant is 256
|
ProviderOptions_UseComThreading
The value of this constant is 32
|
| Modifier and Type | Method and Description |
|---|---|
int |
comEnumValue() |
static ProviderOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProviderOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProviderOptions ProviderOptions_ClientSideProvider
The value of this constant is 1
public static final ProviderOptions ProviderOptions_ServerSideProvider
The value of this constant is 2
public static final ProviderOptions ProviderOptions_NonClientAreaProvider
The value of this constant is 4
public static final ProviderOptions ProviderOptions_OverrideProvider
The value of this constant is 8
public static final ProviderOptions ProviderOptions_ProviderOwnsSetFocus
The value of this constant is 16
public static final ProviderOptions ProviderOptions_UseComThreading
The value of this constant is 32
public static final ProviderOptions ProviderOptions_RefuseNonClientSupport
The value of this constant is 64
public static final ProviderOptions ProviderOptions_HasNativeIAccessible
The value of this constant is 128
public static final ProviderOptions ProviderOptions_UseClientCoordinates
The value of this constant is 256
public static ProviderOptions[] values()
for (ProviderOptions c : ProviderOptions.values()) System.out.println(c);
public static ProviderOptions valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int comEnumValue()
comEnumValue in interface com4j.ComEnumCopyright © 2016. All rights reserved.