public static enum SAPConnectionRFC.BIExtendedMonitoring extends java.lang.Enum<SAPConnectionRFC.BIExtendedMonitoring>
Enum Constant and Description |
---|
NO
NO.
|
REPEAT_CHECK
Repeated check.
|
UNTIL_MAX_RUNTIME
Until max runtime.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the extended SAP BW monitoring setting.
|
static SAPConnectionRFC.BIExtendedMonitoring |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SAPConnectionRFC.BIExtendedMonitoring[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SAPConnectionRFC.BIExtendedMonitoring NO
public static final SAPConnectionRFC.BIExtendedMonitoring UNTIL_MAX_RUNTIME
public static final SAPConnectionRFC.BIExtendedMonitoring REPEAT_CHECK
public static SAPConnectionRFC.BIExtendedMonitoring[] values()
for (SAPConnectionRFC.BIExtendedMonitoring c : SAPConnectionRFC.BIExtendedMonitoring.values()) System.out.println(c);
public static SAPConnectionRFC.BIExtendedMonitoring 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 namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()