public static final enum

HTCWimax4GInfo.KT_WIBRO_STATE

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.htc.net.wimax.HTCWimax4GInfo.KT_WIBRO_STATE

Summary

Enum Values
HTCWimax4GInfo.KT_WIBRO_STATE  AWAKE   
HTCWimax4GInfo.KT_WIBRO_STATE  FBSS   
HTCWimax4GInfo.KT_WIBRO_STATE  HHO   
HTCWimax4GInfo.KT_WIBRO_STATE  IDLE   
HTCWimax4GInfo.KT_WIBRO_STATE  INIT   
HTCWimax4GInfo.KT_WIBRO_STATE  MODEMDOWN   
HTCWimax4GInfo.KT_WIBRO_STATE  NE_DSx   
HTCWimax4GInfo.KT_WIBRO_STATE  NE_PKM   
HTCWimax4GInfo.KT_WIBRO_STATE  NE_RANGING   
HTCWimax4GInfo.KT_WIBRO_STATE  NE_REG   
HTCWimax4GInfo.KT_WIBRO_STATE  NE_SBC   
HTCWimax4GInfo.KT_WIBRO_STATE  NULL   
HTCWimax4GInfo.KT_WIBRO_STATE  OUTOFFZONE   
HTCWimax4GInfo.KT_WIBRO_STATE  SLEEP   
HTCWimax4GInfo.KT_WIBRO_STATE  STANDBY   
HTCWimax4GInfo.KT_WIBRO_STATE  SYNC   
HTCWimax4GInfo.KT_WIBRO_STATE  UL   
Public Methods
static HTCWimax4GInfo.KT_WIBRO_STATE valueOf(String name)
final static KT_WIBRO_STATE[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final HTCWimax4GInfo.KT_WIBRO_STATE AWAKE

Since: API Level

public static final HTCWimax4GInfo.KT_WIBRO_STATE FBSS

Since: API Level

public static final HTCWimax4GInfo.KT_WIBRO_STATE HHO

Since: API Level

public static final HTCWimax4GInfo.KT_WIBRO_STATE IDLE

Since: API Level

public static final HTCWimax4GInfo.KT_WIBRO_STATE INIT

Since: API Level

public static final HTCWimax4GInfo.KT_WIBRO_STATE MODEMDOWN

Since: API Level

public static final HTCWimax4GInfo.KT_WIBRO_STATE NE_DSx

Since: API Level

public static final HTCWimax4GInfo.KT_WIBRO_STATE NE_PKM

Since: API Level

public static final HTCWimax4GInfo.KT_WIBRO_STATE NE_RANGING

Since: API Level

public static final HTCWimax4GInfo.KT_WIBRO_STATE NE_REG

Since: API Level

public static final HTCWimax4GInfo.KT_WIBRO_STATE NE_SBC

Since: API Level

public static final HTCWimax4GInfo.KT_WIBRO_STATE NULL

Since: API Level

public static final HTCWimax4GInfo.KT_WIBRO_STATE OUTOFFZONE

Since: API Level

public static final HTCWimax4GInfo.KT_WIBRO_STATE SLEEP

Since: API Level

public static final HTCWimax4GInfo.KT_WIBRO_STATE STANDBY

Since: API Level

public static final HTCWimax4GInfo.KT_WIBRO_STATE SYNC

Since: API Level

public static final HTCWimax4GInfo.KT_WIBRO_STATE UL

Since: API Level

Public Methods

public static HTCWimax4GInfo.KT_WIBRO_STATE valueOf (String name)

public static final KT_WIBRO_STATE[] values ()