public enum RetryServiceType extends Enum<RetryServiceType>
Modifier and Type | Method and Description |
---|---|
static RetryServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RetryServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RetryServiceType BASE_ROC
public static final RetryServiceType BASE_ROC_RETRY_REDEFINED_ON_CLASS
public static final RetryServiceType BASE_ROC_RETRY_REDEFINED_ON_CLASS_METHOD_OVERRIDE
public static final RetryServiceType BASE_ROC_RETRY_REDEFINED_ON_METHOD
public static final RetryServiceType BASE_ROC_RETRY_MISSING_ON_METHOD
public static final RetryServiceType BASE_ROC_DERIVED_CLASS_NO_REDEFINITION
public static final RetryServiceType BASE_ROM
public static final RetryServiceType BASE_ROM_RETRY_REDEFINED_ON_CLASS
public static final RetryServiceType BASE_ROM_RETRY_REDEFINED_ON_CLASS_METHOD_OVERRIDE
public static final RetryServiceType BASE_ROM_RETRY_REDEFINED_ON_METHOD
public static final RetryServiceType BASE_ROM_RETRY_MISSING_ON_METHOD
public static final RetryServiceType BASE_ROM_DERIVED_CLASS_NO_REDEFINITION
public static final RetryServiceType BASE_ROCM
public static final RetryServiceType BASE_ROCM_RETRY_REDEFINED_ON_CLASS
public static final RetryServiceType BASE_ROCM_RETRY_REDEFINED_ON_CLASS_METHOD_OVERRIDE
public static final RetryServiceType BASE_ROCM_RETRY_REDEFINED_ON_METHOD
public static final RetryServiceType BASE_ROCM_RETRY_MISSING_ON_METHOD
public static final RetryServiceType BASE_ROCM_DERIVED_CLASS_NO_REDEFINITION
public static RetryServiceType[] values()
for (RetryServiceType c : RetryServiceType.values()) System.out.println(c);
public static RetryServiceType 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 © 2016 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.