|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface represents a run-time device. The object is created by merging the device attributes stored in the wireless repository - DeviceV2 and the device information sent in the request.
DeviceV2| Method Summary | |
DeliveryContextAttribute |
addDeliveryContextAttribute(java.lang.String name, boolean value)Add the delivery context attribute with the given name. |
DeliveryContextAttribute |
addDeliveryContextAttribute(java.lang.String name, int value)Add the delivery context attribute with the given name. |
DeliveryContextAttribute |
addDeliveryContextAttribute(java.lang.String name, java.lang.String value)Add the delivery context attribute with the given name. |
DeliveryContextAttribute |
addDeliveryContextAttribute(java.lang.String name, java.lang.String[] vals)Add the delivery context attribute with the given name. |
| Methods inherited from interface oracle.panama.model.AttributeQueriable |
getDeliveryContextAttribute |
| Method Detail |
public DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name,
boolean value)
name - The name for the attribute.value - The value for the attribute.
public DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name,
int value)
name - The name for the attribute.value - The value for the attribute.
public DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name,
java.lang.String value)
name - The name for the attribute.value - The value for the attribute.
public DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name,
java.lang.String[] vals)
name - The name for the attribute.vals - The LOV for the attribute.
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||