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