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

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

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

Uses of BooleanAttribute in javax.microedition.broadcast.esg
 

Fields in javax.microedition.broadcast.esg declared as BooleanAttribute
static BooleanAttribute CommonMetadataSet.PROGRAM_IS_FREE
          Reports if the program is free.
static BooleanAttribute CommonMetadataSet.PROGRAM_IS_PROTECTED
          Reports if the program is scrambled.
static BooleanAttribute CommonMetadataSet.SERVICE_IS_FREE
          Reports if the Service is free.
static BooleanAttribute CommonMetadataSet.SERVICE_IS_PROTECTED
          Reports if the Service is protected.
 

Methods in javax.microedition.broadcast.esg with parameters of type BooleanAttribute
 boolean ServiceGuideData.getBooleanValue(BooleanAttribute attribute)
          Get the value of a boolean attribute.
 boolean[] ServiceGuideData.getBooleanValues(BooleanAttribute attribute)
          Get one or more values of a boolean attribute.
static Query QueryComposer.isTrue(BooleanAttribute attribute)
          Generate a query to test if the given attribute has a boolean value that's true.
 



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