Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved.
Specification License

Uses of Class
javax.microedition.broadcast.esg.NumericAttribute

Packages that use NumericAttribute
javax.microedition.broadcast.esg This package defines the classes and interfaces to access the Electronic Service Guide (ESG). 
 

Uses of NumericAttribute in javax.microedition.broadcast.esg
 

Fields in javax.microedition.broadcast.esg declared as NumericAttribute
static NumericAttribute CommonMetadataSet.SERVICE_COMPONENT_AVERAGE_AUD_RATE
          Reports the average audio bit rate in bits per second.
static NumericAttribute CommonMetadataSet.SERVICE_COMPONENT_AVERAGE_VID_RATE
          Reports the average video bit rate in bits per second.
static NumericAttribute CommonMetadataSet.SERVICE_COMPONENT_MAX_AUD_RATE
          Reports the maximum audio bit rate in bits per second.
static NumericAttribute CommonMetadataSet.SERVICE_COMPONENT_MAX_VID_RATE
          Reports the maximum video bit rate in bits per second.
 

Methods in javax.microedition.broadcast.esg with parameters of type NumericAttribute
static Query QueryComposer.equivalent(NumericAttribute attribute, double value)
          Generate an equivalence query for numeric attributes.
 double ServiceGuideData.getDoubleValue(NumericAttribute attribute)
          Get the double value of a numeric attribute.
 double[] ServiceGuideData.getDoubleValues(NumericAttribute attribute)
          Get one or more values of a double attribute.
 long ServiceGuideData.getLongValue(NumericAttribute attribute)
          Get the long value of a numeric attribute.
 long[] ServiceGuideData.getLongValues(NumericAttribute attribute)
          Get one or more long values of a numeric attribute.
static Query QueryComposer.greaterThan(NumericAttribute attribute, double value)
          Generate a query to test if the attribute has a value greater than the given value.
static Query QueryComposer.lessThan(NumericAttribute attribute, double value)
          Generate a query to test if the attribute has a value less than the given value.
 



Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved.
Specification License