com.esf.device.modem.service
Class MC87xxPrlRegions

java.lang.Object
  extended by com.esf.device.modem.service.MC87xxPrlRegions

public class MC87xxPrlRegions
extends java.lang.Object

* This class defines PRL regions that can be set on MC87xx modems.

Author:
ilya.binshtok

Field Summary
static int AUSTRALIA
          PRL region - Australia
static int EUROPE
          PRL region - Europe
static int INTERNAL
          PRL region - Internal
static int ITALY
          PRL region - Italy
static int JAPAN
          PRL region - Japan
static int NORTH_AMERICA
          PRL region - North America
static int RESERVED
          PRL region - Reserved
 
Constructor Summary
MC87xxPrlRegions()
           
 
Method Summary
static java.lang.String getPrlRegionName(int region)
          Reports PRL region name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERNAL

public static final int INTERNAL
PRL region - Internal

See Also:
Constant Field Values

EUROPE

public static final int EUROPE
PRL region - Europe

See Also:
Constant Field Values

NORTH_AMERICA

public static final int NORTH_AMERICA
PRL region - North America

See Also:
Constant Field Values

AUSTRALIA

public static final int AUSTRALIA
PRL region - Australia

See Also:
Constant Field Values

JAPAN

public static final int JAPAN
PRL region - Japan

See Also:
Constant Field Values

RESERVED

public static final int RESERVED
PRL region - Reserved

See Also:
Constant Field Values

ITALY

public static final int ITALY
PRL region - Italy

See Also:
Constant Field Values
Constructor Detail

MC87xxPrlRegions

public MC87xxPrlRegions()
Method Detail

getPrlRegionName

public static java.lang.String getPrlRegionName(int region)
Reports PRL region name

Parameters:
region - - PRL region, as int
Returns:
name of the PRL region (such as "North America")