public enum Ss7ThirdPartyCallOutcomes extends java.lang.Enum<Ss7ThirdPartyCallOutcomes>
Enum Constant and Description |
---|
callIsBeingSetup |
callRefused |
callSetupFailed |
Modifier and Type | Method and Description |
---|---|
static Ss7ThirdPartyCallOutcomes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Ss7ThirdPartyCallOutcomes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ss7ThirdPartyCallOutcomes callIsBeingSetup
public static final Ss7ThirdPartyCallOutcomes callRefused
public static final Ss7ThirdPartyCallOutcomes callSetupFailed
public static Ss7ThirdPartyCallOutcomes[] values()
for (Ss7ThirdPartyCallOutcomes c : Ss7ThirdPartyCallOutcomes.values()) System.out.println(c);
public static Ss7ThirdPartyCallOutcomes 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 nullCopyright © OpenCloud. All Rights Reserved.