|
Verastream© Bridge Integrator 4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<BridgeAPIFactory.ImplTypeEnum>
com.attachmate.cicsbridge.ws.BridgeAPIFactory.ImplTypeEnum
public static enum BridgeAPIFactory.ImplTypeEnum
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
static BridgeAPIFactory.ImplTypeEnum |
valueOf(java.lang.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. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 BridgeAPIFactory.ImplTypeEnum Default
BridgeAPI.DEFAULT_IMPL_TYPE_SYS_PROP_NAME
public static final BridgeAPIFactory.ImplTypeEnum Binary
public static final BridgeAPIFactory.ImplTypeEnum SOAP
Method Detail |
---|
public static BridgeAPIFactory.ImplTypeEnum[] values()
for (BridgeAPIFactory.ImplTypeEnum c : BridgeAPIFactory.ImplTypeEnum.values()) System.out.println(c);
public static BridgeAPIFactory.ImplTypeEnum 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 null
|
Verastream© Bridge Integrator 4.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |