|
Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved. Specification License |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
javax.microedition.broadcast.esg | This package defines the classes and interfaces to access the Electronic Service Guide (ESG). |
Uses of Attribute in javax.microedition.broadcast.esg |
---|
Subclasses of Attribute in javax.microedition.broadcast.esg | |
---|---|
class |
BooleanAttribute
The class of attributes that specifies a boolean value. |
class |
DateAttribute
The class of attributes that specifies a Date value. |
class |
NumericAttribute
A NumericAttribute that references a numeric value of arbitrary length and precision. |
class |
ObjectAttribute
The class of attributes that specifies an Object value. |
class |
StringAttribute
The class of attributes that specifies a String value. |
Methods in javax.microedition.broadcast.esg that return Attribute | |
---|---|
Attribute[] |
MetadataSet.getValidAttributes()
Get all the available attributes defined in a particular broadcast specs. |
Attribute[] |
CommonMetadataSet.getValidAttributes()
Get all the static final attributes defined in CommonMetadataSet . |
Attribute[] |
MetadataSet.getValidProgramAttributes()
Get all the available program attributes in this metadata set. |
Attribute[] |
CommonMetadataSet.getValidProgramAttributes()
Get all the static final program attributes defined in CommonMetadataSet . |
Attribute[] |
MetadataSet.getValidPurchaseAttributes()
Get all the available purchase attributes in this metadata set. |
Attribute[] |
CommonMetadataSet.getValidPurchaseAttributes()
Get all the static final purchase attributes defined in CommonMetadataSet . |
Attribute[] |
MetadataSet.getValidServiceAttributes()
Get all the available service attributes in this metadata set. |
Attribute[] |
CommonMetadataSet.getValidServiceAttributes()
Get all the static final service attributes defined in CommonMetadataSet . |
Attribute[] |
MetadataSet.getValidServiceComponentAttributes()
Get all the available service component attributes in this metadata set. |
Attribute[] |
CommonMetadataSet.getValidServiceComponentAttributes()
Get all the static final service component attributes defined in CommonMetadataSet . |
Methods in javax.microedition.broadcast.esg with parameters of type Attribute | |
---|---|
static Query |
QueryComposer.equivalent(Attribute attribute,
java.lang.Object value)
Generate an equivalence query based on any types of attribute. |
ProgramEvent[] |
ServiceGuide.findPrograms(Query query,
Attribute[] sortBy,
int startOffset,
int length)
Search for the list of program events with the matching criteria based on the given query. |
Service[] |
ServiceGuide.findServices(Query query,
Attribute[] sortBy,
int startOffset,
int length)
Search for the list of services with the matching criteria based on the given query. |
java.lang.Object[] |
ServiceGuide.getAllUniqueValues(Attribute attribute)
Get the list of unique values for the given attribute. |
|
Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved. Specification License |
||||||||
PREV NEXT | FRAMES NO FRAMES |