public static enum BridgeAPIFactory.ImplTypeEnum extends Enum<BridgeAPIFactory.ImplTypeEnum>
Enum Constant and Description |
---|
Binary
Indicates the Binary implementation of the BridgeAPI.
|
Default
Usually Binary, but can be overridden by a system property.
|
SOAP
Indicates the SOAP implementation of the BridgeAPI.
|
Modifier and Type | Method and Description |
---|---|
static BridgeAPIFactory.ImplTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BridgeAPIFactory.ImplTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BridgeAPIFactory.ImplTypeEnum Default
public static final BridgeAPIFactory.ImplTypeEnum Binary
public static final BridgeAPIFactory.ImplTypeEnum SOAP
public static BridgeAPIFactory.ImplTypeEnum[] values()
for (BridgeAPIFactory.ImplTypeEnum c : BridgeAPIFactory.ImplTypeEnum.values()) System.out.println(c);
public static BridgeAPIFactory.ImplTypeEnum 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 nullCopyright © 2015 Attachmate Corporation. All rights reserved.