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

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

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

Uses of DateAttribute in javax.microedition.broadcast.esg
 

Fields in javax.microedition.broadcast.esg declared as DateAttribute
static DateAttribute CommonMetadataSet.PROGRAM_DIST_END
          Reports the end time at which the referenced content is delivered.
static DateAttribute CommonMetadataSet.PROGRAM_DIST_START
          Reports the start time at which the referenced content is available for delivery.
static DateAttribute CommonMetadataSet.PROGRAM_END_TIME
          Reports the Program's presentation end time.
static DateAttribute CommonMetadataSet.PROGRAM_START_TIME
          Reports the Program's presentation start time.
static DateAttribute CommonMetadataSet.PURCHASE_VALID_FROM
          Reports the time after when the purchase is valid.
static DateAttribute CommonMetadataSet.PURCHASE_VALID_TO
          Reports the time before when the purchase is valid.
 

Methods in javax.microedition.broadcast.esg with parameters of type DateAttribute
static Query QueryComposer.after(DateAttribute attribute, java.util.Date value)
          Generate a query to test if the attribute has a time value that's after the given value.
static Query QueryComposer.before(DateAttribute attribute, java.util.Date value)
          Generate a query to test if the attribute has a time value that's before the given value.
 java.util.Date ServiceGuideData.getDateValue(DateAttribute attribute)
          Get the value of a date attribute.
 java.util.Date[] ServiceGuideData.getDateValues(DateAttribute attribute)
          Get one or more values of a date attribute.
 



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