|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DmtData | |
---|---|
info.dmtree | Device Management Tree Package Version 1.0. |
info.dmtree.notification | Device Management Tree Notification Package Version 1.0. |
info.dmtree.spi | Device Management Tree SPI Package Version 1.0. |
Uses of DmtData in info.dmtree |
---|
Fields in info.dmtree declared as DmtData | |
---|---|
static DmtData |
DmtData.NULL_VALUE
Constant instance representing a leaf node of null format. |
Methods in info.dmtree that return DmtData | |
---|---|
DmtData |
MetaNode.getDefault()
Get the default value of this node if any. |
DmtData |
DmtSession.getNodeValue(String nodeUri)
Get the data contained in a leaf or interior node. |
DmtData[] |
MetaNode.getValidValues()
Return an array of DmtData objects if valid values are defined for the node, or null otherwise. |
Methods in info.dmtree with parameters of type DmtData | |
---|---|
void |
DmtSession.createLeafNode(String nodeUri,
DmtData value)
Create a leaf node with a given value and the default MIME type. |
void |
DmtSession.createLeafNode(String nodeUri,
DmtData value,
String mimeType)
Create a leaf node with a given value and MIME type. |
boolean |
MetaNode.isValidValue(DmtData value)
Checks whether the given value is valid for this node. |
void |
DmtSession.setNodeValue(String nodeUri,
DmtData data)
Set the value of a leaf or interior node. |
Uses of DmtData in info.dmtree.notification |
---|
Methods in info.dmtree.notification that return DmtData | |
---|---|
DmtData |
AlertItem.getData()
Get the data associated with the alert item. |
Constructors in info.dmtree.notification with parameters of type DmtData | |
---|---|
AlertItem(String[] source,
String type,
String mark,
DmtData data)
Create an instance of the alert item, specifying the source node URI as an array of path segments. |
|
AlertItem(String source,
String type,
String mark,
DmtData data)
Create an instance of the alert item. |
Uses of DmtData in info.dmtree.spi |
---|
Methods in info.dmtree.spi that return DmtData | |
---|---|
DmtData |
ReadableDataSession.getNodeValue(String[] nodePath)
Get the data contained in a leaf or interior node. |
Methods in info.dmtree.spi with parameters of type DmtData | |
---|---|
void |
ReadWriteDataSession.createLeafNode(String[] nodePath,
DmtData value,
String mimeType)
Create a leaf node with a given value and MIME type. |
void |
ReadWriteDataSession.setNodeValue(String[] nodePath,
DmtData data)
Set the value of a leaf or interior node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |