public class

WimaxQosServiceFlowDescriptor

extends QosServiceFlowDescriptor
java.lang.Object
   ↳ com.htc.net.FourG.QosServiceFlowDescriptor
     ↳ com.htc.net.wimax.WimaxQosServiceFlowDescriptor

Summary

Nested Classes
enum WimaxQosServiceFlowDescriptor.eWIMAX_SF_QOS_PARAM  
enum WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS  
[Expand]
Inherited Constants
From interface android.os.Parcelable
[Expand]
Inherited Fields
From class com.htc.net.FourG.QosServiceFlowDescriptor
Public Constructors
WimaxQosServiceFlowDescriptor(String description, QosServiceFlowDescriptor.eSF_DIRECTION direction, WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS schedulingClass)
Public Methods
String getDescription()
Returns a string containing the description parameter provided in the constructor followed by an implementation supplied, concise human-readable description of the service flow, e.g.
Object getQosParameter(WimaxQosServiceFlowDescriptor.eWIMAX_SF_QOS_PARAM param)
Returns the value of the specified QoS parameterm, where param is SF_QOS_PARAM.
WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS getSchedulingClass()
Returns enum WIMAX_SF_SCHEDULING_CLASS describing the scheduling service class for this SF.
void setDescription(String description)
boolean setQosParameter(WimaxQosServiceFlowDescriptor.eWIMAX_SF_QOS_PARAM param, Object value)
Set a Qos parameter.
void setSchedulingClass(WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS schedulingClass)
String toString()
[Expand]
Inherited Methods
From class com.htc.net.FourG.QosServiceFlowDescriptor
From class java.lang.Object
From interface android.os.Parcelable

Public Constructors

public WimaxQosServiceFlowDescriptor (String description, QosServiceFlowDescriptor.eSF_DIRECTION direction, WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS schedulingClass)

Public Methods

public String getDescription ()

Returns a string containing the description parameter provided in the constructor followed by an implementation supplied, concise human-readable description of the service flow, e.g. " uplink rtPS, min rate 400 kbps, max latency 1 mSec,..."

public Object getQosParameter (WimaxQosServiceFlowDescriptor.eWIMAX_SF_QOS_PARAM param)

Returns the value of the specified QoS parameterm, where param is SF_QOS_PARAM.

public WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS getSchedulingClass ()

Returns enum WIMAX_SF_SCHEDULING_CLASS describing the scheduling service class for this SF.

public void setDescription (String description)

public boolean setQosParameter (WimaxQosServiceFlowDescriptor.eWIMAX_SF_QOS_PARAM param, Object value)

Set a Qos parameter. Returns true if parameter is recognized.

public void setSchedulingClass (WimaxQosServiceFlowDescriptor.eWIMAX_SF_SCHEDULING_CLASS schedulingClass)

public String toString ()

Since: API Level