public static enum MLPResponse.MLPResultType extends Enum<MLPResponse.MLPResultType>
| Enum Constant and Description |
|---|
FORMAT_ERROR |
OK |
POSITION_METHOD_FAILURE |
QOP_NOT_ATTAINABLE |
SYSTEM_FAILURE |
UNKNOWN_SUBSCRIBER |
| Modifier and Type | Method and Description |
|---|---|
static MLPResponse.MLPResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MLPResponse.MLPResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MLPResponse.MLPResultType OK
public static final MLPResponse.MLPResultType SYSTEM_FAILURE
public static final MLPResponse.MLPResultType FORMAT_ERROR
public static final MLPResponse.MLPResultType UNKNOWN_SUBSCRIBER
public static final MLPResponse.MLPResultType QOP_NOT_ATTAINABLE
public static final MLPResponse.MLPResultType POSITION_METHOD_FAILURE
public static MLPResponse.MLPResultType[] values()
for (MLPResponse.MLPResultType c : MLPResponse.MLPResultType.values()) System.out.println(c);
public static MLPResponse.MLPResultType 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.