public static enum MAPSendRoutingInformationRes.RoutingInfo.Choice extends Enum<MAPSendRoutingInformationRes.RoutingInfo.Choice>
| Enum Constant and Description |
|---|
FORWARDINGDATA |
ROAMINGNUMBER |
| Modifier and Type | Method and Description |
|---|---|
static MAPSendRoutingInformationRes.RoutingInfo.Choice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MAPSendRoutingInformationRes.RoutingInfo.Choice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPSendRoutingInformationRes.RoutingInfo.Choice ROAMINGNUMBER
public static final MAPSendRoutingInformationRes.RoutingInfo.Choice FORWARDINGDATA
public static MAPSendRoutingInformationRes.RoutingInfo.Choice[] values()
for (MAPSendRoutingInformationRes.RoutingInfo.Choice c : MAPSendRoutingInformationRes.RoutingInfo.Choice.values()) System.out.println(c);
public static MAPSendRoutingInformationRes.RoutingInfo.Choice 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 null