|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.marre.sms.GsmOperators
Contains MCC and MNC definitions for various GSM operators. TODO: Is this class really needed?
Method Summary | |
static int[] |
getMCC_MNC(java.util.Properties mccmncProp,
java.lang.String country,
java.lang.String operator)
Returns the Mcc and Mnc number for the given operator. |
static int[] |
getMCC_MNC(java.lang.String country,
java.lang.String operator)
Returns the Mcc and Mnc number for the given operator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static int[] getMCC_MNC(java.util.Properties mccmncProp, java.lang.String country, java.lang.String operator)
mccmncProp
- The property filecountry
- the countrycode for the country (e.g. "se", "fi")operator
- the receivers number in international format (e.g. +49172..)
public static int[] getMCC_MNC(java.lang.String country, java.lang.String operator)
country
- the countrycode for the country (e.g. "se", "fi")operator
- the receivers number in international format (e.g. +49172..)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |