org.iso.mpeg.mpegj.net
Class Qualifier

java.lang.Object
  |
  +--org.iso.mpeg.mpegj.net.Qualifier

public class Qualifier
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 byte metric
          This attribute identifies the QoS metric type.
 java.lang.Number tagValue
          This attribute contains the value of the specified metric type
 
Constructor Summary
Qualifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metric

public byte metric
This attribute identifies the QoS metric type.

tagValue

public java.lang.Number tagValue
This attribute contains the value of the specified metric type
Constructor Detail

Qualifier

public Qualifier()