public static final enum

WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.htc.net.wimax.WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS

Summary

Enum Values
WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS  WIMAX_SF_SCHEDULING_CLASS_BE   
WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS  WIMAX_SF_SCHEDULING_CLASS_UGS   
WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS  WIMAX_SF_SCHEDULING_CLASS_ertPS   
WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS  WIMAX_SF_SCHEDULING_CLASS_nrtPS   
WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS  WIMAX_SF_SCHEDULING_CLASS_rtPS   
Public Methods
static WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS valueOf(String name)
final static eWIMAX_SF_SCHEDULING_CLASS[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS WIMAX_SF_SCHEDULING_CLASS_BE

Since: API Level

public static final WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS WIMAX_SF_SCHEDULING_CLASS_UGS

Since: API Level

public static final WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS WIMAX_SF_SCHEDULING_CLASS_ertPS

Since: API Level

public static final WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS WIMAX_SF_SCHEDULING_CLASS_nrtPS

Since: API Level

public static final WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS WIMAX_SF_SCHEDULING_CLASS_rtPS

Since: API Level

Public Methods

public static final eWIMAX_SF_SCHEDULING_CLASS[] values ()