|
Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved. Specification License |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataUnavailableException | |
---|---|
javax.microedition.broadcast.esg | This package defines the classes and interfaces to access the Electronic Service Guide (ESG). |
Uses of DataUnavailableException in javax.microedition.broadcast.esg |
---|
Methods in javax.microedition.broadcast.esg that throw DataUnavailableException | |
---|---|
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. |
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. |
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. |
java.lang.Object |
ServiceGuideData.getObjectValue(ObjectAttribute attribute)
Get the value of a generic attribute. |
java.lang.Object[] |
ServiceGuideData.getObjectValues(ObjectAttribute attribute)
Get one or more values of a generic attribute. |
java.lang.String |
ServiceGuideData.getStringValue(StringAttribute attribute)
Get the value of a string attribute. |
java.lang.String[] |
ServiceGuideData.getStringValues(StringAttribute attribute)
Get one or more values of a string attribute. |
|
Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved. Specification License |
||||||||
PREV NEXT | FRAMES NO FRAMES |