public static enum MtCommonSbb.ErrorAction extends Enum<MtCommonSbb.ErrorAction>
| Enum Constant and Description |
|---|
memoryCapacityExceededFlag |
mobileNotReachableFlag |
notReachableForGprs |
permanentFailure |
subscriberBusy |
temporaryFailure |
| Modifier and Type | Method and Description |
|---|---|
static MtCommonSbb.ErrorAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MtCommonSbb.ErrorAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MtCommonSbb.ErrorAction subscriberBusy
public static final MtCommonSbb.ErrorAction memoryCapacityExceededFlag
public static final MtCommonSbb.ErrorAction mobileNotReachableFlag
public static final MtCommonSbb.ErrorAction notReachableForGprs
public static final MtCommonSbb.ErrorAction permanentFailure
public static final MtCommonSbb.ErrorAction temporaryFailure
public static MtCommonSbb.ErrorAction[] values()
for (MtCommonSbb.ErrorAction c : MtCommonSbb.ErrorAction.values()) System.out.println(c);
public static MtCommonSbb.ErrorAction 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. All Rights Reserved.